Path: blob/trunk/rb/sig/lib/selenium/webdriver/bidi/session.rbs
4136 views
module Selenium
module WebDriver
class BiDi
class Session
@bidi: untyped
Status: untyped
def initialize: (untyped bidi) -> void
def status: () -> untyped
def subscribe: (untyped events, ?untyped? browsing_contexts) -> Hash[nil, nil]
def unsubscribe: (untyped events, ?untyped? browsing_contexts) -> untyped
end
end
end
end