aboutsummaryrefslogtreecommitdiff
path: root/src/com/google/android/droiddriver/UiElement.java
AgeCommit message (Expand)Author
2013-11-06introduce AccessibilityEventScrollStepStrategy which isKevin Jin
2013-11-04Take snapshot of the underlying View or AccessibilityNodeInfo tree.Kevin Jin
2013-08-09remove getChild and getChildCount in UiElementKevin Jin
2013-08-09rename ScrollDirection to scroll.Direction.PhysicalDirectionKevin Jin
2013-08-05add scroll APIKevin Jin
2013-06-27add ViewElement#overrideClassNameKevin Jin
2013-06-25Fixed issue with clicking on partially visible elements.Tony Wickham
2013-06-21getClassName returns the class name as seen by AccessibilityServiceKevin Jin
2013-06-06rename Matcher to FinderKevin Jin
2013-05-31remove findElement in UiElementKevin Jin
2013-05-31add ScreenshotterKevin Jin
2013-05-28rename getRect -> getBoundsKevin Jin
2013-05-15expose getChild and getParentKevin Jin
2013-05-10abstract UiElement getters into get(Attribute)Kevin Jin
2013-05-08add longClick and doubleClickKevin Jin
2013-05-06move Matcher to subpackage matchersKevin Jin
2013-03-28add all attributes to UiElementKevin Jin
2013-03-20rename Loggable -> LogDesired, and remove it from interfaceKevin Jin
2013-03-12rename uidriver to droiddriverKevin Jin