We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
#1832 introduced a workaround (add --remote-allow-origins=* to ChromeOptions) to allow using Chrome 111+
--remote-allow-origins=*
ChromeOptions
After upgrading to Selenium 4.5+ this workaround should be removed and replaced with the solution here: SeleniumHQ/selenium#11750 (comment)
no replacement needed if latest Selenium version is used SeleniumHQ/selenium#11750 (comment)
depends on: #1656
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
#1832 introduced a workaround (add
--remote-allow-origins=*
toChromeOptions
) to allow using Chrome 111+After upgrading to Selenium 4.5+ this workaround should be removed and replaced with the solution here: SeleniumHQ/selenium#11750 (comment)
no replacement needed if latest Selenium version is used SeleniumHQ/selenium#11750 (comment)
depends on: #1656
The text was updated successfully, but these errors were encountered: