I developed an app using WebView, WebViewClient, WebChromeClient and many other classes... just to automate some aspect of web browsing. The implementation has become so cumbersome that I am thinking perhaps use Selenium instead to automate any browser on the smartphone to accomplish the same thing.
But all references I found suggest that Selendroid is for testing only.
What am I missing in regard to (re)basing my app on Selendroid?
Are there known examples for such apps?