Android emulator autopilot

Search This thread

Frecciablu(2)

Senior Member
Feb 22, 2014
443
204
Hi all! :)
Hope im in right session and hope some1 can reply me! xD

Im lock for a program that let u run a series of function in automatic in to an android emulator.
Selecting touck cordinate and pause time.

Exemple:
Open browser, 3sec, go home, 1sec, slide left, 1sec, slide rt, 1sec, touch in open drawer, 2sec, select app x,......

Its possible?
Need it :mad:


Thx for read :)


Inviato dal mio LG P990 (con cm11 beta/17/02 di tonyp e kernel 3.1.10 #127 alpha 31 di pengus) usando tapatalk
 

RealMcAlec

Member
Apr 17, 2014
12
2
Hannover
You said "android emulator". To reply I have to know in what environment the emulator runs. On Windows? Or Linux? Mac?
Or did you mean on the phone, directly?

In "window-mode" environments, so if the emulator shows up in a window, you just have to fake the operating system events of the hosting environment (OS). You could even set up some conditional executions depending on the screen content (pixelwise-detection). Of course, timer-based event emulation would be good for the start, I think.

:cowboy: