Downloading more than 1 url in same webdriver.! #659
hassanseoul123
started this conversation in
Ideas
Replies: 2 comments
-
Hi, sorry for the late reply. As far as I know, there's no way to handle multiple tabs reliably in Selenium. It's possible with puppeteer and playwright though. Please let me know if you have any suggestion on how to implement it. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank You For your reply!
Is it possible to loop over many URLs one by one in selenium? (in the same
tab)
…On Tue, 18 May 2021, 12:25 am Gildas, ***@***.***> wrote:
Hi, sorry for the late reply.
As far as I know, there's no way to handle multiple tabs reliably in
Selenium. It's possible with puppeteer and playwright though. Please let me
know if you have any suggestion on how to implement it.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#659 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACKZKLYMMBGIQCQJFV2UVADTOFURFANCNFSM43DKNBSQ>
.
|
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
-
Hi @gildas-lormeau
Thank you so much for this amazing utility!
I'm using SingleFile from cli.
Is it possble add a feature by which we can save multiple urls in the same webdriver by putting them in queue.
Currently we can use text file containing urls but it results in opening of multiple webdrivers at the same time.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions