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

Implement Selenium Json Wire API #1

Open
eracle opened this issue Nov 1, 2019 · 0 comments
Open

Implement Selenium Json Wire API #1

eracle opened this issue Nov 1, 2019 · 0 comments

Comments

@eracle
Copy link

eracle commented Nov 1, 2019

Hi there! Very cool project though!

Why not implementing the Selenium API on the app?
I mean, it would be cool to use selenium libraries, in all languages available, to instruct the behavior of the scraper of the app from a remote control. In other words, the app should implement the same interface (API) as Chrome and Firefox use to do:
https://github.com/SeleniumHQ/selenium/wiki/RemoteWebDriver

I haven't looked too deeply into the app's code, but I suppose the large part have to be done there, or at least it can be simplified by skipping the not implemented functionalities, and rewrite only the ones that are already implemented.
Also some efforts are required to implement it on the Django server, since it must include selenium webdriver and it should call the android phone as a remote server.

Here's the docs:
https://w3c.github.io/webdriver/

I mean, the pros are that this can be used also for platform testing using real remote devices.

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

1 participant