From 6066ceaf0909f47dbd49daa878712d52f893f9b8 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Sat, 26 Mar 2022 16:19:27 +0100 Subject: [PATCH] Updated Fetching pages with WebDriver (markdown) --- Fetching-pages-with-WebDriver.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Fetching-pages-with-WebDriver.md b/Fetching-pages-with-WebDriver.md index f125c10..16b3b4d 100644 --- a/Fetching-pages-with-WebDriver.md +++ b/Fetching-pages-with-WebDriver.md @@ -1,10 +1,8 @@ Javascript support / Fetching via WebDriver -The backend can be configured to fetch pages via Chrome using the built in [WebDriver](https://www.selenium.dev/documentation/webdriver/) network interface, this is mainly used where the pages you are watching are using Javascript to render the page content (the basic fetcher does not execute any JS!), The easiest way is to enable it is to uncomment the following in your local [docker-compose.yml](https://github.com/dgtlmoon/changedetection.io/blob/master/docker-compose.yml) and restart your docker-compose. +The backend can be configured to fetch pages via Chrome using the built in [WebDriver](https://www.selenium.dev/documentation/webdriver/) network interface, this is mainly used where the pages you are watching are using JavaScript to render the page content (the basic fetcher does not execute any JS!), The easiest way is to enable it is to uncomment the following in your local [docker-compose.yml](https://github.com/dgtlmoon/changedetection.io/blob/master/docker-compose.yml) and restart your docker-compose. -# Linux / RaspberryPi / Ubuntu / etc - -**Note:** RaspberryPi needs a different selenium/webdriver runner, please edit your `docker-compose.yml` and use the recommended RaspberryPi image [more information here](https://github.com/dgtlmoon/changedetection.io/blob/271181968f4a303041164b719d3affbe2d1a5181/docker-compose.yml#L47) +**Note:** RaspberryPi needs a different selenium/webdriver runner, please edit your `docker-compose.yml` and use the recommended RaspberryPi image [more information here](https://github.com/dgtlmoon/changedetection.io/blob/271181968f4a303041164b719d3affbe2d1a5181/docker-compose.yml#L47) - Use `seleniarm/standalone-chromium:4.0.0-20211213` instead of `selenium/standalone-chrome-debug:3.141.59` ``` browser-chrome: