mirror of
https://github.com/dgtlmoon/changedetection.io.git
synced 2025-12-08 09:05:36 +00:00
WebDriver fetcher - settings - when an alternative one is configured, show it in the label
This commit is contained in:
@@ -58,7 +58,11 @@ def available_fetchers():
|
||||
return p
|
||||
|
||||
class html_webdriver(Fetcher):
|
||||
if os.getenv("WEBDRIVER_URL"):
|
||||
fetcher_description = "WebDriver Chrome/Javascript via '{}'".format(os.getenv("WEBDRIVER_URL"))
|
||||
else:
|
||||
fetcher_description = "WebDriver Chrome/Javascript"
|
||||
|
||||
command_executor = ''
|
||||
|
||||
def __init__(self):
|
||||
|
||||
Reference in New Issue
Block a user