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
31 32 33 |
# File 'lib/selenium/webdriver.rb', line 31 def height @height end |
#width ⇒ Object
Returns the value of attribute width
31 32 33 |
# File 'lib/selenium/webdriver.rb', line 31 def width @width end |
#x ⇒ Object
Returns the value of attribute x
31 32 33 |
# File 'lib/selenium/webdriver.rb', line 31 def x @x end |
#y ⇒ Object
Returns the value of attribute y
31 32 33 |
# File 'lib/selenium/webdriver.rb', line 31 def y @y end |