Table of Contents

Interface IView

Namespace
HP.LFT.SDK.Mobile
Assembly
HP.LFT.SDK.dll

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

bool

Methods

Zoom(Location, double)

Zoom to the specified scale.

void Zoom(Location focalPoint, double scale)

Parameters

focalPoint Location

The center Location of the zoom.

scale double

The zoom scale (0.5 to reduce to half, 2 to double the size, and so on).