Skip to content
This repository has been archived by the owner on Nov 29, 2018. It is now read-only.

Patch for /trunk/py/selenium/webdriver/firefox/firefox_profile.py #1692

Closed
lukeis opened this issue Mar 2, 2016 · 2 comments
Closed

Patch for /trunk/py/selenium/webdriver/firefox/firefox_profile.py #1692

lukeis opened this issue Mar 2, 2016 · 2 comments

Comments

@lukeis
Copy link
Member

lukeis commented Mar 2, 2016

Originally reported on Google Code with ID 1692

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)

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)_
@lukeis
Copy link
Member Author

lukeis commented Mar 2, 2016

This r12909

Reported by david.burns@theautomatedtester.co.uk on 2011-08-07 19:23:25

  • Status changed: Fixed

@lukeis
Copy link
Member Author

lukeis commented Mar 2, 2016

Reported by luke.semerau on 2015-09-17 18:12:47

  • Labels added: Restrict-AddIssueComment-Commit

@lukeis lukeis closed this as completed Mar 2, 2016
@SeleniumHQ SeleniumHQ locked and limited conversation to collaborators Mar 4, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant