From 29ef7f870ff141493b3a219bc0ea404b9b7e88c1 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Wed, 5 Jan 2022 12:19:15 +0100 Subject: [PATCH] Updated Fetching pages with WebDriver (markdown) --- Fetching-pages-with-WebDriver.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Fetching-pages-with-WebDriver.md b/Fetching-pages-with-WebDriver.md index a1ccd6c..b6cdad3 100644 --- a/Fetching-pages-with-WebDriver.md +++ b/Fetching-pages-with-WebDriver.md @@ -43,3 +43,7 @@ The URL for the WebDriver interface is set with the `WEBDRIVER_URL` environment * Some kind of dom-wait-until-fully loaded or other * Handle failures better (better feedback so we know if its from chromedriver, or from the website) * Save last screenshot? _(This extends to saving an entire page screenshot, abstracting out the handler for diff-management, then supplying an image-diff handler)_ + +## Raspberry Pi + +Known to work with RaspberryPi-4 Use the `seleniarm/standalone-chromium:4.0.0-20211213` `image:` \ No newline at end of file