From 64c5b6bfed0ce36dd0e5409777a22ec58f4f8ec3 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Sat, 26 Mar 2022 16:21:00 +0100 Subject: [PATCH] Updated Fetching pages with WebDriver (markdown) --- Fetching-pages-with-WebDriver.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Fetching-pages-with-WebDriver.md b/Fetching-pages-with-WebDriver.md index 4afb47b..4c923eb 100644 --- a/Fetching-pages-with-WebDriver.md +++ b/Fetching-pages-with-WebDriver.md @@ -35,6 +35,8 @@ docker run -d \ Then visit `/settings` and `[Fetching]` tab and enable the WebDriver/Chrome option +![image](https://user-images.githubusercontent.com/275001/160246012-a9e886fd-d1ff-4038-9598-231cebb5d930.png) + The URL for the WebDriver interface is set with the `WEBDRIVER_URL` environment variable (`http://browser-chrome:4444/wd/hub` by default)