Cant see the Browser Steps tab #1841
Closed
magnusbeck
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
New to changedetecton.io, and now i cant see the Browser Steps tab. Running on MAC, and I have started everything from Docker Desktop with the following command, everything else seems to work, just that i need to login to the website i am monitoring.
docker run -d
--name selenium
--restart unless-stopped
-p 4444:4444
--shm-size="2g"
selenium/standalone-chrome:latest
docker run -d
--name changedetectionio
--restart unless-stopped
--link selenium
-p 5001:5000
-e WEBDRIVER_URL="http://selenium:4444/wd/hub"
-v datastore-volume:/datastore
dgtlmoon/changedetection.io:latest
Beta Was this translation helpful? Give feedback.
All reactions