aboutsummaryrefslogtreecommitdiff
path: root/src/com/google/android/droiddriver/uiautomation/UiAutomationDriver.java
AgeCommit message (Expand)Author
2015-02-20rename package 'com.google.android' to 'io.appium'Kevin Jin
2015-02-10Build droiddriver as an Android library with GradleKevin Jin
2014-06-16expose setAccessibilityNodeInfoCacheClearerKevin Jin
2014-06-12add Validator interface and DefaultAccessibilityValidatorKevin Jin
2014-06-05add AccessibilityDriver for testing AccessibilityKevin Jin
2014-04-21remove deps on GuavaKevin Jin
2014-03-10Wraps calls to UiAutomation API.Kevin Jin
2014-02-25fix the hanging when the app is constantly busy (no idle)Kevin Jin
2014-02-04delete DroidDriver samples to remove dep on actionbarsherlockKevin Jin
2013-11-04Take snapshot of the underlying View or AccessibilityNodeInfo tree.Kevin Jin
2013-09-05cosmetic changes for JavaDoc and logging for scrollKevin Jin
2013-08-08merge Screenshotter to UiDeviceKevin Jin
2013-08-08add UiDevice for global actionsKevin Jin
2013-08-06clear internal data while refreshing rootandroid-sdk-4.4.2_r1.0.1android-sdk-4.4.2_r1android-cts-4.4_r4android-cts-4.4_r1android-4.4w_r1android-4.4_r1.2.0.1android-4.4_r1.2android-4.4_r1.1.0.1android-4.4_r1.1android-4.4_r1.0.1android-4.4_r1android-4.4_r0.9android-4.4_r0.8android-4.4_r0.7android-4.4.4_r2.0.1android-4.4.4_r2android-4.4.4_r1.0.1android-4.4.4_r1android-4.4.3_r1.1.0.1android-4.4.3_r1.1android-4.4.3_r1.0.1android-4.4.3_r1android-4.4.2_r2.0.1android-4.4.2_r2android-4.4.2_r1.0.1android-4.4.2_r1android-4.4.1_r1.0.1android-4.4.1_r1kitkat-wearkitkat-releasekitkat-mr2.2-releasekitkat-mr2.1-releasekitkat-mr2-releasekitkat-mr1.1-releasekitkat-mr1-releasekitkat-devkitkat-cts-releasekitkat-cts-devKevin Jin
2013-06-25Fixed issue with clicking on partially visible elements.Tony Wickham
2013-06-19add takeScreenshot to InstrumentationDriverKevin Jin
2013-06-05add PNG as the default screenshot formatKevin Jin
2013-05-31add ScreenshotterKevin Jin
2013-05-29change type of millis int->longKevin Jin
2013-05-22sync with UiAutomation.executeAndWaitForEventKevin Jin
2013-05-21clean up ConditionCheckersKevin Jin
2013-05-20wait longer for UiAutomation.getRootInActiveWindowKevin Jin
2013-05-15expose getChild and getParentKevin Jin
2013-03-18support xpathKevin Jin
2013-03-15introduce *Context to manage instances and dependencyKevin Jin
2013-03-14Add an instrumentation driver.Thanh Le
2013-03-12convert EXISTS_CHECKER and GONE_CHECKER into constantsKevin Jin
2013-03-12rename uidriver to droiddriverKevin Jin