Class: Selenium::WebDriver::Point
- Inherits:
-
Struct
- Object
- Struct
- Selenium::WebDriver::Point
- Defined in:
- rb/lib/selenium/webdriver.rb
Instance Attribute Summary (collapse)
-
- (Object) x
Returns the value of attribute x.
-
- (Object) y
Returns the value of attribute y.
Instance Attribute Details
- (Object) x
Returns the value of attribute x
13 14 15 |
# File 'rb/lib/selenium/webdriver.rb', line 13 def x @x end |
- (Object) y
Returns the value of attribute y
13 14 15 |
# File 'rb/lib/selenium/webdriver.rb', line 13 def y @y end |