Class: Selenium::WebDriver::BiDi::NavigateResult

Inherits:
Object
  • Object
show all
Defined in:
sig/gems/selenium/bidi/navigate_result.rbs

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeNavigateResult

Returns a new instance of NavigateResult.

Parameters:

  • url: (Object)
  • navigation_id: (Object)


13
# File 'sig/gems/selenium/bidi/navigate_result.rbs', line 13

def initialize: (url: untyped, navigation_id: untyped) -> void

Instance Attribute Details

Returns the value of attribute navigation_id.

Returns:

  • (Object)


11
12
13
# File 'sig/gems/selenium/bidi/navigate_result.rbs', line 11

def navigation_id
  @navigation_id
end

#urlObject

Returns the value of attribute url.

Returns:

  • (Object)


9
10
11
# File 'sig/gems/selenium/bidi/navigate_result.rbs', line 9

def url
  @url
end