Class: Selenium::WebDriver::Dimension
- Inherits:
-
Struct
- Object
- Struct
- Selenium::WebDriver::Dimension
- 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.
Instance Attribute Details
#height ⇒ Object
Returns the value of attribute height
14 15 16 |
# File 'lib/selenium/webdriver.rb', line 14 def height @height end |
#width ⇒ Object
Returns the value of attribute width
14 15 16 |
# File 'lib/selenium/webdriver.rb', line 14 def width @width end |