-
Notifications
You must be signed in to change notification settings - Fork 850
Set custom webdriver port with ENV var and checking port availability #1124
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
base: main
Are you sure you want to change the base?
Conversation
usernameComputer01
commented
Mar 28, 2025
Chrome: WEBDRIVER_CHROME_CUSTOM_PORT
Firefox: WEBDRIVER_FIREFOX_CUSTOM_PORT
0004ebf to
3fc6650
Compare
|
Does such env exist in another project ? |
I didn't find any information on the ENV standard for webdriver. |
b893e92 to
153a1ad
Compare
153a1ad to
f055eec
Compare
|
Added checking for availability of listening port |
Co-authored-by: William Desportes <williamdes@wdes.fr>
williamdes
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks okay, @OndraM ?