Class: Selenium::WebDriver::BiDi::Browser::Window
- Inherits:
-
Struct
- Object
- Struct
- Selenium::WebDriver::BiDi::Browser::Window
- Defined in:
- rb/lib/selenium/webdriver/bidi/browser.rb
Instance Attribute Summary collapse
-
#active ⇒ Object
Returns the value of attribute active.
-
#handle ⇒ Object
Returns the value of attribute handle.
-
#height ⇒ Object
Returns the value of attribute height.
-
#state ⇒ Object
Returns the value of attribute state.
-
#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 Method Summary collapse
Instance Attribute Details
#active ⇒ Object
Returns the value of attribute active
24 25 26 |
# File 'rb/lib/selenium/webdriver/bidi/browser.rb', line 24 def active @active end |
#handle ⇒ Object
Returns the value of attribute handle
24 25 26 |
# File 'rb/lib/selenium/webdriver/bidi/browser.rb', line 24 def handle @handle end |
#height ⇒ Object
Returns the value of attribute height
24 25 26 |
# File 'rb/lib/selenium/webdriver/bidi/browser.rb', line 24 def height @height end |
#state ⇒ Object
Returns the value of attribute state
24 25 26 |
# File 'rb/lib/selenium/webdriver/bidi/browser.rb', line 24 def state @state end |
#width ⇒ Object
Returns the value of attribute width
24 25 26 |
# File 'rb/lib/selenium/webdriver/bidi/browser.rb', line 24 def width @width end |
#x ⇒ Object
Returns the value of attribute x
24 25 26 |
# File 'rb/lib/selenium/webdriver/bidi/browser.rb', line 24 def x @x end |
#y ⇒ Object
Returns the value of attribute y
24 25 26 |
# File 'rb/lib/selenium/webdriver/bidi/browser.rb', line 24 def y @y end |
Instance Method Details
#active? ⇒ Boolean
25 26 27 |
# File 'rb/lib/selenium/webdriver/bidi/browser.rb', line 25 def active? active end |