Class: Selenium::WebDriver::BiDi::Browser::Window Private
- Inherits:
-
Struct
- Object
- Struct
- Selenium::WebDriver::BiDi::Browser::Window
- Defined in:
- lib/selenium/webdriver/bidi/browser.rb
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
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
- #active? ⇒ Boolean private
Instance Attribute Details
#active ⇒ Object
Returns the value of attribute active
31 32 33 |
# File 'lib/selenium/webdriver/bidi/browser.rb', line 31 def active @active end |
#handle ⇒ Object
Returns the value of attribute handle
31 32 33 |
# File 'lib/selenium/webdriver/bidi/browser.rb', line 31 def handle @handle end |
#height ⇒ Object
Returns the value of attribute height
31 32 33 |
# File 'lib/selenium/webdriver/bidi/browser.rb', line 31 def height @height end |
#state ⇒ Object
Returns the value of attribute state
31 32 33 |
# File 'lib/selenium/webdriver/bidi/browser.rb', line 31 def state @state end |
#width ⇒ Object
Returns the value of attribute width
31 32 33 |
# File 'lib/selenium/webdriver/bidi/browser.rb', line 31 def width @width end |
#x ⇒ Object
Returns the value of attribute x
31 32 33 |
# File 'lib/selenium/webdriver/bidi/browser.rb', line 31 def x @x end |
#y ⇒ Object
Returns the value of attribute y
31 32 33 |
# File 'lib/selenium/webdriver/bidi/browser.rb', line 31 def y @y end |
Instance Method Details
#active? ⇒ Boolean
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
32 33 34 |
# File 'lib/selenium/webdriver/bidi/browser.rb', line 32 def active? active end |