-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[🐛 Bug]:Unable to install the extension(.xpi) using selenium-Java 3.14.0 or 4.1.0 or 4.1.1 with FireFox version 91.4.1esr (64-bit). #10278
Comments
@MaheshkumarPalled, thank you for creating this issue. We will troubleshoot it as soon as we can. Info for maintainersTriage this issue by using labels.
If information is missing, add a helpful comment and then
If the issue is a question, add the
If the issue is valid but there is no time to troubleshoot it, consider adding the
If the issue requires changes or fixes from an external project (e.g., ChromeDriver, GeckoDriver, W3C),
add the applicable
After troubleshooting the issue, please add the Thank you! |
Yeah, the currently supported approach now is to add the extension from the install_addon() method on the firefox driver *after the session has been created. I filed an issue on geckodriver to allow it to be done during capability creation, but it is low priority: |
Thank you. Will try this.
Also tried to use Jython as it's not supporting Python 3.x version. Kind of stuck |
No, Selenium isn't designed to pass driver instances between different languages. |
Thank you @titusfortner for the quick response. Above sample is really helpful and resolved my concern. Thanks again..! |
@titusfortner : Are you able to run FireFox extension tests on headless mode? I end up seeing socket connection error. I was wondering if you achieved it. I looked at the test shared above, but I couldn't find headless test run after extension installation. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
What happened?
Steps to reproduce:
Trying to install the .xpi file using selenium supported code. FireFox browse is launched without Installation of extension.
Selenium Version : 3.14.0 or 4.1.0 or 4.1.1
Browser details : 91.4.1esr (64-bit)
Additional information :
Note: Also created a ticket to Mozilla team.
https://bugzilla.mozilla.org/show_bug.cgi?id=1751301
How can we reproduce the issue?
Operating System
macOSBigSur, version 11.6.2 (20G314)
Selenium version
Java 3.14.0 or 4.1.0 or 4.1.1
What are the browser(s) and version(s) where you see this issue?
FireFox 91.4.1esr (64-bit)
What are the browser driver(s) and version(s) where you see this issue?
GeckDriver 0.30.0
Are you using Selenium Grid?
NA
The text was updated successfully, but these errors were encountered: