-
-
Notifications
You must be signed in to change notification settings - Fork 8.4k
[🐛 Bug]: Extensions are not installed on Chrome Beta 137 #15722
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
Comments
@silvadf9, thank you for creating this issue. We will troubleshoot it as soon as we can. Selenium Triage Team: remember to follow the Triage Guide |
Just to clarify...
This is most likely an issue with Chrome/ChromeDriver, as Selenium has not changed anything with how extensions are installed. |
That's what I'm thinking as well, what would be the best approach if that is the case? |
But can you install it on the beta version without using selenium? |
Yes, if I turn on developer mode on the extensions menu and drag and drop the .crx it is installed. |
Hi, @silvadf9. You can see if the feature is passing in the Web Platform Tests. If it is something new, please create an issue with the ChromeDriver team. |
Description
While running a test on the Beta version of chrome (v137.0.7151.15) I noticed that extensions are no longer being installed. The same code works correctly on the stable version (v136.0.7103.93) and previous.
Reproducible Code
Debugging Logs
The text was updated successfully, but these errors were encountered: