kopia lustrzana https://github.com/dgtlmoon/changedetection.io
Updated Fetching pages with WebDriver (markdown)
rodzic
6066ceaf09
commit
775ab64805
|
@ -1,6 +1,4 @@
|
|||
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 (ChromeDriver) 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:** 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`
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue