-1

So, I would like to automate a task with a webpage but the problem is : there is a Captcha resolution so Is it possible to host the page so I can resolve the Captcha and after the bot will automate the task?

Thank you for your answers

Kiwik_8
  • 1
  • 1

1 Answers1

0

No, it won't be possible to manually resolve the Captcha and let the bot automate the remaining task as you won't be able to reconnect to the already opened Browsing Context.

Even if you are able to extract the ChromeDriver and ChromeSession attributes e.g. Session ID, Cookies, UserAgent and other session attributes from the already initiated ChromeDriver and Chrome Browsing Session still you won't be able to change the set of attributes of the ChromeDriver.

A cleaner way would be to span a new set of ChromeDriver and Chrome Browser instance with the new set of configurations.

undetected Selenium
  • 183,867
  • 41
  • 278
  • 352