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

fix: Check that a port truly is free before using it #11085

Merged
merged 5 commits into from
Oct 12, 2022

Commits on Oct 5, 2022

  1. fix: Check that a port truly is free before using it

    If 0.0.0.0 port 12345 is in use, then 'chromedriver --port=12345 --allowed-ips=1.2.3.4' fails with address already in use.
    If ::1 port 12345 is in use, then 'chromedriver --port=12345' fails.
    Artur- committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    7da94ca View commit details
    Browse the repository at this point in the history
  2. Fix sonarcloud issues

    Artur- committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    c6d816b View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

  1. Configuration menu
    Copy the full SHA
    214ccb7 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2022

  1. Configuration menu
    Copy the full SHA
    fa5353d View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2022

  1. Configuration menu
    Copy the full SHA
    df26e72 View commit details
    Browse the repository at this point in the history