aboutsummaryrefslogtreecommitdiff
path: root/src/com/google/android/droiddriver/finders
AgeCommit message (Expand)Author
2015-02-20rename package 'com.google.android' to 'io.appium'Kevin Jin
2015-02-11Generate JavaDoc and source jarKevin Jin
2014-07-28log DroidDriver.find and Events.touchMove at VERBOSE levelKevin Jin
2014-06-12add Validator interface and DefaultAccessibilityValidatorKevin Jin
2014-04-23consolidate ByAttribute, MatchStrategy by PredicateKevin Jin
2014-04-21remove deps on GuavaKevin Jin
2014-04-04add selection-[start|end} attributes for TextViewKevin Jin
2014-02-25fix the hanging when the app is constantly busy (no idle)Kevin Jin
2013-11-11add VisibleBounds for debuggingKevin Jin
2013-11-07consolidate XPath code into ByXPathKevin Jin
2013-11-04Take snapshot of the underlying View or AccessibilityNodeInfo tree.Kevin Jin
2013-10-23add helpers: DroidDrivers, BaseDroidDriverTest, UnrecoverableFailureKevin Jin
2013-08-14Enforce childFinder is relative to parentFinder in SentinelScrollerKevin Jin
2013-08-09extract matches method from MatchFinder:Kevin Jin
2013-08-09remove getChild and getChildCount in UiElementKevin Jin
2013-08-08merge Screenshotter to UiDeviceKevin Jin
2013-08-08add UiDevice for global actionsKevin Jin
2013-08-05add scroll APIKevin Jin
2013-07-18fix memory leak in Contexts UiElement cacheKevin Jin
2013-07-12warn the [ab]use of DroidDriver#has(finder, timeoutMillis)Kevin Jin
2013-07-10add test for XPaths.quoteXPathLiteralKevin Jin
2013-07-10add XPaths.quoteXPathLiteralKevin Jin
2013-07-08Added containsAttr() to XPaths.Tony Wickham
2013-06-26remove hack in UiAutomationElement.click:Kevin Jin
2013-06-19Added more finding methods to finders/By.javaJiexi Cao
2013-06-06rename Matcher to FinderKevin Jin