Updated Fetching pages with WebDriver (markdown)

master
leigh@hobbii.dk 2022-01-12 18:15:33 +01:00
rodzic b0dad39650
commit 1b3a027056
1 zmienionych plików z 1 dodań i 1 usunięć

@ -1,6 +1,6 @@
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 `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.
**Note:** The `selenium/standalone-chrome-debug:3.141.59` image does **NOT** support _ARM/RaspberryPi_ or _Windows_ type devices, please don't make a support request that it does not work when rPi - it will be deleted.