how to Python Pip install with WEBDRIVER_URL="http://selenium:4444/wd/hub" ? #1251
Unanswered
johnsmithodom
asked this question in
Q&A
Replies: 2 comments 1 reply
-
what OS? Apple? ARM? Unix? C64? |
Beta Was this translation helpful? Give feedback.
1 reply
-
do you get an error? can you provide more information? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
While selenium is ran as:
but for reason need to install and run changedetection "locally" as:
changedetection.io -d ./data -p 5000
without any issue,but it can't link to selenium and can't enable fetcher for monitoring of JavaScript websites
How can we run changedetection through pip install as docker where specify WEBDRIVER_URL and --"link to" selenium ?
have try:
changedetection.io -d ./data -p 5000 -e WEBDRIVER_URL="http://selenium:4444/wd/hub"
give:
backend.py -s SSL enable -h [host] -p [port] -d [datastore path]
seem like -e is not enable (?)
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions