Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[cdp][java] Allow filters to recover from failed requests in NetworkInterceptor #13847

Commits on Apr 29, 2024

  1. [cdp][java] Allow filters to recover from failed requests in NetworkI…

    …nterceptor
    
    This change introduces a new exception, which is thrown through the
    user's filter chain when the browser fails to get a response for a
    request and a NetworkInterceptor is in use.
    
    This gives the filter an opportunity to catch the exception and
    return a custom HTTP response.
    
    Related to SeleniumHQ#13774
    joebandenburg committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    1a6c55c View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Configuration menu
    Copy the full SHA
    09449d8 View commit details
    Browse the repository at this point in the history
  2. Format code

    pujagani committed May 6, 2024
    Configuration menu
    Copy the full SHA
    e9698e6 View commit details
    Browse the repository at this point in the history
  3. Fix formatting

    pujagani committed May 6, 2024
    Configuration menu
    Copy the full SHA
    656b968 View commit details
    Browse the repository at this point in the history