Inherits from |
This class allows access to and control of the elements of a scroll view.
Scrolls within the specified scroll view until the named element is displayed on the screen.
(UIAElement) scrollToElementWithName(String name)
The name of the element to scroll to.
Scrolls within the specified scroll view until the matching element is displayed on the screen.
(UIAElement) scrollToElementWithPredicate(PredicateString predicateString)
The predicate to define the match criteria.
Scrolls within the specified scroll view until the element with the specified value for the specified key is displayed on the screen.
(UIAElement) scrollToElementWithValueForKey(NotTyped value, String key)
The value for the specified key.
The key for the specified value.
Last updated: 2010-05-27