Class: Selenium::WebDriver::BiDi::Session
- Inherits:
-
Object
- Object
- Selenium::WebDriver::BiDi::Session
- Defined in:
- sig/gems/selenium/bidi/session.rbs
Constant Summary collapse
- Status =
Instance Method Summary collapse
-
#initialize ⇒ Session
constructor
A new instance of Session.
- #status ⇒ Object
- #subscribe ⇒ Object
- #unsubscribe ⇒ Object
Constructor Details
#initialize ⇒ Session
Returns a new instance of Session.
9 |
# File 'sig/gems/selenium/bidi/session.rbs', line 9
def initialize: (untyped bidi) -> void
|
Instance Method Details
#status ⇒ Object
11 |
# File 'sig/gems/selenium/bidi/session.rbs', line 11
def status: () -> untyped
|
#subscribe ⇒ Object
13 |
# File 'sig/gems/selenium/bidi/session.rbs', line 13
def subscribe: (untyped events, ?untyped? browsing_contexts) -> untyped
|
#unsubscribe ⇒ Object
15 |
# File 'sig/gems/selenium/bidi/session.rbs', line 15
def unsubscribe: (untyped events, ?untyped? browsing_contexts) -> untyped
|