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

Selenium grid alternative? #585

Closed
muodov opened this issue Jan 23, 2020 · 6 comments
Closed

Selenium grid alternative? #585

muodov opened this issue Jan 23, 2020 · 6 comments

Comments

@muodov
Copy link

muodov commented Jan 23, 2020

Are there any plans on supporting a multi-host infrastructure like selenium grid?
I'm just curious on what the authors' opinion is. Do you consider this as part of this project, or do you think it needs to be separate (like selenium grid is separate from WebDriver)

@monkpit
Copy link

monkpit commented Jan 23, 2020

I am also interested in this - if I'm already using selenium grid, is there any reason for me to want to switch my code to playwright?

@CrispusDH
Copy link

You could take a look at much stronger alternative - Selenoid

@monkpit
Copy link

monkpit commented Jan 23, 2020

I already use Zalenium as it fits my needs better than Selenoid - but that's not what I'm wondering about. More curious about using this package as a replacement for WebDriver itself.

@leorush
Copy link

leorush commented Jan 26, 2020

Selenoid proxying CDP into container, so it's worth checking.

@CrispusDH
Copy link

I use Selenoid for parallel my tests on puppeteer. Firstly, using axios I send request to create a browser into Selenoid container and then connect to it via puppeteer. Here, the example repo https://github.com/CrispusDH/puppeteer-ava-selenoid

@aslushnikov
Copy link
Collaborator

Do you consider this as part of this project, or do you think it needs to be separate (like selenium grid is separate from WebDriver)

@muodov We'd love to see this as a separate project. We know this is an important use-case, so if there's something in PlayWright that's missing - please file a bug against us!

sand4rt pushed a commit to sand4rt/playwright that referenced this issue Dec 21, 2022
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
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

5 participants