We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
use geckodriver api cant open new window, Your Firefox profile cannot be loaded. it may be missing or inaccessible.
Your Firefox profile cannot be loaded. it may be missing or inaccessible.
open new firefox window
geckodriver --port 2828 --host 0.0.0.0 --allow-hosts server # and get sessionid curl -X POST {{url}}/session -H "Content-Type: application/json" -d '{ "capabilities": { "alwaysMatch": { } } }'
docker run -d \ --name=firefox \ -p 5800:5800 \ -p 5900:5900 \ -p 2828:2828 \ -e ENABLE_CJK_FONT=1 \ -v /home/firefox/config:/config:rw \ jlesage/firefox
-
No response
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
No branches or pull requests
Current Behavior
use geckodriver api cant open new window,
Your Firefox profile cannot be loaded. it may be missing or inaccessible.
Expected Behavior
open new firefox window
Steps To Reproduce
Environment
Container creation
Container log
Container inspect
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: