You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run the script, I encounter the error: Could not find libxul.so.
I have confirmed that the libxul.so file exists on my machine, and the correct path is specified. The path I am using in the configuration points to the correct location of the libxul.so file, which I have verified using commands like locate libxul.so and checking the installation directories of Firefox. Despite this, the script continues to return the error that it cannot find libxul.so.
Here is the way I am initializing the Firefox driver in my code:
Operating System
Linux
OS Version
Ubuntu 24.04
Description
When I run the script, I encounter the error:
Could not find libxul.so
.I have confirmed that the libxul.so file exists on my machine, and the correct path is specified. The path I am using in the configuration points to the correct location of the libxul.so file, which I have verified using commands like locate libxul.so and checking the installation directories of Firefox. Despite this, the script continues to return the error that it cannot find libxul.so.
Here is the way I am initializing the Firefox driver in my code:
I have made sure the path to libxul.so is correctly set, but the issue persists.
Environment Details
Python version:
3.10.15
Selenium version:
4.25.0
Firefox version:
132.0.2
Additional Information
No response
Logs and Screenshots
No response
Are you using the latest version of undetected_geckodriver?
The text was updated successfully, but these errors were encountered: