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
Returns:
-
(Object)
—
the current value of height
57 58 59
# File 'lib/selenium/webdriver.rb', line 57 def height @height end
#width ⇒ Object
Returns the value of attribute width
Returns:
-
(Object)
—
the current value of width
57 58 59
# File 'lib/selenium/webdriver.rb', line 57 def width @width end