Class: Selenium::WebDriver::Rectangle
- Inherits:
-
Struct
- Object
- Struct
- Selenium::WebDriver::Rectangle
- Defined in:
- lib/selenium/webdriver.rb
Instance Attribute Summary collapse
-
#height ⇒ Object
Returns the value of attribute height.
-
#width ⇒ Object
Returns the value of attribute width.
-
#x ⇒ Object
Returns the value of attribute x.
-
#y ⇒ Object
Returns the value of attribute y.
Instance Attribute Details
#height ⇒ Object
Returns the value of attribute height
36 37 38 |
# File 'lib/selenium/webdriver.rb', line 36 def height @height end |
#width ⇒ Object
Returns the value of attribute width
36 37 38 |
# File 'lib/selenium/webdriver.rb', line 36 def width @width end |
#x ⇒ Object
Returns the value of attribute x
36 37 38 |
# File 'lib/selenium/webdriver.rb', line 36 def x @x end |
#y ⇒ Object
Returns the value of attribute y
36 37 38 |
# File 'lib/selenium/webdriver.rb', line 36 def y @y end |