Replies: 1 comment
-
I'm not sure if this exists in the library, but try something like this: await page._execute_command(
{
"method": "Emulation.setUserPreferences",
"params": {
"preferences": {
"plugins.always_open_pdf_externally": True
}
}
}
) |
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
-
Hello!
It`s possible to activate this plugin? And how do I do it??
plugins.always_open_pdf_externally
Pydoll it`s amazing, thanks
Beta Was this translation helpful? Give feedback.
All reactions