-
I want to download the file directly using SB after clicking a link (so I don't want it to use the PDF viewer). Is there any way to pass these specific options to the driver like in this post https://stackoverflow.com/questions/43149534/selenium-webdriver-how-to-download-a-pdf-file-with-python |
Beta Was this translation helpful? Give feedback.
Answered by
mdmintz
Aug 14, 2024
Replies: 1 comment 1 reply
-
Set |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
mdmintz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Set
external_pdf=True
.SeleniumBase/seleniumbase/plugins/sb_manager.py
Line 80 in 538b5d1