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