Jump to content

Android UDF


Moriba
 Share

Recommended Posts

  • 1 year later...

I had to read a little more the other day about mobile testautomation and tooling around.
So hereby some additional nice references for those people having enough time ;-)

Link to comment
Share on other sites

3 hours ago, junkew said:

I had to read a little more the other day about mobile testautomation and tooling around.
So hereby some additional nice references for those people having enough time ;-)

Hi @junkew,

Please check this post. I made a simple ImperiusGeorge client in order to use AutoIt as scripting language for mobile automation (only for Android). 

Comments are welcome.

 

Edited by oHenry

Regards.

Henry

Link to comment
Share on other sites

I assume the world will go to a webdriver.getNativeDriver() concept
unclear what status is of this proposal

https://github.com/SeleniumHQ/mobile-spec/blob/master/spec-draft.md

selendroid solution

http://selendroid.io/native.html

appium solution

https://github.com/appium/appium-android-bootstrap

Most solutions I can find are based on ADB/UIAutomator and not on accessibility. Combined with accessibility at least on Android you can do much more (even on lower SDK API level)

So far not seen solutions that can type/sendkeys fast without root access all seem to be based on adb shell input text|keyevnt logic

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...