[Nodriver] using profiles #2071
Unanswered
Aperico-com
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have been away from scraping/reverse engineering for many years and now after returning I have landed in using Nodriver. All other libs I tried failed to meet my requirements. I have to say that I am very impressed by Nodrivers strength in bypassing bot detection and the find(best_match=True) is pure magic!
I would however like to have a few things clarified since I cannot find info on it in docs or github.
driver = await uc.start()
and thentab = await driver.get('https://xxxyyy.com')
does not always work for me. Sometimes I only get a blank browser without any address filled in. Are you supposed to do any await driver command or something similar, I can not see anything about that in the docs.Beta Was this translation helpful? Give feedback.
All reactions