I have an Android app that gets information from a website by a Rest Service.
The Rest Service uses selenium web driver for connecting to a specific website, doing login and navigating by the site.
I want to isolate the Android app using some framework like Selenium with this specs:
- Navigate on website in silent mode (hidden for user)
- Do scripts like Selenium in a Java app (click on buttons, send a text to fields, find element)
- Without server for running the scripts on browser
- Use the app in any place (without connection to PC)