Method: Selenium::WebDriver::BiDi::InterceptedRequest#fail

Defined in:
lib/selenium/webdriver/bidi/network/intercepted_request.rb

#failObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



56
57
58
# File 'lib/selenium/webdriver/bidi/network/intercepted_request.rb', line 56

def fail
  network.fail_request(id)
end