Class: Selenium::WebDriver::Dimension
| Relationships & Source Files | |
| Super Chains via Extension / Inclusion / Inheritance | |
|
Class Chain:
self,
Struct
|
|
|
Instance Chain:
self,
Struct
|
|
| Inherits: |
Struct
|
| Defined in: | rb/lib/selenium/webdriver.rb |
Instance Attribute Summary
Instance Attribute Details
#height (rw)
[ GitHub ]# File 'rb/lib/selenium/webdriver.rb', line 34
Dimension = Struct.new(:width, :height)
#width (rw)
[ GitHub ]# File 'rb/lib/selenium/webdriver.rb', line 34
Dimension = Struct.new(:width, :height)