aboutsummaryrefslogtreecommitdiff
path: root/src/com/google/android/droiddriver/UiElement.java
AgeCommit message (Expand)Author
2015-02-20rename package 'com.google.android' to 'io.appium'Kevin Jin
2015-02-19Change minSdkVersion to 8Kevin Jin
2015-02-18Fix the remaining JavaDoc warningsKevin Jin
2014-11-03Revert "Revert "fix setText and remove replaceText""Eric Fitchett
2014-11-02Revert "fix setText and remove replaceText"Nick Kralevich
2014-10-30fix setText and remove replaceTextKevin Jin
2014-09-18Add replaceText function in UiElementJiangnan Shangguan
2014-06-12add Validator interface and DefaultAccessibilityValidatorKevin Jin
2014-06-05add AccessibilityDriver for testing AccessibilityKevin Jin
2014-04-21remove deps on GuavaKevin Jin
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