From 5d5ceb2f52188b782b277585586134a08d7e70f2 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Wed, 6 Oct 2021 09:27:41 +0200 Subject: [PATCH] Form helper - explain where the webdriver setting comes from --- changedetectionio/templates/edit.html | 2 +- changedetectionio/templates/settings.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/changedetectionio/templates/edit.html b/changedetectionio/templates/edit.html index d1702bfd..8c96d9f6 100644 --- a/changedetectionio/templates/edit.html +++ b/changedetectionio/templates/edit.html @@ -53,7 +53,7 @@ User-Agent: wonderbra 1.0") }} {{ render_field(form.fetch_backend) }}

Use the Basic method (default) where your watched sites don't need Javascript to render.

-

The Chrome/Javascript method requires a network connection to a running WebDriver+Chrome server.

+

The Chrome/Javascript method requires a network connection to a running WebDriver+Chrome server, set by the ENV var 'WEBDRIVER_URL'.

diff --git a/changedetectionio/templates/settings.html b/changedetectionio/templates/settings.html index 0435e982..856f9539 100644 --- a/changedetectionio/templates/settings.html +++ b/changedetectionio/templates/settings.html @@ -61,7 +61,7 @@ {{ render_field(form.fetch_backend) }}

Use the Basic method (default) where your watched sites don't need Javascript to render.

-

The Chrome/Javascript method requires a network connection to a running WebDriver+Chrome server.

+

The Chrome/Javascript method requires a network connection to a running WebDriver+Chrome server, set by the ENV var 'WEBDRIVER_URL'.