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
{{ message }}
This repository was archived by the owner on Nov 29, 2018. It is now read-only.
The user.js file is not normally included in a Mozilla profile dir, so if one tries
to use a a profile dir so that it can be deployed through a remote Firefox system the
open() triggers an exception about the user.js not existing:
from selenium.webdriver.common.desired_capabilities import DesiredCapabilities
from selenium.webdriver.firefox.firefox_profile import FirefoxProfile
profile = FirefoxProfile(profile_directory="/home/myuserid/.mozilla")
selenium_browser = webdriver.Remote(desired_capabilities=DesiredCapabilities.FIREFOX,
command_executor=http://anotherhost.com:4444/wd/hub',
browser_profile=profile)
Originally reported on Google Code with ID 1692
Reported by
roger.hu
on 2011-05-20 18:09:39- _Attachment: [firefox_profile.py.patch](https://storage.googleapis.com/google-code-attachments/selenium/issue-1692/comment-0/firefox_profile.py.patch)_
The text was updated successfully, but these errors were encountered: