I have successfully run Selendroid on my Windows 8 PC using instructions on the home page. I have also been able to connect to the running emulator via a small piece of C# code written in LinqPAD (using Selenium.WebDriver from NuGet).
What I really aim to do is drive the built-in browser. The way Selendroid Standalone is working seems to require an APK of the app one wants to automate/test. What if there is no APK? Can I drive an app by package name?
Selendroid is a test automation framework which drives off the UI of Android native and hybrid applications (apps) and the mobile web
Judging from the above quote from the home page, I'd say automating the mobile browser should be possible. Any ideas?
0 comments:
Post a Comment