[Nodriver] using profiles #2071
Unanswered
Aperico-com
asked this question in
Q&A
Replies: 1 comment
-
|
Hi!
[
{
"id": 1,
"priority": 1,
"action": {
"type": "block"
},
"condition": {
"urlFilter": "ads",
"resourceTypes": [
"image",
"media",
"xmlhttprequest",
"sub_frame",
"object"
]
}
}
]
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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