Interface IView
A view object in a mobile application. (iOS Only)
public interface IView : ITestObject, ITestObjectDescriber, IUiObjectBase, IEnabledProvider, IScrollable
- Inherited Members
- Extension Methods
Properties
IsScrollable
Indicates whether the view can be scrolled.
bool IsScrollable { get; }
Property Value
Methods
Zoom(Location, double)
Zoom to the specified scale.
void Zoom(Location focalPoint, double scale)