Skip to content

Unable to use Javascript WebDriver #383

Closed Answered by SOlangsam
kastnerp asked this question in Q&A
Discussion options

You must be logged in to vote

After some changes it works for me with docker run commands:

docker run -d \
  --name selenium \
  --shm-size="2g" \
  selenium/standalone-chrome:4.1.1-20220121

docker run -d \
  --name changedetection \
  --restart always \
  -p 5000:5000 \
  --link selenium \
  -e WEBDRIVER_URL="http://selenium:4444/wd/hub" \
  -v datastore2-volume:/datastore \
  dgtlmoon/changedetection.io


Replies: 4 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@dgtlmoon
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@dgtlmoon
Comment options

Answer selected by dgtlmoon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #382 on January 22, 2022 14:30.