Class: Selenium::WebDriver::BiDi::Session::Status Private
- Inherits:
-
Struct
- Object
- Struct
- Selenium::WebDriver::BiDi::Session::Status
- Defined in:
- rb/lib/selenium/webdriver/bidi/session.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
-
#message ⇒ Object
Returns the value of attribute message.
-
#ready ⇒ Object
Returns the value of attribute ready.
Instance Attribute Details
#message ⇒ Object
Returns the value of attribute message
28 29 30 |
# File 'rb/lib/selenium/webdriver/bidi/session.rb', line 28 def @message end |
#ready ⇒ Object
Returns the value of attribute ready
28 29 30 |
# File 'rb/lib/selenium/webdriver/bidi/session.rb', line 28 def ready @ready end |