Package com.hp.lft.sdk.mobile
Interface View
- All Superinterfaces:
- EnabledProvider,- Scrollable,- TestObject,- TestObjectDescriber,- UiObjectBase,- WaitUntilEnabledProvider
A view object in a mobile application. (iOS Only)
- 
Method SummaryModifier and TypeMethodDescriptionbooleanIndicates whether the view can be scrolled.voidZoom to the specified scale.Methods inherited from interface com.hp.lft.sdk.EnabledProviderisEnabledMethods inherited from interface com.hp.lft.sdk.mobile.ScrollablescrollOnePage, scrollToOffsetMethods inherited from interface com.hp.lft.sdk.TestObjectcallFTMethod, callFTMethod, exists, exists, findChildren, getDescription, getDisplayName, getParent, getSnapshot, getTextLocations, getTextLocations, getVisibleText, getVisibleText, highlight, highlightMatches, setDescription, setDisplayName, verifyImageExists, verifyImageExists, verifyImageMatch, verifyImageMatch, verifyImageMatch, verifyImageMatch, verifyImageMatch, verifyImageMatch, waitUntilExists, waitUntilExistsMethods inherited from interface com.hp.lft.sdk.TestObjectDescriberdescribeMethods inherited from interface com.hp.lft.sdk.mobile.UiObjectBasegetAccessibilityId, getClassName, getContainer, getHint, getLocation, getMobileCenterIndex, getNativeClass, getResourceId, getSize, getText, isCheckable, isChecked, isClickable, isFocusable, isFocused, longPress, longPress, pan, pan, pan, pinch, pinch, swipe, swipe, tap, tapMethods inherited from interface com.hp.lft.sdk.WaitUntilEnabledProviderwaitUntilEnabled, waitUntilEnabled
- 
Method Details- 
zoomZoom to the specified scale.- Parameters:
- focalPoint- the center point of the zoom.
- scale- the zoom scale (0.5 to reduce to half, 2 to double the size, and so on).
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
isScrollableIndicates whether the view can be scrolled.- Returns:
- true if the view can be scrolled.
- Throws:
- GeneralLeanFtException- if error occurs during execution.
 
 
-