Class: Selenium::WebDriver::Dimension
- Inherits:
-
Struct
- Object
- Struct
- Selenium::WebDriver::Dimension
- Defined in:
- rb/lib/selenium/webdriver.rb
Instance Attribute Summary (collapse)
-
- (Object) height
Returns the value of attribute height.
-
- (Object) width
Returns the value of attribute width.
Instance Attribute Details
- (Object) height
Returns the value of attribute height
14 15 16 |
# File 'rb/lib/selenium/webdriver.rb', line 14 def height @height end |
- (Object) width
Returns the value of attribute width
14 15 16 |
# File 'rb/lib/selenium/webdriver.rb', line 14 def width @width end |