You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently I get the same error, whether the Selenium Grid was local "127.0.0.1" or otherwise:
root@dc3cb4f8e581:/home/pi/tl# python3 tl-both
Traceback (most recent call last):
File "tl-both", line 36, in <module>
stealth(driver,
File "/usr/local/lib/python3.8/dist-packages/selenium_stealth/__init__.py", line 41, in stealth
raise ValueError("driver must is selenium.webdriver.Chrome, currently this lib only support Chrome")
ValueError: driver must is selenium.webdriver.Chrome, currently this lib only support Chrome
My goal is to see what's happening on screen sometimes. If you have any other suggestions to do that please do. Thank you.
The text was updated successfully, but these errors were encountered:
I know that Selenium stealth does not support remote webdriver. BUT, is 127.0.0.1 really "remote"? Is there any hope of making this work:
Currently I get the same error, whether the Selenium Grid was local "127.0.0.1" or otherwise:
My goal is to see what's happening on screen sometimes. If you have any other suggestions to do that please do. Thank you.
The text was updated successfully, but these errors were encountered: