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
I'm using Selenium Python bindings with RobotFramework Selenium2Libary, which provides its own Firefox profile directory skeleton. If I have Selenium2Library installed as a read only package, a read only profile directory from Selenium2Library gets copied and later a permission exception is raised when Selenium bindings try to add additional user.js into that directory:
I'm using Selenium Python bindings with RobotFramework Selenium2Libary, which provides its own Firefox profile directory skeleton. If I have Selenium2Library installed as a read only package, a read only profile directory from Selenium2Library gets copied and later a permission exception is raised when Selenium bindings try to add additional user.js into that directory:
To fix the issue, I have needed to make the copy of profile dir writable after copy:
The text was updated successfully, but these errors were encountered: