-
Notifications
You must be signed in to change notification settings - Fork 56
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
Can i use "Firefox Profile" ? #30
Comments
I haven't tried profiles yet, but you should be able to use them. For on-disk profiles, doing this should work: ff = Firefox(**{"moz:firefoxOptions": {
"args": ["-profile", "/path/to/my/profile"],
}}) See https://github.com/mozilla/geckodriver#mozfirefoxoptions for more details. |
Hi there, I can confirm that it is not working properly. |
Hmmm |
This is a known issue with geckodriver - see https://firefox-source-docs.mozilla.org/testing/geckodriver/Profiles.html#profiles
If you specify the marionette port manually for it then you can get it to work. |
Selenium support what feature, but i dont find any about this in examples or sources where.
The text was updated successfully, but these errors were encountered: