Class: Selenium::WebDriver::BiDi::BrowsingContext
- Inherits:
-
Object
- Object
- Selenium::WebDriver::BiDi::BrowsingContext
- Defined in:
- sig/gems/selenium/bidi/browsing_context.rbs
Constant Summary collapse
- READINESS_STATE =
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
Instance Method Summary collapse
- #close ⇒ Object
- #create ⇒ Object
- #get_tree ⇒ Object
-
#initialize ⇒ BrowsingContext
constructor
A new instance of BrowsingContext.
- #navigate ⇒ Object
Constructor Details
#initialize ⇒ BrowsingContext
Returns a new instance of BrowsingContext.
13 |
# File 'sig/gems/selenium/bidi/browsing_context.rbs', line 13 def initialize: (untyped bridge) -> void |
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
9 10 11 |
# File 'sig/gems/selenium/bidi/browsing_context.rbs', line 9 def id @id end |
Instance Method Details
#close ⇒ Object
19 |
# File 'sig/gems/selenium/bidi/browsing_context.rbs', line 19 def close: () -> untyped |
#create ⇒ Object
23 |
# File 'sig/gems/selenium/bidi/browsing_context.rbs', line 23 def create: (untyped type, untyped reference_context) -> untyped |
#get_tree ⇒ Object
17 |
# File 'sig/gems/selenium/bidi/browsing_context.rbs', line 17 def get_tree: (?max_depth: untyped?) -> untyped |
#navigate ⇒ Object
15 |
# File 'sig/gems/selenium/bidi/browsing_context.rbs', line 15 def navigate: (url: untyped, ?readiness_state: untyped?) -> untyped |