From fdcd6a2caf4ca76ad2d65494b93182415bb6a38e Mon Sep 17 00:00:00 2001 From: Colin Date: Thu, 13 Jan 2022 19:55:41 +0100 Subject: [PATCH] Mention that Raspberry Pi supports is limited to 64-bit Raspbian OS --- 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 9bfe997..575bc35 100644 --- a/Fetching-pages-with-WebDriver.md +++ b/Fetching-pages-with-WebDriver.md @@ -39,7 +39,7 @@ The URL for the WebDriver interface is set with the `WEBDRIVER_URL` environment ## Raspberry Pi -Known to work with RaspberryPi-4 Use the `seleniarm/standalone-chromium:4.0.0-20211213` as `image:` +Known to work with RaspberryPi-4 Use the `seleniarm/standalone-chromium:4.0.0-20211213` as `image:`. Note that this currently only supports the 64-bit version of Raspbian OS. ## There's a few things left todo