Class: Selenium::WebDriver::BiDi::NavigateResult
- Inherits:
-
Object
- Object
- Selenium::WebDriver::BiDi::NavigateResult
- Defined in:
- sig/gems/selenium/bidi/navigate_result.rbs
Instance Attribute Summary collapse
-
#navigation_id ⇒ Object
Returns the value of attribute navigation_id.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Method Summary collapse
-
#initialize ⇒ NavigateResult
constructor
A new instance of NavigateResult.
Constructor Details
#initialize ⇒ NavigateResult
Returns a new instance of NavigateResult.
13 |
# File 'sig/gems/selenium/bidi/navigate_result.rbs', line 13
def initialize: (url: untyped, navigation_id: untyped) -> void
|
Instance Attribute Details
#navigation_id ⇒ Object
Returns the value of attribute navigation_id.
11 12 13 |
# File 'sig/gems/selenium/bidi/navigate_result.rbs', line 11 def @navigation_id end |
#url ⇒ Object
Returns the value of attribute url.
9 10 11 |
# File 'sig/gems/selenium/bidi/navigate_result.rbs', line 9 def url @url end |