I have to test web page in Android Stock Browser. Testing Chrome can be done via Chromdriver. But I want to cover Stock Android Browser( Samsung devices have such).
As i couldn't find the same (driver) for Android Stock Browser, I want to run Browser via adb shell and then control web page by executing pure javascripts
Does anybody know how to do that or maybe you know some other way to achieve testing on Android Stock Browser?