guidetuanhp

Results 5 comments of guidetuanhp

> * You should use `uc.ChromeOptions()` instead of the Selenium one. > * **Why do you need to specify a debug address ?** _UC already looks for a free port...

> _**Sure you launch twice your chrome**, once with `cmd` and a second time with `uc.Chrome()` in your script_ !! And by the way the correct command line switch is...

> Why would you want to do that ?! I want to remote gologin profile by undetect_chromedriver.

> why don't you use the Chrome browser launched and controlled by UC for that ? Sorry it doesn't make sense. gologin can fake all fingerprint browsers and I want...

> * You don't need to manually open the Chrome process, _undetected-chromedriver_ does that for you. > And the Chrome process is detached which is better for avoiding detection. >...