ultrafunkamsterdam / undetected-chromedriver

Custom Selenium Chromedriver | Zero-Config | Passes ALL bot mitigation systems (like Distil / Imperva/ Datadadome / CloudFlare IUAM)
https://github.com/UltrafunkAmsterdam/undetected-chromedriver
GNU General Public License v3.0
9.81k stars 1.15k forks source link

How can I connect to an existing uc browser? #1366

Open juanfrilla opened 1 year ago

juanfrilla commented 1 year ago

I want to open all my scrapy spiders in new tabs of the same browser , with the same port.

I mean, instead of creating a new browser every time I call uc.Chrome() , if there is an already opened Chrome, work there and dont open a new one.

Can I do this, how ?

ClemLanoe commented 1 year ago

Was looking for the same thing, haven't been able to do it.