HENNGE / arsenic

Async WebDriver implementation for asyncio and asyncio-compatible frameworks
Other
349 stars 52 forks source link

Any way to controle several tabs async? #140

Open DiMiTriFrog opened 2 years ago

DiMiTriFrog commented 2 years ago

Is there any way to control multiple tabs at the same time? What I want to do is to schedule a series of processes and that for example the 5 tabs execute the same instructions at the same time in an asynchronous way.

dimaqq commented 2 years ago

Please test it :)

I imagine there could be complications:

DiMiTriFrog commented 2 years ago

Thanks for answer all the questions!

But how I could test it?

Yes I know the complications, but with puppeteer works fine.

I was asking in case there was anyone who had tried it and it worked with 3 tabs for example. I have been. doing tests running with one apestanya and opening others but not doing any prodecisions, so far it works fine. What I don't know is how I could give functionality to the other tabs.