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

WebDriver API wrapper implementation? #99

Open
daluu opened this issue Nov 1, 2018 · 0 comments
Open

WebDriver API wrapper implementation? #99

daluu opened this issue Nov 1, 2018 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@daluu
Copy link

daluu commented Nov 1, 2018

This isn't a bug report but more like a feature suggestion. It could be part of the tool/framework/IDE, or it could be a 3rd party project that's spun out, if someone is up for developing it.

Anyway, it would be cool if we wrap the Airtest (non-Selenium, non-WebDriver) portion of the (Android, Windows) games UI automation API/SDK around the WebDriver API via a custom implementation of a RemoteWebDriver server that takes API requests from WebDriver/Appium clients.

This would allow use of standard WebDriver API in use for web UI automation as well as mobile/game UI automation, better integration for mix & match tests that involve web UI endpoint + mobile/gaming endpoint interaction, along with potential support for Selenium Grid to distribute & parallelize running the tests.

An example of what I mean is like the WebDriver wrappers I wrote for AutoIt and AutoPy:

https://github.com/daluu/autoitdriverserver
https://github.com/daluu/autopydriverserver

@adolli adolli added the enhancement New feature or request label Nov 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants