Class: Selenium::WebDriver::BiDi::BrowsingContextInfo
- Inherits:
-
Object
- Object
- Selenium::WebDriver::BiDi::BrowsingContextInfo
- Defined in:
- sig/gems/selenium/bidi/browsing_context_info.rbs
Instance Attribute Summary collapse
-
#children ⇒ Object
Returns the value of attribute children.
-
#id ⇒ Object
Returns the value of attribute id.
-
#parent_browsing_context ⇒ Object
Returns the value of attribute parent_browsing_context.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Method Summary collapse
-
#initialize ⇒ BrowsingContextInfo
constructor
A new instance of BrowsingContextInfo.
Constructor Details
#initialize ⇒ BrowsingContextInfo
Returns a new instance of BrowsingContextInfo.
21 |
# File 'sig/gems/selenium/bidi/browsing_context_info.rbs', line 21
def initialize: (id: untyped, url: untyped, children: untyped, parent_context: untyped) -> void
|
Instance Attribute Details
#children ⇒ Object
Returns the value of attribute children.
17 18 19 |
# File 'sig/gems/selenium/bidi/browsing_context_info.rbs', line 17 def children @children end |
#id ⇒ Object
Returns the value of attribute id.
13 14 15 |
# File 'sig/gems/selenium/bidi/browsing_context_info.rbs', line 13 def id @id end |
#parent_browsing_context ⇒ Object
Returns the value of attribute parent_browsing_context.
19 20 21 |
# File 'sig/gems/selenium/bidi/browsing_context_info.rbs', line 19 def parent_browsing_context @parent_browsing_context end |
#url ⇒ Object
Returns the value of attribute url.
15 16 17 |
# File 'sig/gems/selenium/bidi/browsing_context_info.rbs', line 15 def url @url end |