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
Hello guys, I am trying to use stealth with Chromedriver remote, and I think it's having compatibility issues with Selenium-Stealth, is there any way I can integrate selenium stealth with chromedriver?
Traceback (most recent call last): File "/code/bot/project/management/commands/launch_account_in_browser.py", line 29, in handle scraper.init_driver() File "/code/bot/project/scraper/project.py", line 83, in wrapped return func(*args, **kwargs) File "/code/bot/project/scraper/project.py", line 533, in init_driver fix_hairline=True, File "/usr/local/lib/python3.7/site-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
The text was updated successfully, but these errors were encountered:
Hello guys, I am trying to use stealth with Chromedriver remote, and I think it's having compatibility issues with Selenium-Stealth, is there any way I can integrate selenium stealth with chromedriver?
Traceback (most recent call last): File "/code/bot/project/management/commands/launch_account_in_browser.py", line 29, in handle scraper.init_driver() File "/code/bot/project/scraper/project.py", line 83, in wrapped return func(*args, **kwargs) File "/code/bot/project/scraper/project.py", line 533, in init_driver fix_hairline=True, File "/usr/local/lib/python3.7/site-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
The text was updated successfully, but these errors were encountered: