Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Any way to controle several tabs async? #140

Open
DiMiTriFrog opened this issue Sep 13, 2021 · 2 comments
Open

Any way to controle several tabs async? #140

DiMiTriFrog opened this issue Sep 13, 2021 · 2 comments

Comments

@DiMiTriFrog
Copy link

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
Copy link
Contributor

dimaqq commented Sep 14, 2021

Please test it :)

I imagine there could be complications:

  • can a single session be reused concurrently or are N separate sessions necessary?
  • does the browser render in an inactive tab, or are separate windows necessary?
  • [surely something I haven't thought of]

@DiMiTriFrog
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants