| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Change-Id: Iba15f82cb00d19217382c78d8ff37dda1e97ea59
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
In python via MonkeyRunner it is possible execute shell
commands but the running time was reduced to 5 seconds.
This patch adds an extra argument for the "shell" method.
It decides the maximum amount of time during which the
command is allowed to not output any response. A value of
0 means that the method will wait forever. This extra arg
is optionally. So the original function works without any changes.
Change-Id: I1a6d9b37e1846715342b252b2a2a346c2309a08f
Signed-off-by: Zoltán Papp <pzatya@gmail.com>
|
|/
|
|
|
|
|
|
|
|
|
|
| |
monkeyrunner support only drag, not MOVE type touch event.
Because drag event just drag from one point to another point, can't test
complex user touch event case(e.g., drawing curves or move icon at
launcher's homescreen).
This commit add support for MOVE touch event.
Change-Id: I9b2d5b2617d0c13cadbcfb63cd12007b9a9c0784
Signed-off-by: SeongJae Park <sj38.park@gmail.com>
|
|
|
|
| |
Change-Id: I35ae4e9d75a8a121fb94b6f56d0ffd0f06cc7468
|
|
|
|
| |
Change-Id: Iea659ca03c864db79f53154a419d32dece9aba66
|
|
|
|
| |
Change-Id: I5412777820c8b0e691d07b10df348a739f92f291
|
|
|
|
|
|
|
| |
Move stuff out of sdklib into common and ide_common.
Remove androidprefs and move the one class into common.
Change-Id: I71d126a13cf2ba413692e29616f4968a37d7b33a
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Extra arguments passed to instrument are silently ignored. This could lead
to some confusion when instrument is invoked with extra arguments that are
expected to alter the instrumentation being run.
A common use case for this is when 'instrument' is invoked from monkeyrunner
to run all the tests in one class:
device.instrument(pkg, { 'class':'com.example.test.MyTests' })
without this patch, the previous method will run all the tests in pkg.
Change-Id: I908d49422fe2755a1bcf562c2d040651b9691a6a
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Sometimes the node's property is not 'text:mText' but just 'mText'.
A new test was added to getText() to check for both properties and not
throwing unnecessarily the RuntimeException("No text property on node").
This has been tested by monkyrunner tests using EasyMonkeyDevice that runs
correctly after this patch is applied.
Change-Id: I5399169b906e28eeee0a17ab298a724cc5bb9b51
Signed-off-by: Diego Torres Milano <dtmilano@gmail.com>
|
|/
|
|
| |
Change-Id: Ieb6ea82e0cb914b9f586b798c350dedd7200ab7c
|
|
|
|
|
|
| |
This method is aligned with how hierarchyviewer2 finds adb.
Change-Id: I56a5a12e3e6ff592748a3afee18299d16066a537
|
|
|
|
| |
Change-Id: I0e44f6d2c51c99cb0409087a77e2916b630051da
|
|
|
|
| |
Change-Id: Icbe5bcb066021d578faae43aa49b58ab1595870b
|
|
|
|
|
|
|
| |
Extracted ChimpChat, the library for communication with Monkey from
MonkeyRunner
Change-Id: Ia9f966549d27abc9f494b2b001099d8130dea376
|
|
Change-Id: Ia9ba8bb572e029bf3c838605feae55b2f91f16eb
|