aboutsummaryrefslogtreecommitdiff
path: root/src/com/google/android/droiddriver/helpers/DroidDrivers.java
AgeCommit message (Collapse)Author
2015-02-20rename package 'com.google.android' to 'io.appium'Kevin Jin
Change-Id: I2c7c96cd6a6971806e2ea7b06cd6c2c6666e4340
2015-02-10Build droiddriver as an Android library with GradleKevin Jin
Update minSdkVersion to 12 Add @TargetApi appropriatedly to fix lint errors Remove Eclipse files Change-Id: I661d3fd0e8b2517ae9ee4ba1e489031a8846130d
2014-06-05add AccessibilityDriver for testing AccessibilityKevin Jin
This is the first cut with known issues, e.g. needs to handle click on EditText differently, etc. Thic cl sets up the architecture of AccessibilityDriver; details will be filled in follow-up cls. Change-Id: I2881b28075eba478a5aad9d7e945b5d55e78da89
2013-10-23add helpers: DroidDrivers, BaseDroidDriverTest, UnrecoverableFailureKevin Jin
add By.withChild and By.withDescendant Change-Id: If739957750074fefa3450903d8b866c62c4390a5