Package com.hp.lft.sdk.mobile
Interface TabStrip
- All Superinterfaces:
- EnabledProvider,- TestObject,- TestObjectDescriber,- UiObjectBase,- WaitUntilEnabledProvider
A tab strip object in a mobile application. (iOS Only)
- 
Method SummaryMethods inherited from interface com.hp.lft.sdk.EnabledProviderisEnabledMethods 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- 
selectSelects the specified tab by index. (iOS Only)- Parameters:
- index- the 0-based index of the tab to select.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
selectSelects the specified tab by name. (iOS Only)- Parameters:
- item- the name of the tab to select.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
 
-