sbabcoc / Selenium-Foundation

Selenium Foundation is an automation framework designed to extend and enhance the capabilities provided by Selenium (WebDriver).
Apache License 2.0
60 stars 16 forks source link

Local Grid: Add support for 'selendroid' #178

Closed sbabcoc closed 3 years ago

sbabcoc commented 3 years ago

Selendroid is another Selenuim driver for automating interactions with Android applications. This interface provides a node server that works with Selenium Grid. Create plugins to enable local grid to manage Selendroid nodes.

The GitHub project for Selendroid is here: https://github.com/selendroid/selendroid

sbabcoc commented 3 years ago

I failed to notice that the 'selendroid' project is no longer being maintained.