Method: Selenium::WebDriver::BiDi::InterceptedResponse#continue
- Defined in:
- lib/selenium/webdriver/bidi/network/intercepted_response.rb
#continue ⇒ Object
38 39 40 41 42 43 44 45 46 47 |
# File 'lib/selenium/webdriver/bidi/network/intercepted_response.rb', line 38 def continue network.continue_response( id: id, cookies: .as_json, headers: headers.as_json, credentials: credentials.as_json, reason: reason, status: status ) end |