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
13 14 15 |
# File 'lib/selenium/webdriver.rb', line 13 def x @x end |
#y ⇒ Object
Returns the value of attribute y
13 14 15 |
# File 'lib/selenium/webdriver.rb', line 13 def y @y end |