Cant see the Browser Steps tab #1889
Unanswered
magnusbeck
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Ever find the solution? It's not clearly written in the docs how to enable that tab and functionality. |
Beta Was this translation helpful? Give feedback.
1 reply
-
You need to enable the playwright/chrome fetcher, it's in the readme and in the docker-compose.yml and in the wiki https://github.com/dgtlmoon/changedetection.io/wiki/Playwright-content-fetcher |
Beta Was this translation helpful? Give feedback.
0 replies
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. I cant believe why this has not been mentioned before?
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