-
Notifications
You must be signed in to change notification settings - Fork 17
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
Selenoid instead of selenium grid #123
Comments
Isn't Selenoid meant for browser testing? Does it apply for mobile testing with Appium? |
Yes, this tool supports mobile testing with Appium. Selenoid works similarly to Selenium Grid with slight differences in settings. |
I have to check how the configurations work for Selenoid but currently there is no support - in general I've implemented a custom |
It seems that yes. Selenoid is the equivalent of Selenium Grid, but it’s easier to configure and as far as I know there are no memory leaks and no reboot service required, it works more stably. Also Selenoid is written in Go |
It is not on my current plans to integrate with Selenoid but I will check it out - if it is not very hard to integrate I will add it at some point! GADS does not just start Appium servers but aims to be a unified solution because I am all alone and not a very good developer, so it is hard to make it very flexible to allow people to use it any way they want 😅 |
Is it possible to use Selenoid instead of Selenium Grid for hub?
The text was updated successfully, but these errors were encountered: