From 0b29ddbfc425ef6e6a36726874aff181fa04ad0d Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Sat, 26 Mar 2022 16:16:31 +0100 Subject: [PATCH] Updated Fetching pages with WebDriver (markdown) --- Fetching-pages-with-WebDriver.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Fetching-pages-with-WebDriver.md b/Fetching-pages-with-WebDriver.md index 6fc37b3..41a68a0 100644 --- a/Fetching-pages-with-WebDriver.md +++ b/Fetching-pages-with-WebDriver.md @@ -48,7 +48,7 @@ Known to work with RaspberryPi-4 Use the `seleniarm/standalone-chromium:4.0.0-20 - It's good to set the ENV var `FETCH_WORKERS` to a low value like 2 or 3, because maybe having 10 sessions of chrome open might be a bit too heavy on your rPi -## Microsoft Windows +## Microsoft Windows - Running ChromeDriver natively (no docker) You need to install WebDriver/ChromeDriver for Chrome, this will "listen" for instructions from your changedetection.py and drive the browser to fetch the results.