hello, can I open an empty tab in etaoin? its for setting up user agent and stuff before opening the webpage so I don't get blocked by recaptcha.
Hi. You could probably create second driver? E.g.:
(def driver1 (firefox))
(def driver2 (firefox))
(go driver1 setup-page)
(go driver2 web-page)
?the setup I do on driver1 probably wouldn't be persisted onto driver2, but it's worth a try
thank you!
I'm trying to replicate something like this for etaoin https://github.com/MeiK2333/pyppeteer_stealth