diprajpatra / selenium-stealth

Trying to make python selenium more stealthy.
MIT License
629 stars 89 forks source link

Remote Chrome Webdriver Support #16

Open kalimeraa opened 3 years ago

kalimeraa commented 3 years ago

While I was using chrome remote webdriver on selenium 4 HUB I encountered

"ValueError: driver must is selenium.webdriver.Chrome, currently this lib only support Chrome"

problem

My Code:

opts = webdriver.ChromeOptions()
opts.add_argument("--headless")

driver = webdriver.Remote(
            command_executor=environ["HUB"],
            desired_capabilities=capabitilies
)

Fixes diprajpatra/selenium-stealth#17

Anticope12 commented 2 years ago

Hi @kalimeraa , Was this issue resolved?

HVCode commented 2 years ago

Hi @kalimeraa , Was this issue resolved?

no