Skip to content
New issue

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

[Bug] about geckodriver cant run #250

Open
jcleng opened this issue Aug 16, 2024 · 1 comment
Open

[Bug] about geckodriver cant run #250

jcleng opened this issue Aug 16, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@jcleng
Copy link

jcleng commented Aug 16, 2024

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

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": {
    }
  }
}'

Environment

  • OS:CentOS Linux 7 (Core)
  • OS version:7,kernel 3.10.0-1160.71.1.el7.x86_64
  • CPU:Intel(R) Xeon(R) CPU E5-2666 v3
  • Docker version:24.08.1
  • Device model:
  • Browser/OS:128.0.3-r0

Container creation

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

Container log

-

Container inspect

No response

Anything else?

No response

@jcleng jcleng added the bug Something isn't working label Aug 16, 2024
@jcleng
Copy link
Author

jcleng commented Aug 16, 2024

1723795827589

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant