Uses of Class
com.hp.lft.sdk.GeneralLeanFtException
Packages that use GeneralLeanFtException
Package
Description
Provides the SDK for core OpenText Functional Testing for Developers functionality.
Provides the SDK for testing AI objects.
Provides the SDK for executing API tests.
Provides the SDK for image-based object identification.
Provides the SDK for testing Java objects.
Provides the SDK for testing objects in mobile applications.
Provides the SDK for testing oracle objects.
Provides the SDK for testing PowerBuilder objects.
Provides the SDK for testing SAPGUI objects.
Provides the SDK for testing SAPUI5 objects.
Provides the SDK for testing standard Windows objects.
Provides the SDK for testing Terminal Emulators objects.
Provides the SDK for testing UIAPro objects.
Provides SDK utility and helper classes.
Provides the SDK for testing Web objects.
Provides the SDK for testing .NET Windows Forms objects.
Provides the SDK for testing WPF objects.
- 
Uses of GeneralLeanFtException in com.hp.lft.sdkSubclasses of GeneralLeanFtException in com.hp.lft.sdkModifier and TypeClassDescriptionclassAn Exception that is raised when errors are encountered in the description of test objects.classThe exception that is thrown when an empty session ID is received from the server.classThe exception that is thrown when a general grid exception is thrown .classRepresents general errors that occur during replay stage of the application.classRepresent general errors that occur on the runtime engine side.classThe exception that is thrown when a message with an invalid agent field value is received by the runtime engine.classThe exception that is thrown when an invalid formatted message is received by the runtime engine.classThe exception that is thrown when a message with an invalid field value is received by the runtime engine.classThe exception that is thrown when a message with invalid version is received by the runtime engine.classThe exception that is thrown when the runtime engine is not connected to the expected Lab.classThe exception that is thrown when a not supported message type is received by the runtime engine.classThe exception that is thrown when the runtime engine is not connected to OpenText Functional Testing Lab.classThe exception that is thrown when a grid finds a node with the requested capabilities but it is currently locked.classThe exception that is thrown when a grid cannot find a node with the requested capabilities.classThe exception that is thrown when no valid OpenText Functional Testing for Developers license is found.classThe exception that is thrown when a test object cookie is not found in the server.classThe exception that is thrown when the value of an argument to a method is outside the allowable range of values, as defined by the invoked replay method.classThe exception that is thrown when the browser type requested to launch is not installed.classThe exception that is thrown when an item of the test object is not found in the AUT.classThe exception that is thrown when an item of the test object can't be uniquely identified in the AUT.classThe exception that is thrown when a test object with the given description is disabled in the AUT.classThe exception that is thrown when a test object with the given description is not found in the AUT.classThe exception that is thrown when a test object's description is not sufficient to uniquely identify the test object in the AUT.classThe exception that is thrown when a test object with the given description is not visible in the AUT.classThe exception that is thrown when a parent of the test object with the given description is not found in the AUT.classThe exception that is thrown when a time out occurred during replay.classThe exception that is thrown when a start record request is received while a recording session is already in progress.classThe exception that is thrown when an attempting to access the server while it is shutting down.classThe exception that is thrown when an unknown session ID is received by the runtime engine.classException raised when errors are encountered in the VRI description of test objects.Methods in com.hp.lft.sdk that throw GeneralLeanFtExceptionModifier and TypeMethodDescriptionstatic voidMouse.buttonDown(Point point) Presses the left mouse button at the specified point on the screen.static voidMouse.buttonDown(Point point, MouseButton button) Presses the specified mouse button at the specified point on the screen.voidMouseDevice.buttonDown(Point point) Presses the left mouse button at the specified point on the screen.voidMouseDevice.buttonDown(Point point, MouseButton button) Presses the specified mouse button at the specified point on the screen.static voidReleases the left mouse button at the specified point on the screen.static voidMouse.buttonUp(Point point, MouseButton button) Releases the specified mouse button at the specified point on the screen.voidReleases the left mouse button at the specified point on the screen.voidMouseDevice.buttonUp(Point point, MouseButton button) Releases the specified mouse button at the specified point on the screen.<T> TTestObject.callFTMethod(String methodName, Class<T> returnType, Object... arguments) Calls a method or property of an OpenText Functional Testing test object.voidTestObject.callFTMethod(String methodName, Object... arguments) Calls a method or property of an OpenText Functional Testing test object.voidClickable.click()Clicks on this object using the left mouse button.voidClicks on a test object using the specified ClickArgs.voidClickable.click(MouseButton button) Clicks on this object using the specified MouseButton.static voidMoves the mouse to the specified point on the screen and clicks the left mouse button.static voidMouse.click(Point point, MouseButton button) Moves the mouse to the specified point on the screen and clicks the specified mouse button.voidMoves the mouse to the specified point on the screen and clicks the left mouse button.voidMouseDevice.click(Point point, MouseButton button) Moves the mouse to the specified point on the screen and clicks the specified mouse button.voidAut.close()Closes a previously launched AUT.protected abstract TDescriptionAppModelNodeBase.createDescription()Create the actual description of the Test Objectstatic DateRangeDateRange.dateRangeAsSingleDate(Date date) Returns a DateRange instance initialized with an end date equal to the start date.static <TTopLevel extends TopLevelObject>
 TTopLevelDesktop.describe(Class<TTopLevel> type, Description description) Describes a top level Window or Dialog test object.<TTopLevel extends TopLevelObject>
 TTopLevelDesktopEnvironment.describe(Class<TTopLevel> type, Description description) Describes a top level Window or Dialog test object in this environment.<TChild extends TestObject>
 TChildTestObjectDescriber.describe(Class<TChild> type, Description description) Creates a child test object of this test object.protected TAppModelNodeBase.describeConcrete(Description description) Describes the underlying concrete test object.protected TTopLevelObjectNodeBase.describeConcrete(Description description) Describes the underlying concrete test object.voidDoubleClickable.doubleClick()Double-clicks on this object using the left mouse button.voidDoubleClickable.doubleClick(ClickArgs args) Double-clicks on this object using the specified ClickArgs.voidDoubleClickable.doubleClick(MouseButton button) Double-clicks on this object using the specified MouseButton.static voidMouse.doubleClick(Point point) Moves the mouse to the specified point on the screen and double-clicks the left mouse button.static voidMouse.doubleClick(Point point, MouseButton button) Moves the mouse to the specified point on the screen and double-clicks the left mouse button.voidMouseDevice.doubleClick(Point point) Moves the mouse to the specified point on the screen and double-clicks the left mouse button.voidMouseDevice.doubleClick(Point point, MouseButton button) Moves the mouse to the specified point on the screen and double-clicks the left mouse button.static voidMouse.dragAndDrop(Point fromPoint, Point toPoint) Drags the mouse from and to the specified points while the left mouse button is pressed, and then releases the mouse button.static voidMouse.dragAndDrop(Point fromPoint, Point toPoint, MouseButton button) Drags the mouse from and to the specified points while the specified mouse button is pressed, and then releases the mouse button.voidMouseDevice.dragAndDrop(Point fromPoint, Point toPoint) Drags the mouse from and to the specified points while the left mouse button is pressed, and then releases the mouse button.voidMouseDevice.dragAndDrop(Point fromPoint, Point toPoint, MouseButton button) Drags the mouse from and to the specified points while the specified mouse button is pressed, and then releases the mouse button.voidSupportDragAndDrop.dragAndDropOn(SupportDragAndDrop dropTarget) Drags and drops a test object to the specified target object.voidSupportDragAndDrop.dragAndDropOn(SupportDragAndDrop dropTarget, DragAndDropArgs dragAndDropArgs) Drags and drops a test object to the specified target object according to the specified DragAndDropArgs behavior.booleanEvaluates whether this object is currently in a specific state.booleanMenuItemBase.exists()Indicates whether the menu item exists.booleanTestObject.exists()Checks whether this object exists in the AUT before the object synchronization timeout elapses.booleanChecks whether this object exists in the AUT before the specified timeout elapses.<TChild extends TestObject>
 TChild[]TestObject.findChildren(Class<TChild> type, Description description) Returns all the child test objects that match the specified test object type and description filter.static EnvironmentDescriptionCreates a new instance ofEnvironmentDescriptionand initializes it with the specified capabilities.Returns the current value of anEnvironmentDescriptioncapability.static DesktopEnvironmentEnvironmentFactory.get(EnvironmentDescription envDescription) Locks and returns a specific environment based on the specified capabilities.LocationInfoProvider.getAbsoluteLocation()Returns this object's absolute coordinates relative to the screen (in pixels).CalendarBase.getDate()Returns the date associated with this calendar.CalendarBase.getDateRange()Returns the range of dates selected in this calendar.
 Notes:
 - Supported only for month calendar controls in multi-selection mode.AppModelNodeBase.getDescription()Gets the Description of the generated Application Model node.TestObject.getDescription()Returns a clone of the description for this test object (the test object must be obtained using the describe method, otherwise, this method returns null).intUiObjectBase.getHandle()The hWnd of this object's window.intMenuItemBase.getIndex()Returns the 0-based numeric index location of the menu item.<T> TCalls the index getter with the specified index and casts the return value to the specified returnType.<T> TCalls the index getter with the specified indexes (for multidimensional indexers) and casts the return value to the specified returnType.MenuItemBase.getLabel()Returns the menu item label.LocationInfoProvider.getLocation()Returns this object's coordinates relative to the parent window (in pixels).NativeObject.getMembers()Returns the list of available native operations for an application object.
 In some technologies and browsers, the names of the method parameters are included and properties without a setter include a [ReadOnly] suffix.
 For additional implementation details and important considerations, see the NativeObject property topic in the Help Center.UiObjectBase.getNativeClass()This object's window class name.SupportsNativeObject.getNativeObject()Returns the native application object that is represented by this test object instance, enabling you to access the native properties and methods provided by that object.MenuItemBase.getPath()Returns the path of the menu item.<T> TNativeObject.getProperty(String propertyName, Class<T> returnType) Calls the getter of the specified property and casts the return value to the specified returnType.
 You can retrieve the list of available native operations for an object using the getMembers method.
 For implementation details and important considerations, see the NativeObject property topic in the Help Center.LocationInfoProvider.getSize()Returns this object's size (in pixels).TestObject.getSnapshot()Captures a bitmap of this test object and returns a RenderedImage of it.intMenuItemBase.getSubMenuCount()The number of items contained in the specified menu item's sub-menu.static SvInfoDesktop.getSvInfo()Returns Service Virtualization Server infoDesktopEnvironment.getSvInfo()Returns Service Virtualization Server infoAlmRunInfo.getTestType()Returns a RunningLeanFTTestType type indicating the running test Type.TestObject.getTextLocations(String textToFind) Returns all rectangular areas containing the specified text within this object.TestObject.getTextLocations(String textToFind, Rectangle textArea) Returns all rectangular areas within the supplied rectangle that contain the specified text.CalendarBase.getTime()Returns the time associated with this calendar.TestObject.getVisibleText()Returns all visible text from this object.TestObject.getVisibleText(Rectangle textArea) Returns all visible text within the supplied rectangle.UiObjectBase.getWindowTitleRegExp()The constant part of this window title.booleanMenuItemBase.hasSubMenu()Indicates whether the menu item has a sub-menu.voidTestObject.highlight()Highlights this object in the AUT.<TChild extends TestObject>
 intTestObject.highlightMatches(Class<TChild> type, Description description) Highlights all children that match the the specified test object type and description filter.<T> TNativeObject.invokeMethod(String methodName, Class<T> returnType, Object... args) Calls the specified native method using the supplied arguments and casts the return value to the specified returnType.
 You can retrieve the list of available native operations for an object using the getMembers method.
 For implementation details and important considerations, see the NativeObject property topic in the Help Center.voidNativeObject.invokeMethod(String methodName, Object... args) Calls the specified native method using the supplied arguments.
 You can retrieve the list of available native operations for an object using the getMembers method.
 For implementation details and important considerations, see the NativeObject property topic in the Help Center.booleanMenuItemBase.isChecked()Indicates whether the menu item has a check mark displayed next to it.booleanEnabledProvider.isEnabled()Indicates whether this object is enabled.booleanMenuItemBase.isEnabled()Indicates whether the menu item is enabled.booleanUiObjectBase.isFocused()Indicates whether this object is currently in focus.booleanCalendarBase.isRangeSelected()Indicates whether a range of dates is currently selected in this calendar.booleanVisibleProvider.isVisible()Indicates whether this object is currently visible.static voidKeyboard.keyDown(byte keyScanCode) Deprecated.static voidKeyboard.keyDown(Keyboard.Keys key) Presses and holds the specified key using a keyboard virtual key.voidKeyboardDevice.keyDown(byte keyScanCode) Deprecated.useKeyboardDevice.keyDown(Keyboard.Keys)instead.voidKeyboardDevice.keyDown(Keyboard.Keys key) Presses and holds the specified key using a keyboard virtual key.static voidKeyboard.keyUp(byte keyScanCode) Deprecated.useKeyboard.keyUp(Keys)instead.static voidKeyboard.keyUp(Keyboard.Keys key) Releases the specified key based on its keyboard virtual key.voidKeyboardDevice.keyUp(byte keyScanCode) Deprecated.useKeyboardDevice.keyUp(Keyboard.Keys)instead.voidKeyboardDevice.keyUp(Keyboard.Keys key) Releases the specified key based on its keyboard virtual key.static AutLaunches an AUT using the file name.static AutLaunches an AUT using the file name and a list of arguments.static AutLaunches an AUT using the file name, a list of arguments, and a working directory.Launches an AUT using the file name.Launches an AUT using the file name and a list of arguments.Launches an AUT using the file name, a list of arguments, and a working directory.static BrowserSrfLab.launchBrowser(BrowserDescription description) Launches a new browser tab returning an instance ofBrowserfor the launched browser.static BrowserSrfLab.launchBrowser(BrowserType browserType) Launches a new browser tab returning an instance ofBrowserfor the launched browser.static DeviceSrfLab.lockDevice(DeviceDescription description) Obtains a device from the OpenText Functional Testing Lab and locks it so that only the current test can perform actions on it.static DeviceSrfLab.lockDevice(DeviceDescription description, ApplicationDescription[] appsToInstall) Obtains a device from the OpenText Functional Testing Lab and locks it so that only the current test can perform actions on it.static DeviceSrfLab.lockDevice(DeviceDescription description, ApplicationDescription[] appsToInstall, DeviceSource deviceSource) Obtains a device from the OpenText Functional Testing Lab and locks it so that only the current test can perform actions on it.static DeviceSrfLab.lockDevice(DeviceDescription description, DeviceSessionOptions sessionOptions) Obtains a device from the OpenText Functional Testing Lab and locks it, so that only the current test can perform actions on it.static DeviceSrfLab.lockDeviceById(String deviceId) Obtains a device from the OpenText Functional Testing Lab and locks it so that only the current test can perform actions on it.voidMoves the mouse pointer to the specified position inside this object.static voidMoves the mouse to the specified point on the screen.voidMoves the mouse to the specified point on the screen.static voidKeyboard.pressKey(byte keyScanCode) Deprecated.useKeyboard.pressKey(Keys)instead.static voidKeyboard.pressKey(Keyboard.Keys key) Presses the specified key using a keyboard virtual key.voidKeyboardDevice.pressKey(byte keyScanCode) Deprecated.useKeyboardDevice.pressKey(Keyboard.Keys)instead.voidKeyboardDevice.pressKey(Keyboard.Keys key) Presses the specified key using a keyboard virtual key.voidDesktopEnvironment.release()Releases the environment, if it was locked as a grid node.static voidSrfLab.releaseEnvironment(Device device) Release the allocated device environment.static voidSrfLab.releaseEnvironment(Browser browser) Releases the allocated browser environment.voidScrollable.scroll(ScrollOrientation orientation, ScrollType type) Scrolls an object that has embedded scroll bars by one line or page.voidScrollable.scroll(ScrollOrientation orientation, ScrollType type, int value) Scrolls an object that has embedded scroll bars.voidInvokes the specified Oracle softkey.voidTypes the specified string into the object in the application, including special keys.voidSupportSendKeys.sendKeys(String input, EnumSet<KeyModifier> modifiers) Types the specified string into the object in the application, including special keys or key modifiers.static voidKeyboard.sendString(String stringToSend) Types the specified string.voidKeyboardDevice.sendString(String stringToSend) Types the specified string.voidSets anEnvironmentDescriptioncapability to the specified value.protected voidAppModelNodeBase.setConcrete(Description description) Sets the concrete test object.voidSets the date of this calendar.voidCalendarBase.setDateRange(DateRange dateRange) Sets the specified date range using a DateRange value.voidCalendarBase.setDateRange(Date startDate, Date endDate) Sets the specified date range with separate start and end Date values.voidAppModelNodeBase.setDescription(Description description) Sets the description of the generated Application Model node.voidTestObject.setDescription(Description description) Replaces this test object's description with the supplied description.voidDateRange.setEndDate(Date endDate) Sets the end date of the range.voidCalls the indexes (for multidimensional indexers) setter with the specified index value.voidCalls the index setter with the specified index value.voidNativeObject.setProperty(String propertyName, Object value) Calls the setter of the specified property.
 You can retrieve the list of available native operations for an object using the getMembers method.
 For implementation details and important considerations, see the NativeObject property topic in the Help Center.voidDateRange.setStartDate(Date startDate) Sets the start date of the range.voidSets the time of this calendar.TestObject.verifyImageExists(RenderedImage imageToFind) Checks whether a snapshot of this object contains an exact match of the supplied image.TestObject.verifyImageExists(RenderedImage imageToFind, byte similarity) Checks whether a snapshot of this object contains the supplied image.
 
 When this method returns a false value, the step fails, but the failure does not throw an exception or cause the test to stop running.booleanTestObject.verifyImageMatch(RenderedImage expectedImage) Checks whether a snapshot of this object is identical to the supplied image.booleanTestObject.verifyImageMatch(RenderedImage expectedImage, byte pixelTolerance) Checks whether a snapshot of this object and the supplied image are a match, given the specified pixel tolerance value.booleanTestObject.verifyImageMatch(RenderedImage expectedImage, byte pixelTolerance, byte rgbTolerance) Checks whether a snapshot of this object and the supplied image are a match, given the specified pixel and RGB tolerance values.booleanTestObject.verifyImageMatch(RenderedImage expectedImage, ImageMaskArea maskArea) Checks whether the defined mask areas within the object snapshot and the supplied image are identical.booleanTestObject.verifyImageMatch(RenderedImage expectedImage, ImageMaskArea maskArea, byte pixelTolerance) Checks whether the defined mask areas within the object snapshot and the supplied image match, given the specified pixel tolerance values.booleanTestObject.verifyImageMatch(RenderedImage expectedImage, ImageMaskArea maskArea, byte pixelTolerance, byte rgbTolerance) Checks whether the defined mask areas within the object snapshot and the supplied image match, given the specified pixel and RGB tolerance values.static <T extends TestObject>
 booleanWaitUntilTestObjectState.waitUntil(T testObject, WaitUntilTestObjectState.WaitUntilEvaluator<T> evaluator) Waits until the object in the AUT achieves the desired state (or until the object synchronization timeout (20 seconds) elapses.static <T extends TestObject>
 booleanWaitUntilTestObjectState.waitUntil(T testObject, WaitUntilTestObjectState.WaitUntilEvaluator<T> evaluator, long totalTimeOutInMilliseconds) Waits until the object in the AUT achieves the desired state or until the specified timeout elapses.booleanWaitUntilEnabledProvider.waitUntilEnabled()Waits until this test object becomes enabled or until 20 seconds elapses.booleanWaitUntilEnabledProvider.waitUntilEnabled(int totalTimeOutInMilliseconds) Waits until this test object becomes enabled or until the specified timeout elapses.booleanTestObject.waitUntilExists()Waits until this test object exists or the object synchronization timeout elapses.booleanTestObject.waitUntilExists(int totalTimeOutInSeconds) Waits until this test object exists or until the specified timeout elapses.booleanWaitUntilVisibleProvider.waitUntilVisible()Waits until this test object becomes visible or until 20 seconds elapses.booleanWaitUntilVisibleProvider.waitUntilVisible(int totalTimeOutInMilliseconds) Waits until this test object becomes visible or until the specified timeout elapses.Constructors in com.hp.lft.sdk that throw GeneralLeanFtExceptionModifierConstructorDescriptionprotectedAppModelNodeBase(AppModelBase applicationModel) Initializes an instance of AppModelNodeBase.protectedAppModelNodeBase(TestObject parent, AppModelBase applicationModel) Initializes an instance of AppModelNodeBase with a parent TestObject.Initializes a new instance of the DateRange class.protectedTopLevelObjectNodeBase(AppModelBase applicationModel) protectedTopLevelObjectNodeBase(TestObject parent, AppModelBase applicationModel) 
- 
Uses of GeneralLeanFtException in com.hp.lft.sdk.aiSubclasses of GeneralLeanFtException in com.hp.lft.sdk.aiMethods in com.hp.lft.sdk.ai that throw GeneralLeanFtExceptionModifier and TypeMethodDescriptionvoidAiObject.click()Clicks in the middle of the AI object.voidAiObject.doubleClick()Double-clicks in the middle of the AI object.static OCRTypeAiRunSettings.getOCREngineProvider()Retrieves the OCR provider used at runtimeAiObject.getValue()Returns the AI object's value.voidAiObject.hover()Holds the cursor over an AI object.voidAiObject.hover(int duration) Holds the cursor over an AI object for a given duration.static booleanAiRunSettings.isVerifyIdentificationEnabled()Retrieves a value that indicates if the verify identification feature is enabled or disabled.voidAiObject.longClick()Long-clicks in the middle of the AI object.static voidAiUtil.registerCustomClass(String className, Path imagePath) Registers an image as AI custom class.voidAiObject.rightClick()Right-clicks in the middle of the AI object.voidTypes the specified text into the search box and clicks the search icon.voidSelects an item from a combo box.voidAiObject.select(String element, AiComboBoxSettings settings) Selects an item from a combo box, using the specified settings.voidTypes the specified string into the AI object.voidAiObject.sendSecureKeys(String encodedText) Types the specified encoded string into the AI object.voidAiObject.setState(ToggleState state) Sets the state of a toggleable AI control.voidThis method is relevant for AIObjects that represent text boxes, input controls, and combo boxes.static voidAiRunSettings.setVerifyIdentificationEnabled(boolean enabled) Enables or disables verify identification feature.static voidAiUtil.unregisterAllCustomClasses()Unregisters all custom classes.static voidAiUtil.unregisterCustomClass(String className) Unregisters an AI custom class.static voidAiRunSettings.updateAutoScrollSettings(AiAutoScrollSettings settings) Updates the AI auto scroll settings.static voidAiRunSettings.updateComboBoxSettings(AiComboBoxSettings settings) Updates the AI-based combo box select settings.static voidAiRunSettings.updateOCRSettings(AiOCRSettings settings) Updates the AI OCR settings.
- 
Uses of GeneralLeanFtException in com.hp.lft.sdk.apitesting.uftMethods in com.hp.lft.sdk.apitesting.uft that throw GeneralLeanFtExceptionModifier and TypeMethodDescriptionstatic APITestResultRuns the specified API Test and returns the test run results.
 Your API test must have been run in OpenText Functional Testing once or compiled before running it with OpenText OpenText Functional Testing for Developers.static APITestResultRuns the specified API Test with the specified test profile.
 Your API test must have been run in OpenText Functional Testing once or compiled before running it with OpenText OpenText Functional Testing for Developers.static APITestResultRuns the specified API test with the specified input parameters.
 Your API test must have been run in OpenText Functional Testing once or compiled before running it with OpenText OpenText Functional Testing for Developers.static APITestResultRuns the specified API test with the specified input parameters and test profile.
 Your API test must have been run in OpenText Functional Testing once or compiled before running it with OpenText OpenText Functional Testing for Developers.
- 
Uses of GeneralLeanFtException in com.hp.lft.sdk.insightMethods in com.hp.lft.sdk.insight that throw GeneralLeanFtExceptionModifier and TypeMethodDescriptionvoidInsightObject.clickSpecial()Clicks the object, without first bringing its parent into focus.voidInsightObject.clickSpecial(ClickArgs args) Clicks the object, without first bringing its parent into focus.voidInsightObject.clickSpecial(MouseButton button) Clicks the object, without first bringing its parent into focus.InsightDescription.getImage()Returns the image that will be used as the source image for the Insight test object.InsightObject.getVisibleText()Returns the visible text from the entire Test Object area.InsightObject.getVisibleText(Rectangle textArea) Returns the visible text from the text area within the test object area.voidPlaces the pointer on the object.voidInsightObject.longClick()Presses and holds the left mouse button for a default number of seconds.voidInsightObject.longClick(double duration) Presses and holds the left mouse button for a default number of seconds.voidPresses and holds the left mouse button for a default number of seconds.voidPresses and holds the left mouse button for a default number of seconds.voidInsightDescription.setImage(RenderedImage image) Sets the image, that will be used as the source image for the Insight test object.
 Important: Only images of type: BMP, PNG, and JPG are supported.voidSets the encoded value of this editable field object.Constructors in com.hp.lft.sdk.insight that throw GeneralLeanFtExceptionModifierConstructorDescriptionInsightDescription(RenderedImage image) Creates a new InsightDescription instance with the given image as the image source to be used.
 Important: Only images of type: BMP, PNG, and JPG are supported.InsightDescription(RenderedImage image, int similarity) Creates a new InsightDescription instance with the given image as the image source to be used, and a similarity value.
- 
Uses of GeneralLeanFtException in com.hp.lft.sdk.javaMethods in com.hp.lft.sdk.java that throw GeneralLeanFtExceptionModifier and TypeMethodDescriptionvoidEditor.activate()Activates the edit box.voidActivates a node or row in the tree view table.voidWindow.activate()Activates the window.voidTableBase.activateCell(int row, int column) Double-clicks a cell by row and column indexes.voidTableBase.activateCell(int row, String columnHeader) Double-clicks a cell by row index and column header.voidTableBase.activateColumn(int column) Double-clicks a column by column index.voidTableBase.activateColumn(String columnHeader) Double-clicks a column by column header.voidList.activateItem(int itemIndex) Activates an item in the list.voidList.activateItem(ListItem item) Activates an item in the list.voidList.activateItem(String item) Activates an item in the list.voidTreeView.activateNode(TreeViewNode node) Activates a node in the tree.voidTreeView.activateNode(String nodePath) Activates a node in the tree by node path.voidTable.activateRow(int row) Double-clicks a row.voidRadioButton.clear()Clears (deselects) the radio button.voidTableCell.click()Clicks the cell.voidTableCell.click(MouseButton button) Clicks the cell using the specifiedMouseButton.voidTableCell.click(MouseButton button, TableKeyModifier modifiers) Clicks the cell using the specifiedMouseButtonandTableKeyModifier.voidClicks the specified link in the edit box.voidClicks the specified link.voidTreeViewNode.clickState()Clicks the state icon of a node in a tree.voidTabControl.close(int index) Closes the specified tab panel.voidCloses the specified tab panel.voidWindow.close()Closes the window.voidExpandBarItem.collapse()Collapses the item in the ExpandBar.voidTreeViewNode.collapse()Collapses an expandable node in a tree.voidTreeViewTable.collapse(int index) Collapses the expandable node in the tree.voidCollapses the expandable node in the tree.UiObjectBase.createObject(String className) Creates a NativeObject wrapping an instance of a Java object within your application.UiObjectBase.createObject(String className, Object... arguments) Creates a NativeObject wrapping an instance of a Java object within your application.voidEditor.delete(int fromLine, int fromCharPos, int toLine, int toCharPos) Deletes the specified text.voidList.deselect(int... itemIndices) Deselects items from the list.voidDeselects items from the list.voidDeselects items from the list.voidTreeView.deselect(TreeViewNode... nodes) Clears the selection of nodes in the tree.voidClears the selection of nodes in the tree by nodes paths.voidTreeViewTable.deselect(TreeViewTableRow... nodes) Clears the selection of nodes in the tree.voidTreeViewTable.deselectColumn(int column) Unselects the specified column by column index.voidTreeViewTable.deselectColumn(String columnsHeader) Unselects the specified column by column header.voidTable.deselectColumns(int... columns) Unselects the specified columns by column indexes.voidTable.deselectColumns(String... columnsHeaders) Unselects the specified columns by column headers.voidTable.deselectColumnsRange(int fromColumn, int toColumn) Unselects the specified range of columns by column indexes.voidTable.deselectColumnsRange(String fromColumnHeader, String toColumnHeader) Unselects the specified range of columns by column headers.voidList.deselectRange(int indexFrom, int indexTo) Deselects list items between (and including) the two specified items.voidTreeViewBase.deselectRange(String fromNodePath, String toNodePath) Clears the selection of the specified range of nodes in the tree.voidTable.deselectRows(int... rows) Unselects rows by row indexes.voidTable.deselectRows(TableRow... rows) Unselects rows byTableRow.voidTable.deselectRowsRange(TableRow fromRow, TableRow toRow) Unselects rows byTableRow.voidTableBase.deselectRowsRange(int fromRow, int toRow) Unselects rows by rows indexes.voidTreeViewTable.deselectRowsRange(TreeViewTableRow fromRow, TreeViewTableRow toRow) Unselects rows byTreeViewTableRow.voidTableCell.doubleClick()Double clicks the cell.voidTableCell.doubleClick(MouseButton button) Double clicks the cell using the specifiedMouseButton.voidTableCell.doubleClick(MouseButton button, TableKeyModifier modifiers) Double clicks the cell using the specifiedMouseButtonandTableKeyModifier.voidTreeViewNode.doubleClickState()Double-clicks state icon of a node in a tree.voidSpinBox.down()Sets this spin box to the next lower value.voidTableCell.dragAndDropOn(TableCell targetCell) voidTableCell.dragAndDropOn(TableCell targetCell, MouseButton button) voidTableCell.dragAndDropOn(TableCell targetCell, MouseButton button, TableKeyModifier modifiers) Drags and drops thisTableCellto the specified targetTableCellusing the specifiedMouseButtonandTableKeyModifier.voidExpandBarItem.expand()Expands the item in the ExpandBar.voidTreeViewNode.expand()Expands an expandable node in a tree.voidTreeViewTable.expand(int index) Expands the expandable node in the tree.voidExpands the expandable node in the tree.voidList.extendSelect(int... itemIndices) Selects additional items from the multi-selection list, by index.voidList.extendSelect(ListItem... items) Selects additional items from the multi-selection list, by ListItem items.voidList.extendSelect(String... items) Selects additional items from the multi-selection list, by name.voidTreeView.extendSelect(TreeViewNode... nodes) Selects additional nodes in the tree.voidTreeViewBase.extendSelect(String... nodesPaths) Selects additional nodes in the tree.voidTreeViewTable.extendSelect(TreeViewTableRow... nodes) Selects additional nodes in the tree.voidTable.extendSelectColumns(int... columns) Selects additional columns in the table.voidTable.extendSelectColumns(String... columnHeaders) Selects additional columns in the table.voidTable.extendSelectColumnsRange(int fromColumn, int toColumn) Selects the specified range of additional columns in the table.voidTable.extendSelectColumnsRange(String fromColumnHeader, String toColumnHeader) Selects the specified range of additional columns in the table.voidTable.extendSelectRows(int... rows) Selects additional rows in the table.voidTable.extendSelectRows(TableRow... rows) Selects additional rows in the table.voidTable.extendSelectRowsRange(int fromRow, int toRow) Selects the specified range of additional rows in the table.voidTable.extendSelectRowsRange(TableRow fromRow, TableRow toRow) Selects the specified range of additional rows in the table.voidTriggers an event on the test object.String[]TableRow.getAllCellValues()Returns the content of all cells contained in the row.UiObjectBase.getAttachedText()Returns the static text attached to this object.UiObjectBase.getBackgroundColor()Returns the object's background color.Returns theToolBarButtonwith the specified text.ToolBar.getButtons()Returns the toolbar buttons in this toolbar.Returns a cell specified by row index and column header.TableRowBase.getCells()Returns a list ofTableCellobjects in the row.TableCell.getColumnHeader()Returns the column header name of the cell.TreeView.getColumnHeader(int columnIndex) Returns the header of the specified column in the tree.TableBase.getColumnHeaders()Returns the column headers.intTreeViewBase.getColumnsCount()Returns the number of columns in the tree.TreeViewNode.getColumnValue(int columnIndex) Returns the text of the column with the specified index.TreeViewNode.getColumnValue(String columnName) Returns the text of the column with the specified name.Slider.getContainerAttachedText()Returns the text of the slider object's container.Calendar.getDate()Returns the date set in the calendar.ExpandBar.getExpandedItems()Returns a list of the expandedExpandBarItemobjects in the ExpandBar.UiObjectBase.getForegroundColor()Returns the object's foreground color.intListItem.getIndex()Returns the 0-based index of the list item.intToolBarButton.getIndex()The zero-based index of the toolbar button.Returns theExpandBarItemobject with the specified text.Returns the item with the specified text.ExpandBar.getItems()Returns a list of theExpandBarItemobjects in the ExpandBar.List.getItems()Returns the list of items in the list object.ExpandBarItem.getLabel()Returns the ExpandBar item label.UiObjectBase.getLabel()Returns the object's label.SpinBox.getMaximum()Returns the maximum value of the spin box.intSlider.getMaxPosition()Returns the maximum position of the slider.SpinBox.getMinimum()Returns the minimum value of the spin box.intSlider.getMinPosition()Returns the minimum position of the slider.ToolBarButton.getName()Returns the name of the toolbar button.UiObjectBase.getNativeClass()Returns the object's Java class name.Returns the specified node.TreeViewTable.getNode(int index) Returns the value of the specified node.UiObjectBase.getObjectName()Returns test object's ObjectName.<TValue> TValueUiObjectBase.getObjectProperty(String propname, Class<TValue> returnType) Returns the value of a test object property.Slider.getOrientation()Returns the orientation of the slider.TabControl.getOrigLogicalLocation()Returns the original logical location of the tab object relative to the parent object.UiObjectBase.getPath()Returns the object's hierarchy (object ancestors).intSlider.getPosition()Returns the position of the slider.Table.getRows()Returns theTableRowobjects in the table.ToolBar.getSelectedButtons()Returns the selected toolbar buttons in this toolbar.List.getSelectedItems()Returns the list of items that are selected in the list object.TreeView.getSelectedNodes()Returns the selected nodes in the tree.TreeViewTable.getSelectedNodes()Returns the selected nodes in the tree.TabControl.getSelectedTab()Returns the selected tabbed panel.CheckBox.getState()Returns the check box state.UiObjectBase.getStatics(String className) Get a native object wrapping a Java class capable of accessing static members (methods and fields) of the specified Java class.Calendar.getStyle()Returns the style of a calendar.Menu.getSubMenu(String subMenuPath) Returns a sub-menu of this menu.Menu.getSubMenus()Returns a list of the sub-menus that are direct children of this menu.String[][]Table.getTableCellValues(TableRow startRow, TableRow endRow) Returns the content of all cells contained in a range of rows.String[][]Table.getTableCellValues(TableRow startRow, TableRow endRow, int startColumnIndex, int endColumnIndex) Returns the content of all cells contained in an area of the table.String[][]Table.getTableCellValues(TableRow startRow, TableRow endRow, String startColumnName, String endColumnName) Returns the content of all cells contained in an area of the table.intTabControl.getTabsCount()Returns the number of tabbed panels contained in the tab object.UiObjectBase.getTagName()Returns the object's Java name.Editor.getText()Returns the object's text.Label.getText()Returns the object's text.Link.getText()Returns the link text.ListItem.getText()Returns the text value of the list item.Menu.getText()Returns the menu's text.UiObject.getText()Returns the object's text.Calendar.getTime()Returns the time set in the calendar.Window.getTitle()Returns the window title.Calendar.getValue()Returns the value set in the calendar.SpinBox.getValue()Returns the spin box value.TableCell.getValue()Returns the content of the cell.intTreeView.getVisibleNodesCount()Returns the number of visible nodes in the tree.Window.getWindowState()Returns the window state.voidInserts text into the specified location in the edit box.booleanRadioButton.isChecked()Indicates whether the radio button is selected.booleanToolBarButton.isEnabled()Indicates whether the toolbar button accepts user input.booleanUiObjectBase.isFocused()Indicates whether this object has the focus.booleanWindow.isJavaWindow()Indicates whether the object is a Java window.booleanWindow.isMaximizable()Indicates whether the window can be maximized.booleanWindow.isMinimizable()Indicates whether the window can be minimized.booleanEditor.isReadOnly()Indicates whether the object is read only.booleanWindow.isResizable()Indicates whether the window is resizable.booleanSlider.isScrollBar()Indicates whether slider is a scrollBar.booleanToolBarButton.isSelected()Indicates whether the toolbar button is either pressed or checked.voidWindow.maximize()Maximizes the window to fill the screen.voidWindow.minimize()Minimizes the window to an icon.voidWindow.move(int x, int y) Moves the window to the specified location on the screen.voidMoves the window to the specified location relative to the screen.voidSlider.nextLine()Moves the slider downward, or to the right, by one line.voidSlider.nextLine(int numberOfLines) Moves the slider downward, or to the right, the specified number of lines.voidTreeViewNode.openContextMenu()Opens the context menu of a node in a tree.voidToolBarButton.press()Presses this toolbar button.voidSlider.previousLine()Moves the slider upward, or to the left, by one line.voidSlider.previousLine(int numberOfLines) Moves the slider upward, or to the left, the specified number of lines.voidReplaces text.voidWindow.resize(int width, int height) Resizes the window to the specified dimensions.voidResizes the window to the specified dimensions.voidWindow.restore()Restores the window to its previous size.voidEditor.select(int fromLine, int fromCharPos, int toLine, int toCharPos) Selects text in the edit box.voidList.select(int... itemIndices) Selects multiple items by indices.voidSelects multiple items by string values.voidSelects multiple items by string values.voidMenu.select()Selects this Java menu.voidTabControl.select(int index) Selects the specified tab panel.voidSelects the specified tab panel.voidTreeView.select(TreeViewNode... nodes) Selects the specified nodes.voidSelects the specified nodes by nodes paths.voidTreeViewTable.select(TreeViewTableRow... nodes) Selects the specified nodes.voidTableBase.selectCell(int row, int column) Clicks a cell by row and column indexes.voidTableBase.selectCell(int row, String columnHeader) Clicks a cell by row index and column header.voidTableBase.selectCellsRange(int fromRow, int fromColumn, int toRow, int toColumn) Selects a range of cells by row and column indexes.voidTableBase.selectCellsRange(int fromRow, String fromColumnHeader, int toRow, String toColumnHeader) Selects a range of cells by row indexes and column headers.voidTreeViewTable.selectColumn(int column) Selects column by column index.voidTreeViewTable.selectColumn(String columnHeader) Selects column by column header.voidTable.selectColumnHeader(int column) Clicks on a column header of the table by column index.voidTable.selectColumnHeader(int column, MouseButton button) Clicks on a column header using the specifiedMouseButtonby column index.voidTable.selectColumnHeader(String columnHeader) Clicks on a column header by header text.voidTable.selectColumnHeader(String columnHeader, MouseButton button) Clicks on a column header using the specifiedMouseButtonby column header.voidTable.selectColumns(int... columns) Selects columns by column indexes.voidTable.selectColumns(String... columnHeaders) Selects columns by column headers.voidTableBase.selectColumnsRange(int fromColumn, int toColumn) Selects a range of columns by column indexes.voidTableBase.selectColumnsRange(String fromColumnHeader, String toColumnHeader) Selects a range of columns by column headers.voidList.selectRange(int indexFrom, int indexTo) Selects list items between (and including) the two specified items.voidList.selectRange(ListItem itemFrom, ListItem itemTo) Selects list items between (and including) the two specified items.voidList.selectRange(String itemNameFirst, String itemNameLast) Selects list items between (and including) the two specified items.voidTreeView.selectRange(TreeViewNode fromNode, TreeViewNode toNode) Selects the specified range of nodes.voidTreeViewBase.selectRange(String fromNodePath, String toNodePath) Selects the specified range of nodes.voidTreeViewTable.selectRange(TreeViewTableRow fromNode, TreeViewTableRow toNode) Selects the specified range of nodes.voidTable.selectRows(int... rows) Selects rows by indexes.voidTable.selectRows(TableRow... rows) Selects rows byTableRow.voidTable.selectRowsRange(TableRow fromRow, TableRow toRow) Selects a range of rows by row objects.voidTableBase.selectRowsRange(int fromRow, int toRow) Selects a range of rows by indexes.voidTreeViewTable.selectRowsRange(TreeViewTableRow fromRow, TreeViewTableRow toRow) Selects a range of rows by row objects.voidMenu.selectSubMenu(String subMenuPath) Selects the specified sub-menu.voidTypes the specified string into the object in the application.voidUiObjectBase.sendKeys(String input, EnumSet<KeyModifier> modifiers) Types the specified string into the test object, including special keys or key modifiers.voidRadioButton.set()Selects the radio button.voidTreeViewNode.setChecked(boolean state) Sets the state of the node in the tree.voidEditor.setCursorPosition(int line, int charPos) Places the cursor at the specified location in the edit box.voidSets the date in the calendar.voidEditor.setFocus()Sets the focus on the edit box.voidTreeViewNode.setNodeState(int index) Sets the state of the node in the tree.voidSlider.setPosition(int position) Sets the position of the slider.voidSets the encoded value of this edit box.voidCheckBox.setState(CheckedState state) Sets the state of the check box.voidSets the text of the edit box.voidSets the time in the calendar.voidSets the spin box value.voidSets the cell to a new value.voidToolBarButton.showDropdown()Opens the drop down menu associated with this toolbar button by clicking the arrow part of the button.voidSpinBox.up()Sets this spin box to the next higher value.
- 
Uses of GeneralLeanFtException in com.hp.lft.sdk.mobileSubclasses of GeneralLeanFtException in com.hp.lft.sdk.mobileModifier and TypeClassDescriptionclassRepresents errors that occur while running tests on mobile applications.Methods in com.hp.lft.sdk.mobile that throw GeneralLeanFtExceptionModifier and TypeMethodDescriptionvoidDevice.back()Presses the device's Back button (Android Only).voidSimulateAuthResult.cancel(SimulateAuthCancelOrigin origin) Authentication simulation canceled.voidAuthentication simulation canceled.voidDevice.closeViewer()Closes the RDP window for the device (if open).voidTable.delete(int item) Deletes the specified item from the table.voidTable.delete(int section, int item) Deletes the specified item or section (iOS only).voidStepper.down()Decreases the value in the stepper.voidSimulateAuthResult.fail(SimulateAuthFailReason reason) Authentication simulation failed.voidAuthentication simulation failed.static DeviceDescriptionThis method creates a new instance ofDeviceDescriptionand initializes it with the given props map.Returns the current value of aDeviceDescriptioncapability.UiObjectBase.getAccessibilityId()Returns the accessibility ID of the mobile object.UiObjectBase.getClassName()Returns the test object class name used by OpenText Functional Testing Lab.UiObjectBase.getContainer()Returns information about the table container, if the object is in a table.static DeviceInfo[]MobileLab.getDeviceList()Returns a list of DeviceInfo for all devices in OpenText Functional Testing Lab.Device.getFleetType()Returns fleetType of the device as defined in OpenText Functional Testing Lab.DeviceInfo.getFleetType()Returns the fleetType of the public device as defined in OpenText Functional Testing Lab.UiObjectBase.getHint()Returns the hint property of the mobile control.Device.getId()Returns the ID of the device in OpenText Functional Testing Lab.DeviceInfo.getId()Returns the ID of the device OpenText Functional Testing Lab.Application.getIdentifier()Returns the application identifier string.Device.getLocation()Returns location of the device as defined in OpenText Functional Testing Lab.DeviceInfo.getLocation()Returns the location of the public device as defined in OpenText Functional Testing Lab.UiObjectBase.getLocation()Returns the location of the mobile object.Device.getLogs()Returns the device logs collected from the moment the device was locked.Device.getManufacturer()Returns the manufacturer of the device.DeviceInfo.getManufacturer()Returns the manufacturer of the device.static URLMobileLab.getMobileCenterAddress()Returns the URL of the OpenText Functional Testing Lab as defined in the LFTRuntime configuration, or null if it is not defined.intUiObjectBase.getMobileCenterIndex()Returns the ordinal number assigned to the object by OpenText Functional Testing Lab to indicate the order in which the object appears on the device relative to other objects with an otherwise identical description.static StringMobileLab.getMobileCenterUserName()Returns the user name of the OpenText Functional Testing Lab as defined in the LFTRuntime configuration, or null if it is not defined.Device.getModel()Returns the model name of the device.DeviceInfo.getModel()Returns the model name of the device.Application.getName()Returns the name of the mobile application.Device.getName()Returns name of the device as defined in OpenText Functional Testing Lab.DeviceInfo.getName()Returns name of the device as defined in OpenText Functional Testing Lab.UiObjectBase.getNativeClass()Returns the native class of the mobile object.Device.getOSType()Returns the operating system currently running on the device.DeviceInfo.getOSType()Returns the operating system currently running on the device.Device.getOSVersion()Returns the operating system version currently running on the device.DeviceInfo.getOSVersion()Returns the operating system version currently running on the device.UiObjectBase.getResourceId()Returns the resource ID of the control (Android only).UiObjectBase.getSize()Returns size of the mobile object.Device.getSource()The source to take the device fromDeviceInfo.getSource()Returns the source of the public device as defined in OpenText Functional Testing Lab.Device.getSvInfo()Returns Service Virtualization Server infoUiObjectBase.getText()Returns the text of the mobile object.intApplication.getUpload()Returns the application upload number.Application.getVersion()Returns the application's version.Device.getVitals()Returns an accumulation of the device vitals from the time the device was locked, in one second intervals.voidDevice.home()Presses the device's Home button (Android Only).voidTable.insert(int item) Inserts an item or section at the specified location in the table.voidTable.insert(int section, int item) Inserts an item or section at the specified location in the table (iOS only).voidApplication.install()Installs (or re-installs) the application and then launches it.booleanUiObjectBase.isCheckable()Indicates whether the mobile object can be checked.booleanUiObjectBase.isChecked()Indicates whether the mobile object is checked (relevant for controls that can have a check mark).booleanUiObjectBase.isClickable()Indicates whether the control can be tapped.booleanUiObjectBase.isFocusable()Indicates whether the control can receive focus.booleanUiObjectBase.isFocused()Indicates whether the mobile control is in focus.booleanApplication.isPackaged()Indicates whether the application is packaged (instrumented) or not.booleanEditField.isPassword()Indicates whether this mobile edit object is a password box.booleanView.isScrollable()Indicates whether the view can be scrolled.booleanDevice.isViewerOpen()Checks if the RDP window for the device is open.voidApplication.kill()Stops the application.voidApplication.launch()Launches the application if it is not started.static DeviceMobileLab.lockDevice(DeviceDescription description) Obtains a device from the OpenText Functional Testing Lab and locks it so that only the current test can perform actions on it.static DeviceMobileLab.lockDevice(DeviceDescription description, ApplicationDescription[] appsToInstall) Obtains a device from the OpenText Functional Testing Lab and locks it so that only the current test can perform actions on it.static DeviceMobileLab.lockDevice(DeviceDescription description, ApplicationDescription[] appsToInstall, DeviceSource deviceSource) Obtains a device from the OpenText Functional Testing Lab and locks it so that only the current test can perform actions on it.static DeviceMobileLab.lockDevice(DeviceDescription description, DeviceSessionOptions sessionOptions) Obtains a device from the OpenText Functional Testing Lab and locks it, so that only the current test can perform actions on it.static DeviceMobileLab.lockDeviceById(String deviceId) Obtains a device from the OpenText Functional Testing Lab and locks it so that only the current test can perform actions on it.static DeviceMobileLab.lockDeviceByInfo(DeviceInfo deviceInfo) Obtains a device from OpenText Functional Testing Lab and locks it so that only the current test can perform actions on it.static DeviceMobileLab.lockDeviceByName(String deviceName) Obtains a device from the OpenText Functional Testing Lab by device name and locks it so that only the current test can perform actions on it.voidUiObjectBase.longPress()Presses and holds the object for a moment.voidUiObjectBase.longPress(LongPressArgs args) Presses and holds the object for a moment.voidDevice.menu()Presses the device's Menu button (Android Only).voidTable.moveItem(int srcItem, int destItem) Moves an item or section in the list (iOS only).voidTable.moveItem(int srcSection, int srcItem, int destSection, int destItem) Moves an item or section in the list (iOS only).voidDevice.networkVirtualizationStart(String profile) Starts the Network Virtualization service using the specified network profile.voidDevice.networkVirtualizationStop()Stops the Network Virtualization servicevoidDevice.openViewer()Opens an RDP window for the device.voidPerforms a Pan gesture on the device.voidPerforms a Pan gesture on the device.voidPerform a Pan gesture on the object.voidPerform a Pan gesture on the object.voidPerform a Pan gesture on the object.voidUiObjectBase.pinch(double scale) Perform a Pinch gesture on the object.voidPerform a Pinch gesture on the object.voidDevice.recentApps()Opens the list of recent applications (Android Only).voidApplication.restart()Launches the application if it is closed, or restarts the application if it is already running.voidRecyclerView.scroll(int item) Scrolls to the specified item in the recycler view.voidTable.scroll(int index) Scrolls to the specified item in the table.voidTable.scroll(int section, int item) Scrolls to the specified item in the specified section of the table.voidScrollable.scrollOnePage(ScrollPageDirection direction) Scrolls the object one page in the specified direction.voidScrollable.scrollToOffset(int x, int y) Scrolls the object to the specified x,y coordinates.voidDropDown.select(int... indices) Selects the specified item or items by index. Multiple indexes are supported only for iOS.voidSelects the specified items by name from the corresponding picker wheel's list of values (iOS only).voidRadioGroup.select(int index) Selects the specified radio button in the group by index.voidSelects the specified radio button in the group by name.voidRecyclerView.select(int item) Selects an item in the recycler view.voidTable.select(int index) Selects a row in the table.voidTable.select(int section, int item) Selects an item in a section in the table.voidTabStrip.select(int index) Selects the specified tab by index.voidSelects the specified tab by name.voidDropDown.selectInWheel(int pickerWheel, int index) Selects the specified item in the specified picker wheel by index (iOS only).voidDropDown.selectInWheel(int pickerWheel, String item) Selects the specified item by name in the picker (iOS only).voidSimulates pressing a special key in the device keyboard.voidSimulates pressing a special key in the device keyboard, with the option to define the time to keep the key pressed.voidSimulates pressing a custom device key.voidSimulate pressing a custom device key, with the option to define the time to keep the key pressed.voidDevice.sendString(String text) Simulates entering text (a string) using the device keyboard.voidDevice.sendString(String text, int interval) Simulates entering text (a string) using the device keyboard, with the option to send each of the string characters in intervals of n milliseconds.voidCheckBox.set(boolean state) Sets the state of the check box.voidSets aDeviceDescriptioncapability to the given value.voidPaginator.set(int pageIndex) Brings the specified page into view.voidToggle.set(boolean state) Sets the state of the object.voidSets the state of the object by name.voidEditField.setFocus()Brings the edit box into focus.voidUiObject.setFocus()Brings the object into focus.voidDevice.setOrientation(DeviceOrientation orientation) Sets the device orientation.voidSlider.setPosition(double position) Sets the slider position.voidGenerate the encoded value using the Password Encoder utility, available from the OpenText Functional Testing for Developers > Tools menu in your IDE or from the Windows Start menu.voidSets the specified text in the edit box.voidSets the specified time/date in the calendar.voidDevice.shake()Performs a Shake gesture on the device (iOS Only).voidApplication.simulateBarcodeScan(String imageID) Simulate barcode or QR code scan using an image file.voidDevice.simulateGPSRelocate(double latitude, double longitude) Simulates a change in the device's GPS location (Android Only).voidDevice.simulateIncomingCall(String from) Simulates an incoming call.voidDevice.simulateIncomingCall(String from, EventResponseArgs eventResponseArgs) Simulates an incoming call with an optional simulated user response.voidDevice.simulateIncomingSMS(String from, String text) Simulates an incoming SMS.voidDevice.simulateIncomingSMS(String from, String text, EventResponseArgs eventResponseArgs) Simulates an incoming SMS with an optional simulated user response.voidApplication.startCameraSimulationMode(String mediaID) Start camera simulation mode.voidApplication.stopCameraSimulationMode()Stop camera simulation mode.voidSimulateAuthResult.succeed()Authentication simulation succeeded.voidDevice.svStartScenario(String svScenarioId) Starts a specific service virtualization scenario.voidDevice.svStopScenario(String svScenarioId) Stops a specific service virtualization scenario.Device.svUploadScenario(String svServiceId, String scenarioFilesFolder) Uploads scenario definition files to the device and makes them available in the current session.Device.svUploadService(String serviceFileContents) Uploads a service definition file to the device and makes it available in the current session.voidDevice.swipe(SwipeDirection direction) Swipes the device in the specified direction starting from the leading edge of the element or device.voidDevice.swipe(SwipeDirection direction, Location startLocation) Swipes the device in the specified direction starting from the specified location.voidUiObjectBase.swipe(SwipeDirection direction) Swipes the object in the specified direction.voidUiObjectBase.swipe(SwipeDirection direction, SwipeArgs args) Swipes the object in the specified direction.voidUiObjectBase.tap()Taps the object.voidTaps the object.voidDevice.touch(int x, int y) Touches the device at the specified coordinates (Android Only).voidTouches the device at the specified point (Android Only).static DeviceMobileLab.tryLockDeviceByInfo(DeviceInfo deviceInfo) Checks whether a device is available in the OpenText Functional Testing Lab and if so, locks it, so that only the current test can perform actions on it.
 If this method fails, the test continues without an exception.voidApplication.uninstall()Uninstalls the application.voidDevice.unlock()Unlocks the device in OpenText Functional Testing Lab if it is not locked by another device object.voidStepper.up()Increases the value in the stepper.voidDevice.uploadMedia(VideoData videoData, String mediaID) Upload a video to the device for video simulation.voidDevice.uploadMedia(VideoData videoData, String mediaID, MediaUploadOptions options) Upload a video to the device for video simulation, with the option to save the file.voidDevice.uploadMedia(RenderedImage image, ImageFormat imageFormat, String mediaID) Upload an image to the device for camera simulation.voidDevice.uploadMedia(RenderedImage image, ImageFormat imageFormat, String mediaID, MediaUploadOptions options) Upload an image to the device for camera simulation, with the option to save the file.voidDevice.uploadMedia(String mediaUrl, String mediaID) Upload a media file to the device for camera or video simulation.voidDevice.uploadMedia(String mediaUrl, String mediaID, MediaUploadOptions options) Upload a media file to the device for camera or video simulation, with the option to save the file.voidDevice.uploadMedia(URL mediaUrl, String mediaID) Upload a media file to the device for camera or video simulation.voidDevice.uploadMedia(URL mediaUrl, String mediaID, MediaUploadOptions options) Upload a media file to the device for camera or video simulation, with the option to save the file.voidZoom to the specified scale.
- 
Uses of GeneralLeanFtException in com.hp.lft.sdk.oracleMethods in com.hp.lft.sdk.oracle that throw GeneralLeanFtExceptionModifier and TypeMethodDescriptionvoidList.activate(int item) Activates the specified item in the list.voidActivates the specified item in the list.voidActivates the specified item in the list.voidTreeView.activate(int item) Activates the specified item in the tree.voidTreeView.activate(TreeViewNode item) Activates the specified item in the tree.voidActivates the specified item in the tree.voidUiFormBase.activate()Activates the form.voidTable.activateRow(int row) Activates a specified record.voidFlexFieldWindow.approve()Accepts changes and closes the flexfield window by clicking the OK button.voidNotification.approve()Clicks the Yes or OK button.<T extends UiObjectBase>
 TTableCell.asTestObject(Class<T> type) Returns the test object representing a specified record field.voidCalendar.cancel()Presses the Cancel button in an Oracle calendar.voidFlexFieldWindow.cancel()Cancels changes and closes the flexfield window by clicking the Cancel button.voidListOfValues.cancel()Closes the List of Values window.voidNotification.cancel()Clicks the Cancel button.voidCheckBox.clear()Clears (unchecks) the check box.voidFlexFieldWindow.clear()Clears data in the flexfield window fields by clicking the Clear button.voidNotification.clickButton(String name) Clicks the specified button.voidUiFormBase.closeForm()Closes the form using the Exit softkeyvoidUiFormBase.closeWindow()Closes the form using the X button in the form window title bar.voidTreeViewNode.collapse()Collapses the specified item in the tree.booleanIndicates whether the specified item is contained in the list.voidNotification.decline()Clicks the No button.voidApplicationSession.exit()Exits the Oracle Applications session window.voidTreeViewNode.expand()Expands the specified item in the tree.voidFinds the item in the list that matches the specified value.<TForm extends UiFormBase>
 TFormApplicationSession.getActiveWindow(Class<TForm> type) Returns the test object representing the currently active window.CheckBox.getCaption()Returns the caption of the object.EditField.getCaption()Returns the caption of the object.List.getCaption()Returns the caption of the object.RadioGroup.getCaption()Returns the caption of the object.TreeView.getCaption()Returns the caption of the object.Returns a cell specified by row index and column header.TableRow.getCells()Returns a list ofTableCellobjects in the row.ApplicationSession.getClassPath()The Oracle class hierarchy of the object's Oracle class.Button.getClassPath()The Oracle class hierarchy of the object's Oracle class.Calendar.getClassPath()The Oracle class hierarchy of the object's Oracle class.CheckBox.getClassPath()The Oracle class hierarchy of the object's Oracle class.EditField.getClassPath()The Oracle class hierarchy of the object's Oracle class.FlexFieldWindow.getClassPath()The Oracle class hierarchy of the object's Oracle class.FormWindow.getClassPath()The Oracle class hierarchy of the object's Oracle class.List.getClassPath()The Oracle class hierarchy of the object's Oracle class.ListOfValues.getClassPath()The Oracle class hierarchy of the object's Oracle class.Notification.getClassPath()The Oracle class hierarchy of the object's Oracle class.RadioGroup.getClassPath()The Oracle class hierarchy of the object's Oracle class.StatusBar.getClassPath()The Oracle class hierarchy of the object's Oracle class.Tab.getClassPath()The Oracle class hierarchy of the object's Oracle class.TreeView.getClassPath()The Oracle class hierarchy of the object's Oracle class.Table.getColumnHeaders()Returns the column headers.StatusBar.getErrorCode()Returns the error code of the displayed message.List.getItem(int item) Returns the item with the specified text.Returns the item with the specified text.RadioGroup.getItem(int item) Returns the item with the specified index.Returns the item with the specified text.Returns the item at the specified path.ListOfValues.getItems()Returns the content of the object window.Button.getLabel()Returns the text displayed on the object.CheckBox.getLabel()Returns the text displayed on the object.Tab.getLabel()Returns the text displayed on the object.MenuItem.getMenuSubItems()Returns a list of all submenus for the specified menu item.Notification.getMessage()Returns the text of the displayed message.StatusBar.getMessage()Returns the text of the displayed message.TreeView.getNode(int node) Returns the the specified node.Returns the the specified node.Button.getObjectDescription()Indicates accessibility description of the object as specified by the server.CheckBox.getObjectDescription()Indicates accessibility description of the object as specified by the server.EditField.getObjectDescription()Indicates accessibility description of the object as specified by the server.List.getObjectDescription()Indicates accessibility description of the object as specified by the server.RadioGroup.getObjectDescription()Indicates accessibility description of the object as specified by the server.TreeView.getObjectDescription()Indicates accessibility description of the object as specified by the server.Button.getObjectName()Indicates internal name of the object supplied by the application server.CheckBox.getObjectName()Indicates internal name of the object supplied by the application server.EditField.getObjectName()Indicates internal name of the object supplied by the application server.List.getObjectName()Indicates internal name of the object supplied by the application server.RadioGroup.getObjectName()Indicates internal name of the object supplied by the application server.Table.getObjectName()Returns the name of the object supplied by the server.TreeView.getObjectName()Indicates internal name of the object supplied by the application server.UiObjectBase.getObjectType()Returns the general object type.MenuItem.getPath()Returns the path of the menu item.Table.getRows()Returns theTableRowobjects in the table.intList.getSelectedIndex()Returns the index of the selected item (0-based).intRadioGroup.getSelectedIndex()Returns the index of the selected item (0-based).List.getSelectedItem()Returns the value of the selected item.RadioGroup.getSelectedItem()Returns the value of the selected item.TreeView.getSelectedItem()Returns the value of the selected item.FormWindow.getShortTitle()Returns the window short title.EditField.getText()Returns the value of the object.Calendar.getTitle()Returns the window title.FlexFieldWindow.getTitle()Returns the window title.ListOfValues.getTitle()Returns the window title.Notification.getTitle()Returns the window title.UiFormBase.getTitle()Returns the window title.Button.getTooltipText()Indicates the text displayed in the object's tooltip.CheckBox.getTooltipText()Indicates the text displayed in the object's tooltip.EditField.getTooltipText()Indicates the text displayed in the object's tooltip.List.getTooltipText()Indicates the text displayed in the object's tooltip.RadioGroup.getTooltipText()Indicates the text displayed in the object's tooltip.TreeView.getTooltipText()Indicates the text displayed in the object's tooltip.Notification.getType()Returns the type of notification.TableCell.getValue()Returns the content of the cell.voidFlexFieldWindow.help()Accesses the online help by clicking the Help button.booleanMenuItem.isChecked()Indicates whether this menu item is currently checked.booleanMenuItem.isDisabled()Indicates whether this menu item is currently disabled.booleanEditField.isEditable()Indicates whether the text field is editable.booleanTableCell.isEditable()Indicates whether the field is editable.booleanMenuItem.isEnabled()Indicates whether this menu item is currently enabled.booleanCheckBox.isSelected()Indicates the state of the object -whether it is selected or cleared.booleanListItem.isSelected()Indicates whether the specified item is selected.booleanRadioGroupItem.isSelected()Indicates whether the specified radio button is selected in the option group.booleanMenuItem.isShowing()Indicates whether this menu item is currently showing.booleanMenuItem.isVisible()Indicates whether this menu item is currently visible.voidEditField.openDialog()Opens the field's associated dialog box.voidTableCell.openDialog()Opens a specified record field's associated dialog box.voidUiFormBase.pressToolbarButton(String buttonName) Presses a toolbar button.voidUiFormBase.save()Performs a Save operation using the Commit softkey.voidCheckBox.select()Selects (checks) the check box.voidList.select(int item) Selects the specified item from the list.voidSelects the specified item from the list.voidSelects the specified item from the list.voidListOfValues.select(int item) Selects the specified item from the list.voidSelects the specified item from the list.voidRadioGroup.select(int item) Selects the radio button with the specified value.voidRadioGroup.select(RadioGroupItem item) Selects the radio button with the specified value.voidSelects the radio button with the specified value.voidTab.select()Selects the tabbed region.voidTreeView.select(int item) Selects the specified item in the tree.voidTreeView.select(TreeViewNode item) Selects the specified item in the tree.voidSelects the specified item in the tree.voidNotification.selectDefaultButton()Clicks the default button in the window.voidUiObjectBase.selectFromPopupMenu(String path) Opens the context menu and selects the specified menu option.voidUiObjectBase.selectFromPopupMenu(String... menuPathParts) Opens the context menu and selects the specified menu option.voidUiFormBase.selectMenuItem(MenuItem item) Selects a menu option.voidUiFormBase.selectMenuItem(String itemPath) Selects a menu option.voidInvokes the specified Oracle softkey.voidEnters a date in an Oracle calendar.voidEnters a date in an Oracle calendar.voidCheckBox.setFocus()Transfers focus to the check box.voidEditField.setFocus()Transfers the focus to the field.voidRadioGroup.setFocus()Transfers the focus to the option group.voidTableCell.setFocus()Transfers focus to a specified record field.voidEnters the specified text into the field.voidEditField.setTextAndValidate(String text) Enters the specified text into the field with validation.voidEnters a value in a specific record field.voidTableCell.setValueAndValidate(Object value) Enters a value in a specific record field with validation.voidFlexFieldWindow.showCombinations()Uses the Show Combinations button to display a Reduction Criteria window that assists in completing the flexfield value.voidApplicationSession.sync()Instructs OpenText Functional Testing for Developers to wait the specified number of seconds to synchronize with Oracle Applications before continuing the run session.voidApplicationSession.sync(long seconds) Instructs OpenText Functional Testing for Developers to wait the specified number of seconds to synchronize with Oracle Applications before continuing the run session.voidEditField.validate()Transfers the focus out of the field.
- 
Uses of GeneralLeanFtException in com.hp.lft.sdk.powerbuilderMethods in com.hp.lft.sdk.powerbuilder that throw GeneralLeanFtExceptionModifier and TypeMethodDescriptionvoidWindow.activate()Activates the window.voidWindow.activate(MouseButton button) Activates the window using the specified mouse button.voidTable.activateCell(int row, int column) Double-clicks a cell by row and column indexes.voidTable.activateCell(int row, String columnHeader) Double-clicks a cell by row index and column header.voidListBase.activateItem(int itemIndex) Activates (double-clicks) the specified item in the list by item index.voidListBase.activateItem(int itemIndex, MouseButton button) Activates (double-clicks) the specified item in the list by item index.voidListBase.activateItem(String item) Activates (double-clicks) the specified item in the list by item text.voidListBase.activateItem(String item, MouseButton button) Activates (double-clicks) the specified item in the list by item text.voidListBase.activateItem(T item) Activates (double-clicks) the specified generic item in the list.voidListBase.activateItem(T item, MouseButton button) Activates (double-clicks) the specified generic item in the list.voidTreeView.activateNode(int nodeIndex) Activates (double-clicks) a node in the tree-view object by node index.voidTreeView.activateNode(int nodeIndex, MouseButton button) Activates (double-clicks) a node in the tree-view object by node index.voidTreeView.activateNode(TreeViewNode node) Activates (double-clicks) a node in the tree-view object with a tree-view node.voidTreeView.activateNode(TreeViewNode node, MouseButton button) Activates (double-clicks) a node in the tree-view object with a tree view node.voidTreeView.activateNode(String nodePath) Activates (double-clicks) a node in the tree-view object by node path.voidTreeView.activateNode(String nodePath, MouseButton button) Activates (double-clicks) a node in the tree-view object by node path.voidListViewItem.clickState()Clicks the state image icon.voidTreeViewNode.clickState()Clicks the state icon.voidWindow.close()Closes the window.voidTreeViewNode.collapse()Hides sub-nodes of this node in the expanded tree-view control.voidListBase.deselect(int... itemIndices) Deselect a list of items by items indices.voidDeselect a list of items by items text.voidDeselects a list of items according to a generic list.voidListViewItem.doubleClickState()Double-clicks state image icon.voidTreeViewNode.doubleClickState()Double-clicks state icon.voidListViewItem.enableLabelEditing()Activates the edit mode for the lists item label to enable renaming.voidTreeViewNode.enableLabelEditing()Activates the edit mode for the node in the tree-view control to enable renaming.Table.evaluateExpression(String expression, int row) evaluateExpression uses the PowerBuilder Describe method to evaluate one expression involving values of a particular row and column.voidTreeViewNode.expand()Displays hidden sub-nodes of this node in the tree-view control.voidTreeViewNode.expandAll()Expands this node and all nodes below it, in the tree-view control.voidListBase.extendSelect(int... itemIndices) Selects additional items from the multi-selection list.voidListBase.extendSelect(String... itemNames) Selects additional items from the multi-selection list.voidListBase.extendSelect(T... items) Selects additional items from the multi-selection list.UiObjectBase.getAttachedText()Returns the static text attached to the object.Returns an button with the given text.ToolBar.getButtons()Returns all toolbar buttons in this toolbar.Returns a cell specified by row index and column header.TableRow.getCells()Returns a list ofTableCellobjects in the row.ListView.getCheckedItems()Returns all items marked as checked to a unmodified list object.TreeView.getCheckedVisibleNodes()Retrieves the checked visible nodes in the tree-view object.intTable.getColumnCount()ListView.getColumnHeader(int columnIndex) Returns the text header of the specified (report-style) list-view column.TreeViewNode.getFirstChildPath()Returns the full path of the node's first child node as a semi-colon delimited String.intListItem.getHeight()Returns the list item's height (in pixels).intTreeViewNode.getImageIndex()Returns the image index of the node.intToolBarButton.getIndex()The 0-based index number of the toolbar button.Returns an item with the given text.ComboBox.getItems()Returns a list of strings containing the names of all items in the combo box.ListBase.getItems()Returns a collection of all items in the list.intScrollBar.getMaxPosition()Returns the maximum scrolling position.intScrollBar.getMinPosition()Returns the minimum scrolling position.ToolBarButton.getName()Returns the name of the toolbar button.TreeViewNode.getNextSiblingPath()Returns the full path of the node's next sibling node as a semi-colon delimited String.UiObjectBase.getObjectName()Returns the object's name as set by the developer.intTreeViewNode.getOverlayImageIndex()Returns the index number of the current overlay image.TreeViewNode.getParentPath()Returns the full path of the node's parent node as a semi-colon delimited String.TreeViewNode.getPath()Returns the full path of the node as a semi-colon delimited String.intScrollBar.getPosition()Returns the scroll bar position.intTable.getRowCount()Table.getRows()Returns theTableRowobjects in the table.ToolBar.getSelectedButtons()Returns all selected buttons in this toolbar.ComboBox.getSelectedItem()Returns the selected item in the combo box.ListBase.getSelectedItems()Returns all of the selected items in the list.TreeView.getSelectedNodes()Returns all the selected nodes in the tree-view object.TabControl.getSelectedTab()Returns the selected tab in the tab control.CheckBox.getState()Returns the check box status.intListViewItem.getState()Returns the list item's state image index.RadioButton.getState()Returns the radio button's status.intTreeViewNode.getState()Returns the state image index of the node.ListViewItem.getSubItemText()Returns the text value of the specified report-style (LVS_REPORT) list-view subitem.ListViewItem.getSubItemText(int columnIndex) Returns the text value of the specified report-style (LVS_REPORT) list-view subitem.ListViewItem.getSubItemText(String columnName) Returns the text value of the specified report-style (LVS_REPORT) list-view subitem.Returns the tab with the specified name.Table.getTableProperty(String property) The getTableProperty method uses the PowerBuilder Describe method to return the value of one property of a DataWindow object and controls within the DataWindow object.TabControl.getTabs()Returns all tabs in the tab control.ListItem.getText()Returns the text value of the list item, or "" when empty.ListViewItem.getText()Returns the text value of the list item, or "" when empty.Tab.getText()Returns the text of the tab item.TreeViewNode.getText()Returns the text of the node, or "" when empty.UiObjectBase.getText()Returns the text associated with the object.TableCell.getValue()Returns the content of the cell.intListView.getVisibleColumnsCount()Returns the number of visible columns in the list-view object.TreeView.getVisibleNodes()Returns all visible nodes in the tree-view object.UiObjectBase.getWindowClassRegExp()Returns the permanent part of the MFC window class.longUiObjectBase.getWindowExtendedStyle()Returns the extended window style of the object as long.intUiObjectBase.getWindowId()Returns the object's window identifier.Window.getWindowState()The current window state.longUiObjectBase.getWindowStyle()Returns the window style of the object as long.booleanWindow.hasBorder()Indicates whether the window has a thin-line border.booleanWindow.hasCaption()Indicates whether the window has a title bar.booleanTreeViewNode.hasChildren()Indicates whether the node has children.booleanToolBarButton.hasEllipses()Indicates whether the toolbar button's text is truncated and an ellipsis (...) is displayed.
 Note: This property is not supported for QMenuBar objects.booleanWindow.hasSizebox()Indicates whether the window has a sizing border.booleanWindow.hasSystemMenu()Indicates whether the window has a window menu on its title bar.booleanWindow.isActive()Indicates whether the window is the foreground object (currently active).booleanToolBarButton.isChecked()Indicates whether the toolbar button is a dual-state (toggle) push button and is currently selected (pushed).booleanWindow.isChildWindow()Indicates whether the window is a child window.booleanToolBarButton.isEnabled()Indicates whether the toolbar button is enabled.booleanTreeViewNode.isExpanded()Indicates whether the node is expanded.booleanListItem.isFocused()Indicates whether the list item has focus in a multiple selection list box.booleanListViewItem.isFocused()Indicates whether the list item is in focus in a multiple selection list box.booleanToolBarButton.isHighlighted()Indicates whether the toolbar button is highlighted (surrounded by a dotted line).booleanToolBarButton.isHot()Indicates whether the toolbar button is "hot".booleanToolBarButton.isIndeterminate()Indicates whether the toolbar button is disabled.booleanToolBarButton.isMarked()Indicates whether the toolbar button is marked.booleanWindow.isMaximizable()Indicates whether the window can be maximized.booleanWindow.isMdiChildWindow()Indicates whether the window is a multiple-document interface (MDI) child window.booleanWindow.isMinimizable()Indicates whether the window can be minimized.booleanWindow.isOwnedWindow()Indicates whether the window has an owner window.booleanWindow.isPopupWindow()Indicates whether the window is a pop-up window.booleanToolBarButton.isPressed()Indicates whether the toolbar button was clicked.booleanUiObjectWithLayoutInfo.isRightAligned()Indicates whether this object has generic "right-aligned" properties.booleanUiObjectWithLayoutInfo.isRightToLeftLayout()Indicates whether this object's horizontal origin is on the right edge.booleanUiObjectWithLayoutInfo.isRightToLeftReading()Indicates whether this object's text is displayed using right-to-left reading-order properties.booleanListItem.isSelected()Indicates whether the list item is selected.booleanListViewItem.isSelected()Indicates whether the list item is selected.booleanTab.isSelected()Indicates whether the tab item is selected.booleanToolBarButton.isSelected()Indicates whether the toolbar button is currently either pressed (currently being clicked) or checked (a dual-state push button that is currently selected).booleanTreeViewNode.isSelected()Indicates whether the node is selected.booleanWindow.isToolWindow()Indicates whether the window is a tool window (a floating toolbar).booleanWindow.isTopmost()Indicates whether the window is placed above all non-topmost windows and remains in place, even when the window is deactivated.booleanToolBarButton.isWrap()Indicates whether the toolbar button is enabled and followed by a line break.voidWindow.maximize()Maximizes the window.voidWindow.minimize()Minimizes the window to an icon.voidWindow.move(int x, int y) Moves the window to the specified absolute location on the screen with X,Y coordinates.voidMoves the window to the specified absolute location on the screen with a Point object.voidScrollBar.nextLine()Moves the scroll bar downward, or to the right, by one line.voidScrollBar.nextLine(int numberOfLines) Moves the scroll bar downward, or to the right, the specified number of lines.voidScrollBar.nextPage()Moves the scroll bar downward, or to the right, by one page.voidScrollBar.nextPage(int numberOfPages) Moves the scroll bar downward, or to the right, the specified number of pages.voidToolBarButton.press()Presses the specified toolbar button.voidToolBarButton.press(MouseButton button) Presses the specified toolbar button.voidScrollBar.previousLine()Moves the scroll bar upward, or to the left, by one line.voidScrollBar.previousLine(int numberOfLines) Moves the scroll bar upward, or to the left, the specified number of lines.voidScrollBar.previousPage()Moves the scroll bar upward, or to the left, by one page.voidScrollBar.previousPage(int numberOfPages) Moves the scroll bar upward, or to the left, the specified number of pages.voidWindow.resize(int width, int height) Resizes the window to the specified dimensions by width and height values.voidResizes the window to the specified dimensions.voidWindow.restore()Restores the window to its previous size.voidComboBox.select(int index) Selects an item from the combo box based on a numerical index.voidSelects an item from the combo box based on a string.voidEditField.select(int fromCharPos, int toCharPos) Selects the specified text in the edit box.
 Note: All positions are 0-based.voidListBase.select(int... itemIndices) Selects a list of items by items indices.voidSelects a list of items by items text.voidSelects a list of items according to a generic list.voidTabControl.select(int tabIndex) Selects the specified tab by tab index.voidTabControl.select(int tabIndex, MouseButton button) Selects the specified tab by tab index.voidSelects the specified tab.voidTabControl.select(Tab tab, MouseButton button) Selects the specified tab in the tab control.voidSelects the specified tab by tab name.voidTabControl.select(String tab, MouseButton button) Selects the specified tab by tab name.voidTreeView.select(int nodeIndex) Selects a node in the tree-view object by node index.voidTreeView.select(int nodeIndex, MouseButton button) Selects a node in the tree-view object by node index.voidTreeView.select(TreeViewNode node) Selects a node in the tree-view object.voidTreeView.select(TreeViewNode node, MouseButton button) Selects a node in the tree-view control.voidSelects a node in the tree-view object by node path.voidTreeView.select(String nodePath, MouseButton button) Selects a node in the tree-view control by node path.voidTable.selectCell(int row, int column) Clicks a cell by row and column indexes.voidTable.selectCell(int row, String columnHeader) Clicks a cell by row index and column header.voidListBase.selectRange(int indexTo) Selects all list items between an already selected item and the specified item with index passed as the argument.voidListBase.selectRange(int indexFrom, int indexTo) Selects all list items between (and including) the two specified items.voidListBase.selectRange(String itemTo) Selects all list items between an already selected item and the specified item with text passed as the argument.voidTable.selectRow(int row) Selects row by index.voidSelects row byTableRow.voidRadioButton.set()Selects the radio button.voidListViewItem.setItemState(int index) Sets the state of the check box icon of the specified item in the list.voidTreeViewNode.setNodeState(int index) Sets the state of the check box icon of the specified node in the tree-view control.voidScrollBar.setPosition(int position) Sets the scroll bar position.voidSets the encoded value of this edit box.voidCheckBox.setState(CheckedState state) Sets the state of the check box.voidSets the text string in the edit field.voidSets the cell to a new value.voidToolBarButton.showDropdown()Opens the drop down menu associated with this toolbar button by clicking the arrow part of the button.
- 
Uses of GeneralLeanFtException in com.hp.lft.sdk.sap.guiMethods in com.hp.lft.sdk.sap.gui that throw GeneralLeanFtExceptionModifier and TypeMethodDescriptionvoidWindow.activate()Activates the SAP window.voidTableBase.activateCell(int row, int columnIndex) Double-clicks the specified cell.voidTableBase.activateCell(int row, String column) Double-clicks the specified cell.voidGrid.activateColumn(int columnIndex) Double-clicks the specified column in the grid.voidGrid.activateColumn(String column) Double-clicks the specified column in the grid.voidTreeViewNode.activateItem(int itemIndex) Activates an item in a column tree or list tree.voidTreeViewNode.activateItem(String item) Activates an item in a column tree or list tree.voidTreeView.activateNode(TreeViewNode node) Activates a node in a tree.voidTreeView.activateNode(String path) Activates a node in a tree.voidGrid.activateRow(int rowIndex) Double-clicks the specified row in a grid.static GuiSessionGuiSessionFactory.attach(GuiSessionDescription description) Returns a newGuiSessioninstance. The instance is attached to a session that was not opened by OpenText Functional Testing for Developers, for example, a session that was opened manually or by the AUT.Menubar.buildMenuPath(Object... menuPathParts) Returns the path of the specified menu item.ToolBar.buildMenuPath(Object... menuPathParts) Returns the path of the specified menu item.TreeView.buildNodePath(Object... nodePathParts) Returns the path of the specified tree node.voidAPOGrid.clearSelection()Clears the selected rows or columns.voidGrid.clearSelection()Clears any selected rows or columns in the grid.voidButton.click()Clicks the button.voidGridCell.click()Emulates a click on the cell.voidTableCell.click()Emulates a click on the cell.voidTreeViewNode.clickButton(int itemIndex) Clicks a button item in a column tree or list tree.voidTreeViewNode.clickButton(String item) Clicks a button item in a column tree or list tree.voidTreeView.clickColumn(int columnIndex) Clicks the specified column in a column tree or list tree.voidTreeView.clickColumn(String column) Clicks the specified column in a column tree or list tree.voidTreeViewNode.clickLink(int itemIndex) Clicks a link item in a column tree or list tree.voidClicks a link item in a column tree or list tree.voidGuiSession.close()Closes the SAP GUI for Windows session without displaying a warning message.voidWindow.close()Closes the window or dialog box in a SAP GUI for Windows application.voidTreeViewNode.collapse()Hides sub-nodes of this node in the expanded tree control.voidAPOGrid.deselectCell(int rowIndex, int columnIndex) Unselects the specified cell.voidAPOGrid.deselectCell(int rowIndex, String column) Unselects the specified cell.voidTableBase.deselectColumn(int... columnIndices) Unselects the specified columns.voidTableBase.deselectColumn(String... columns) Unselects the specified columns.voidTableBase.deselectRow(int... rowIndices) Unselects the specified rows.voidTableBase.deselectRowRange(int indexFrom, int indexTo) Unselects the specified rows.voidEditor.doubleClick()Double-clicks inside the text area at the cursor position.voidTreeViewNode.expand()Displays hidden sub-nodes of this node in the tree control.TableBase.findAllRowsWithCellTextInColumn(String text, int columnIndex) Finds all rows with this text in the specified column.TableBase.findAllRowsWithCellTextInColumn(String text, String column) Finds all rows with the specified text in the specified column.TableBase.findRowWithCellTextInColumn(String text, int columnIndex) Finds the first row with this text.TableBase.findRowWithCellTextInColumn(String text, int columnIndex, int startFromRow) Finds the first row with this text.TableBase.findRowWithCellTextInColumn(String text, String column) Finds the first row with this text.TableBase.findRowWithCellTextInColumn(String text, String column, int startFromRow) Finds the first row with this text.GuiSession.getActiveWindow()Returns the name of the window in focus.static GuiSession[]GuiSessionFactory.getAllOpenSessions(GuiSessionDescription description) Returns the open sessions that match the description.GuiSession.getApplicationServer()Returns the name of the application server.Calendar.getAttachedText()Returns the static text attached to the calendar.CheckBox.getAttachedText()Returns the text associated with the checkbox.ComboBox.getAttachedText()Returns the static text attached to the combo box.EditField.getAttachedText()Returns the static text attached to the edit field.RadioButton.getAttachedText()Returns the static text attached to the radio button.TableRow.getCells()Returns a list of the cells in this row.GuiSession.getClient()Returns the client selected on the login screen.longGuiSession.getCodePage()Returns the code page number in use in this session.Table.getColumnSelectionMode()Returns which selections can be made on columns.Button.getContainerName()Returns the name of the parent object.Calendar.getDate()Returns the date selected in this calendar.Calendar.getDateRange()Returns the range of dates selected in this calendar.Grid.getFirstVisibleRow()Returns the first row visible in a scrolled area.longGuiSession.getFlushes()Returns the number of flushes or passes of data during server communication to the client.APOGridCell.getFormat()Returns the type of the cell.GuiSession.getGroup()Returns the login group information.EditField.getIconName()Returns the name of the edit field's icon.Label.getIconName()Returns the name of the icon used in the label.Element.getId()Returns the element's unique identifier in text format.GuiSession.getId()Returns the object's unique identifier in text format.longGuiSession.getInterpretationTime()Returns the time it takes for the client to interpret the information received from the server, in milliseconds.Returns the item specified by the item text.ComboBox.getItems()Returns the list of the items in the combo box.Menubar.getItems()Returns the list of the items in the menu bar.StatusBar.getItems()Returns the list of non-empty items in the status bar.ComboBoxItem.getKey()Returns the key of the item.GuiSession.getLanguage()Returns the language the user is working in.intTableCell.getLength()Returns the maximum length of the cellintEditField.getMaxLength()Returns the maximum number of characters in the edit field.intLabel.getMaxLength()Returns the maximum number of characters that can be displayed in the label.StatusBar.getMessageId()Returns the ID of the message in text format.StatusBar.getMessageNumber()Returns the internal number of the message on the status bar.GuiSession.getMessageServer()Returns the name of the message server.StatusBar.getMessageType()Returns the type of message.Element.getName()Returns the name of the element.GuiSession.getName()Returns the name of the object.Returns the node with the specified path.TreeViewNode.getPath()Returns the full path of the node as a semi-colon delimited String.GuiSession.getProgram()Returns the name of the SAP source program that is executing.Window.getProgram()Returns the name of the SAP source program that is executing.Label.getRelativeId()Returns the object's unique identifier relative to the parent window ID.longGuiSession.getResponseTime()The server response time in milliseconds.longGuiSession.getRoundTrips()Returns the number of communications between client and server while the client is locked and waiting for data from the server.TableBase.getRows()Returns the list of rows in the test object.Table.getRowSelectionMode()Returns which selections can be made on rows.longGuiSession.getScreenNumber()Returns the number of the screen that is displayed.longWindow.getScreenNumber()Returns the number of the displayed screen.ComboBox.getSelectedItem()Returns the selected item.TreeView.getSelectedItem()Returns the value of the selected item in the tree.TreeView.getSelectedNodePath()Returns the path of the selected node in the tree.TabControl.getSelectedTab()Returns the name of the selected tab.Grid.getSelectionMode()Returns the possible selections in the grid.TreeView.getSelectionMode()Returns which selections can be made in the tree.GuiSession.getSystemName()Returns the name of the SAP system.longGuiSession.getSystemNumber()Returns the system number.TabControl.getTabs()Returns the list of tabs in the tab strip.Button.getText()Returns the text associated with the button.ComboBoxItem.getText()Returns the text value of the item.EditField.getText()Returns the string value of the object.Editor.getText()Returns the text value of the editor.Label.getText()Returns either the text of the label or the icon name.StatusBar.getText()Returns the text associated with the status bar.TabControl.getText()Returns the text associated with tab strip.Window.getText()Returns the text associated with the object.TableBase.getTitle()Returns the title of the object.Button.getTooltip()Returns the button's tooltip text.TabControl.getTooltip()Returns tab strip's tooltip.GuiSession.getTransaction()Returns the transaction the user is executing.Window.getTransaction()Returns the transaction the user is executing.TreeView.getTreeType()Returns the type of tree.Element.getType()Returns the GUI component type of this element.GuiSession.getType()Returns the identification of the GUI component type.GuiSession.getUser()Returns the user name for the current session.OKCode.getValue()Returns the command code entered in the field.TableCellBase.getValue()Returns the content of this cell.Window.getWorkingPaneSize()Returns the size of the working pane in character metric.booleanCheckBox.isChecked()Indicates whether this check box is selected.booleanRadioButton.isChecked()Indicates whether the radio button is selected.booleanTableCellBase.isEditable()Indicates whether the cell is editable.booleanEditField.isHighlighted()Indicates whether the edit field is highlighted.booleanLabel.isHighlighted()Indicates whether the label is highlighted.booleanStatusBar.isMessageAsPopup()Indicates whether the message is a pop-up.booleanWindow.isMinimized()Indicates whether the object is minimized.booleanEditField.isNumerical()Indicates whether the edit field is a numerical field.booleanLabel.isNumerical()Indicates whether the label is a numerical field.booleanEditField.isRequired()Indicates whether the edit field is required.booleanTable.isValidRow(int rowIndex) Indicates whether there is a row in the table with the specified index.static GuiSessionGuiSessionFactory.launch(SessionLaunchInfo launchInfo) Launches the SAP GUI session and logs on to the server using the user credentials and details specified in the launchInfo parameter.static GuiSessionGuiSessionFactory.launch(SessionLaunchInfo launchInfo, DesktopEnvironment env) Launches the SAP GUI session and logs on to the server using the user credentials and details specified in the launchInfo parameter.static GuiSessionLaunches the SAP GUI session on the specified server.static GuiSessionLaunches the SAP GUI session and logs on to the specified server with the specified user credentials and the default EN language.static GuiSessionGuiSessionFactory.launch(String serverDescription, String client, String username, String password, String language) Launches the SAP GUI session and logs on to the specified server with the specified user credentials.static GuiSessionGuiSessionFactory.launch(InetAddress serverIP) Opens a connection to the specified SAP server according to its IP address.static GuiSessionGuiSessionFactory.launch(InetAddress serverIP, int instanceNumber) Opens a connection to the specified SAP server according to its IP address.static GuiSessionGuiSessionFactory.launch(InetAddress serverIP, String client, String username, String password) Launches the SAP GUI session and logs on to the specified server with the specified user credentials and the default EN language.static GuiSessionGuiSessionFactory.launch(InetAddress serverIP, String client, String username, String password, int instanceNumber) Launches the SAP GUI session and logs on to the specified server with the specified user credentials and the default EN language.static GuiSessionGuiSessionFactory.launch(InetAddress serverIP, String client, String username, String password, int instanceNumber, String language) Launches the SAP GUI session and logs on to the specified server with the specified user credentials.voidWindow.maximize()Maximizes the window or dialog box.voidTreeView.openContextMenu()Opens a tree's default context menu.voidTreeViewNode.openContextMenu()Opens the context menu for a node in a simple tree.voidTreeView.openHeaderContextMenu(int columnIndex) Opens a context menu for a header in a column tree or list tree.voidTreeView.openHeaderContextMenu(String column) Opens a context menu for a header in a column tree or list tree.voidTreeViewNode.openItemContextMenu(String item) Opens the context menu for an item in a column tree or list tree.voidEditField.openPossibleEntries()Opens the list of possible entries for the edit field.voidGridCell.openPossibleEntries()Opens the list of possible entries.voidTableCell.openPossibleEntries()Opens the list of possible entries.voidToolBar.pressButton(String buttonId) Presses the specified toolbar button.voidToolBar.pressContextButton(String buttonId) Presses the specified toolbar button to open the button's context menu.voidGrid.pressEnter()Presses the ENTER key when the grid is in focus.voidTreeView.pressEnter()Presses the ENTER key.voidTable.pressSettingsButton()Presses the table setting button.voidGuiSession.reset()Navigates to the session initial screen.voidNavigates to the specified transaction.voidWindow.resize(int width, int height) Resizes the window to the specified dimensions.voidResizes the window so that the available working area has the specified width and height in character metric.voidWindow.restore()Restores a maximized window or dialog box to its original size.voidWindow.scroll(ScrollOrientation orientation, int toPos) Sets the position of the scroll bars.voidComboBox.select(int itemIndex) Selects the specified item by index.voidComboBox.select(ComboBoxItem item) Selects the item from the combo box list.voidSelects the specified item by text.voidEditor.select(int startPos, int endPos) Selects the specified section of text and positions the cursor at the end of the selection.voidSelects an item from the menu bar.voidTabControl.select(int tabIndex) Selects the specified tab by index.voidSelects the specified tab from the tab strip.voidTreeViewNode.select(int itemIndex) Selects an item in a column tree or list tree.voidSelects an item in a column tree or list tree.voidTable.selectAllColumns()Selects all columns in the table.voidTableBase.selectCell(int row, int columnIndex) Selects the specified cell.voidTableBase.selectCell(int row, String column) Selects the specified cell.voidTableBase.selectColumn(int... columnIndices) Selects the specified columns.voidTableBase.selectColumn(String... columns) Selects the specified columns.voidAPOGrid.selectColumnMenuItem(int columnIndex, String menuItem) Right-clicks the specified column and selects the specified menu item, by column index.voidAPOGrid.selectColumnMenuItem(String column, String menuItem) Right-clicks the specified column and selects the specified menu item, by column name.voidSelects the SAP shortcut key representing an item in the combo box list.voidAPOGridCell.selectMenuItem(String menuItem) Right-clicks the cell and selects the specified menu item.voidToolBar.selectMenuItem(int index) Selects the specified menu item from the toolbar button context menu.voidToolBar.selectMenuItem(String path) Selects the specified menu item from the toolbar button context menu.voidGrid.selectMenuItemById(String menuItemId) Selects the specified menu item from a context menu.voidToolBar.selectMenuItemById(String id) Selects the specified menu item from the toolbar button context menu by SAP ID.voidTreeView.selectMenuItemById(String menuItemId) Selects a menu item from a context menu by ID.voidWindow.selectMenuItemById(String menuItemId) Selects an item from a context menu.voidTreeView.selectNode(TreeViewNode node) Selects a node in an SAP tree.voidTreeView.selectNode(String path) Selects a node in an SAP tree.voidTableBase.selectRow(int... rowIndices) Selects the specified rows.voidTableBase.selectRowRange(int indexFrom, int indexTo) Selects the specified row range.voidWindow.sendKey(SapFunctionKey key) Presses a non-printing key or key combination.voidCheckBox.set(boolean state) Selects or unselects the check box.voidRadioButton.set()Selects this radio button.voidGridCell.setCheckBox(boolean state) Selects or unselects the checkbox in the grid cell.voidTreeViewNode.setCheckBoxState(int itemIndex, boolean state) Selects or unselects a check box item for the specified node in a column tree or list tree.voidTreeViewNode.setCheckBoxState(String item, boolean state) Selects or unselects a check box item for the specified node in a column tree or list tree.voidEditField.setCursorPosition(int pos) Sets the position of the cursor within the edit field.voidEditor.setCursorPosition(int pos) Sets the cursor to the specified character position.voidLabel.setCursorPosition(int pos) Sets the position of the cursor within the static text label.voidSets the date of the calendar.voidCalendar.setDateRange(DateRange dateRange) Selects the provided date range in the calendar.voidCalendar.setDateRange(Date firstDate, Date lastDate) Selects a date range in the calendar.voidButton.setFocus()Sets focus on the button.voidCheckBox.setFocus()Sets focus on the checkbox.voidComboBox.setFocus()Sets focus on the combo box.voidEditField.setFocus()Sets focus on the edit field.voidLabel.setFocus()Sets the focus on the static text label.voidRadioButton.setFocus()Sets focus on this radio button.voidTabControl.setFocus()Sets the focus to the tab strip.voidSets the encoded value of this edit field.voidSets the text value of the edit field.voidSets the specified text in the text area.voidEditor.setUnprotectedTextPart(String text, int sectionNumber) Sets the specified text in the predefined unprotected sections of the text area.voidSets the OKCode command.voidSets the cell contents.voidGuiSession.sync()Suspends execution until the SAP GUI for Windows session is available.voidGuiSession.sync(long timeOut) Suspends execution until the SAP GUI for Windows session is available or until timed out.
- 
Uses of GeneralLeanFtException in com.hp.lft.sdk.sap.ui5Methods in com.hp.lft.sdk.sap.ui5 that throw GeneralLeanFtExceptionModifier and TypeMethodDescriptionvoidRadioButton.activate()Activates the radio button.voidActivates a node in the tree.voidEditField.clear()Clears the text in the object.voidDesktopTableBehavior.clickColumnHeader(int columnNumber) Clicks the header of the specified column according to its index.voidDesktopTableBehavior.clickColumnHeader(String columnName) Clicks the header of the specified column according to its name.voidDialog.close()Closes the dialog box.voidAccordion.collapse(int itemIndex) Collapses the specified panel in the accordion.voidCollapses the specified panel in the accordion.voidRoadMapItem.collapse()Collapses the item.voidCollapses a node in the tree.voidMobileListBehavior.delete(int itemIndex) Deletes the specified item (by index) from the list.voidDeletes the specified item from the list.voidDeletes the specified item (by name) from the list.voidTable.deleteRow(int... rowIndices) Deletes the specified rows in the table (by index).voidDeletes the specified rows in the table.voidDeselects the date.voidListBox.deselect(int... itemIndices) Deselects items (by index) from the list.voidDeselects a list of items in the list box.voidDeselects items (by text) from the list.voidTabStrip.deselect(int tabIndex) Deselects the specified tab (by index) from the tabstrip object.voidDeselects the specified tab (by name) from the tabstrip object.voidTable.deselectAllRows()Deselects all rows in the table.voidTable.deselectRow(int... rowIndices) Deselects the specified rows in the table (by index).voidTable.deselectRow(TableRow... rows) Deselects the specified rows in the table.voidMobileListItem.details()Selects the specified item in the list and expands the item's details.voidNotificationBar.enlarge()Enlarges the notification bar.voidAccordion.expand(int itemIndex) Expands the specified panel in the accordion.voidExpands the specified panel in the accordion.voidRoadMapItem.expand()Expands the item.voidExpands a node in the tree.voidListBox.extendSelect(int... itemIndices) Selects a list of items in the list box.voidListBox.extendSelect(ListItem... items) Selects a list of items in the list box.voidListBox.extendSelect(String... items) Selects a list of items in the list box.voidDesktopFacetFilterBehavior.filterBy(int filterListIndex, int... keysIndices) Invokes the specified filter (by index) according to the specified key indices.voidInvokes the specified filter (by index) according to the specified keys.voidInvokes the specified filter (by name) according to the specified key indices.voidInvokes the specified filter (by name) according to the specified keys.voidClicks the specified filter button.voidListBox.filterByDate(Date date) Invokes the filter according to the specified date.intRowRepeater.findRowWithCellTextInColumn(String text, int columnNumber) Returns the index of the first row containing the specified text in the specified column.intRowRepeater.findRowWithCellTextInColumn(String text, int columnNumber, int startFromRow) Starts the search at the specified row and returns the number of the first row containing the specified text in the specified column.voidDesktopTableBehavior.firstPage()Scrolls the table to the first page.voidPaginator.firstPage()Scrolls to the first page.voidRowRepeater.firstPage()Scrolls to the first page.Returns a cell specified by row index and column identifier.RowRepeater.getCellData(int rowIndex, int columnIndex) Gets the contents of the specified cell.Table.getControlType()Returns theControlTypeof the test object.intDesktopTableBehavior.getCurrentPage()Returns the current page number in this table.intPaginator.getCurrentPage()Returns the index of the currently selected page.intRowRepeater.getCurrentPage()Returns the index of the currently selected page.Calendar.getDate()Returns the date currently set in this calendar object.DateTimeInput.getDateType()Returns the type of date displayed in this object.ListBox.getDefaultValue()Returns the initial text value, which is set when the object is reset.RowRepeater.getDesign()Returns the visual design of the row repeater.ToolBar.getDesign()Returns the visual design of the toolbar.Table.getDesktop()Returns the functionality provided byDesktopTableBehavior.DateTimeInput.getDisplayFormat()Returns the display format of this object.DatePicker.getDisplayMode()Returns the date picker display mode.FacetFilter.getFilters()Returns the collection of all filter lists.RowRepeater.getFilters()Returns a semicolon-delimited list of the filter buttons that you can use to filter the rows.Returns an item from the menu bar.Returns an item with the specified text.Returns a specified item from the navigation bar.Returns the path to the item as a semicolon-delimited string.Accordion.getItems()Returns the list of the titles of all the panels contained in the accordion (separated by ;).ListBox.getItems()Returns all of the items in the list.Menubar.getItems()Returns all of the items in the menu bar.MobileListBehavior.getItems()Returns all items in the listNavigationBar.getItems()Returns all items in the navigation bar.RadioGroup.getItems()Gets the list of all items contained in this object.RoadMap.getItems()Returns a list of the names of allRoadMapItemsteps and sub-steps, separated by semicolons (;).intCarousel.getItemsCount()Returns the number of items contained in the carousel.intToolBar.getLeftItemsCount()Returns the number of the items in the left part of the toolbar. This number includes separators, but does not include the overflow button.Message.getLevel()Returns the severity level of the message.Calendar.getLocale()Returns the locale of the application running this calendar object.intRatingIndicator.getMaxRating()Returns the highest rating level that can be set.NotificationBar.getMessageNotifier()Returns the message notifier, or null if it does not have a message notifier.MessageNotifier.getMessages()Returns all of the messages in the message notifier.Notifier.getMessages()Returns all notification messages in the notifier.intToolBar.getMiddleItemsCount()Returns the number of the items in the middle part of the toolbar. This number includes separators, but does not include the overflow button.Table.getMobile()Returns the functionality provided byMobileTableBehavior.FacetFilter.getMode()Returns the visual design of the facet filter.DatePicker.getMonths()Returns the list of months contained in this date picker.NotificationBar.getNotifiers()Returns all notifiers in the notification bar.Carousel.getOrientation()Returns the orientation of the carousel items.RatingIndicator.getOrientation()Returns the visual orientation of rating indicator items.intRowRepeater.getPagesCount()Returns the total number of pages.RoadMapItem.getPath()Returns the full path of the item as a semicolon-delimited string.DateTimeInput.getPlaceholder()Returns the placeholder of this object.doubleRatingIndicator.getRating()Returns the rating level set for this object.Notification.getReceivedTime()Returns the time when the notification is received.intToolBar.getRightItemsCount()Returns the number of the items in the right part of the toolbar, including separators.Table.getRow(int rowIndex) Returns the index of the specifiedTableRowrow.intRowRepeater.getRowsCount()Returns the number of visible rows.DatePicker.getSelectedDates()Returns the date values selected in this date picker.Accordion.getSelectedItem()Gets the title of the selected panel.NavigationBar.getSelectedItem()Returns the selected item in the navigation bar.RadioGroup.getSelectedItem()Returns the title of the currently selected item.RoadMap.getSelectedItem()Returns the currently selected step or sub-step in the road map.ListBox.getSelectedItems()Returns the list of all selected items.MobileListBehavior.getSelectedItems()Returns a collection of all selected items in the list.intFacetFilter.getSelectedKeysCountFor(String filterListTitle) Returns the number of selected keys in the specified filter list.FacetFilter.getSelectedKeysFor(String filterListTitle) Returns the selected filter keys in the specified filter list.TreeView.getSelectedNode()Returns the title of the selected node.Table.getSelectedRows()Returns a list of all selectedTableRowrows in the table.TabStrip.getSelectedTab()Returns the selected tab in the tabstrip object.ListBox.getSelectType()Returns the selection type of the list object.RowRepeater.getSorters()Returns a semicolon-delimited list of the sort buttons that you can use to sort the rows.NotificationBar.getState()Returns the display state of the notification bar.RoadMapItem.getStepNumber()Returns the ordinal location of the item in the roadmap.RoadMap.getSteps()Returns a list of all of the top-level steps in the road map (including hidden steps).TabStrip.getTabs()Returns the list of all tabs contained in this tabstrip object.Header.getText()Returns the text of this header.Label.getText()Returns the text of this label.ListItem.getText()Returns the text value of the list box item.MenubarItem.getText()Returns the text of the menu bar item.NavigationBarItem.getText()Returns the text of the navigation bar item.Notification.getText()Returns the text of the notification.intPaginator.getTotalPagesCount()Returns the total number of pages.ListBox.getType()Returns the attribute "type" of the HTML element.DateTimeInput.getValue()Returns the current value of this object.ListBox.getValue()Returns this object's text value.intListBox.getVisibleItemsCount()Returns the number of items that are displayed in the list box.TreeView.getVisibleNodes()Returns a semicolon-delimited list of visible nodes in the tree.intPaginator.getVisiblePagesCount()Returns the number of pages currently visible in the paginator.Table.getVisibleRows()Returns a list of the visibleTableRowrows in the current page.booleanRowRepeater.hasMoreSteps()Returns whether the More button is visible.voidNotificationBar.hide()Hides the notification bar.booleanRadioButton.isChecked()Indicates whether the radio button is selected.booleanListBox.isMultiple()Returns whether multiple items can be selected.booleanCheckBox.isReadOnly()Returns whether the object is read-only.booleanRadioButton.isReadOnly()Indicates whether the radio button is read-only.booleanNotificationBar.isResizable()Returns whether the notification bar is resizable.booleanToolBar.isStandalone()Returns whether the toolbar is independent or nested in another control.voidDesktopTableBehavior.lastPage()Scrolls the table to the last page.voidPaginator.lastPage()Scrolls to the last page.voidRowRepeater.lastPage()Scrolls to the last page.voidNotificationBar.minimize()Minimizes the notification bar.voidMobileListBehavior.more()Clicks the More button to expand the list and show additional list items.voidRowRepeater.more()Displays additional rows.voidTable.more()Clicks the More button in the expandable table.voidDesktopTableBehavior.moveColumn(int columnNumber, int toColumnNumber) Moves the specified column (by index) to the specified column position (by index).voidDesktopTableBehavior.moveColumn(int toColumnNumber, String column) Moves the specified column (by name) to the specified column position (by index).voidDesktopTableBehavior.moveColumn(String toColumn, int columnNumber) Moves the specified column (by index) to the specified new position (by name).voidDesktopTableBehavior.moveColumn(String column, String toColumn) Moves the specified column (by name) to the specified position (by name).voidPaginator.navigateTo(int pageNum) Navigates to the specified page.voidRowRepeater.navigateTo(int pageNum) Scrolls to the specified page.voidDesktopTableBehavior.navigateToPage(int pageNumber) Scrolls the table to the specified page.voidMobileTableBehavior.navigateToRow(int row) Navigate to the specified row according to its index.voidMobileTableBehavior.navigateToRow(TableRow row) Navigate to the specified row.voidCarousel.next()Slides this carousel to the next item.voidDatePicker.next()Scrolls to the next page of dates.voidMobileFacetFilterBehavior.next()Scrolls to the next page.voidRoadMap.next()Scrolls to the next step in the road map object.voidDesktopTableBehavior.nextPage()Scrolls the table to the next page.voidPaginator.nextPage()Scrolls to the next page.voidRowRepeater.nextPage()Scrolls to the next page.voidMobileFacetFilterBehavior.open(int filterListIndex) Opens the specified filter list (by index) from the facet filter.voidOpens the specified filter list (by title) from the facet filter.voidMobileFacetFilterBehavior.openDialog()Opens the facet filter dialog box.voidButton.openMenu()Clicks the button to open the pop-up menu associated with the button.voidDesktopTableBehavior.openMenu(int columnNumber) Clicks the column header (according to its index) to open the associated menu.voidClicks the column header (by name) to open the associated menu.voidNavigationBar.openMenu()Opens the popup menu to show hidden navigation items.voidToolBar.openOverflow()Opens the overflow menu that displays additional toolbar items.voidEditField.openPossibleEntries()Opens the list displaying possible values.voidCarousel.previous()Slides this carousel to the previous item.voidDatePicker.previous()Scrolls to the previous page of dates.voidMobileFacetFilterBehavior.previous()Scrolls to the previous page.voidRoadMap.previous()Scrolls to the previous step in the road map object.voidDesktopTableBehavior.previousPage()Scrolls the table to the previous page.voidPaginator.previousPage()Scrolls to the previous page.voidRowRepeater.previousPage()Scrolls to the previous page.voidEditField.refresh()Clicks the Refresh button associated with the object.voidMobileFacetFilterBehavior.remove(int filterListIndex) Removes the specified filter list (by index) from the facet filter.voidRemoves the specified filter list (by title) from the facet filter.voidTabStrip.remove(int tabIndex) Removes the specified tab (by index) from the tabstrip object.voidRemoves the specified tab from the tabstrip object.voidMobileFacetFilterBehavior.reset()Resets the facet filter list.voidDesktopTableBehavior.resizeColumn(int width, int columnNmber) Resizes the specified column (by index) to the specified width.voidDesktopTableBehavior.resizeColumn(String column, int width) Resizes the specified column (according to its name) to the specified width.voidEnters the specified text in the Search edit box and clicks the Search button.voidSelects the date.voidListBox.select(int... itemIndices) Selects a list of items according to their indices.voidSelects a list of items in the list box.voidSelects a list of items according to their string values.voidSelects menu items according to the path.voidMenubar.select(int itemIndex) Selects the specified menu bar item by index.voidMenubar.select(MenubarItem item) Selects the specified menu bar item fromMenubarItem.voidSelects the specified menu bar item by name.voidMessageNotifier.select(int messageIndex) Selects the specified notification in the notifier.voidNavigationBar.select(NavigationBarItem item) Selects the specified item in the navigation bar.voidSelects the specified item (by name) in the navigation bar.voidNotifier.select(int notificationIndex) Selects the specific notification message in the notifier.voidRadioGroup.select(int itemIndex) Selects the specified radio button (by index) in the radio group.voidSelects the specified radio button (by name) in the radio group.voidRoadMap.select(RoadMapItem item) Selects the step or sub-step in the road map object.voidSelects the step or sub-step (by path) in the road map object.voidTabStrip.select(int tabIndex) Selects the specified tab (by index) in the tabstrip object.voidSelects the specified tab in the tabstrip object.voidSelects a node in the tree.voidTable.selectAllRows()Selects all rows in the table.voidTable.selectCell(int row, int col) Selects the specified cell in the table (by row and column).voidTable.selectCell(int row, String colName) Selects the specified cell in the table (by row and column name).voidTableCell.selectItem(String text) Selects the specified item in the cell according to its text.voidTable.selectRow(int... rowIndices) Selects the specified rows in the table (by index).voidSelects the specified rows in the table.voidEnters the specified text in the list box.voidRadioButton.set()Sets the radio button as the selected radio button.voidEnters the specified text in the list item.voidSets the date.voidDateTimeInput.setDateTime(Date datetime) Sets the date and time.voidMenu.setItemValue(String itemPath, String value) Sets the value in the menu item's text field.voidRatingIndicator.setRating(int rating) Sets the rating level.voidSets the contents of the table cell to the specified text value.voidNotificationBar.show()Shows the notification bar.voidListBox.singleSelect(int itemIndex) Selects one item in the list box.voidListBox.singleSelect(ListItem item) Selects one item in the list box.voidListBox.singleSelect(String item) Selects one item in the list box.voidMobileListBehavior.singleSelect(int itemIndex) Selects the specified radio button (by index) adjacent to the list item.voidMobileListBehavior.singleSelect(ListItem item) Selects the specifiedListItemitem in the list item.voidMobileListBehavior.singleSelect(String item) Selects the specified radio button (by name) adjacent to the list item.voidClicks the specified sort button.
- 
Uses of GeneralLeanFtException in com.hp.lft.sdk.stdwinMethods in com.hp.lft.sdk.stdwin that throw GeneralLeanFtExceptionModifier and TypeMethodDescriptionvoidWindow.activate()Activates the window.voidWindow.activate(MouseButton button) Activates the window using the specified mouse button.voidListBase.activateItem(int itemIndex) Activates (double-clicks) the specified item in the list by item index.voidListBase.activateItem(int itemIndex, MouseButton button) Activates (double-clicks) the specified item in the list by item index.voidListBase.activateItem(String item) Activates (double-clicks) the specified item in the list by item text.voidListBase.activateItem(String item, MouseButton button) Activates (double-clicks) the specified item in the list by item text.voidListBase.activateItem(T item) Activates (double-clicks) the specified generic item in the list.voidListBase.activateItem(T item, MouseButton button) Activates (double-clicks) the specified generic item in the list.voidTreeView.activateNode(int nodeIndex) Activates (double-clicks) a node in the tree-view object by node index.voidTreeView.activateNode(int nodeIndex, MouseButton button) Activates (double-clicks) a node in the tree-view object by node index.voidTreeView.activateNode(TreeViewNode node) Activates (double-clicks) a node in the tree-view object with a tree-view node.voidTreeView.activateNode(TreeViewNode node, MouseButton button) Activates (double-clicks) a node in the tree-view object with a tree view node.voidTreeView.activateNode(String nodePath) Activates (double-clicks) a node in the tree-view object by node path.voidTreeView.activateNode(String nodePath, MouseButton button) Activates (double-clicks) a node in the tree-view object by node path.voidListViewItem.clickState()Clicks the state image icon.voidTreeViewNode.clickState()Clicks the state icon.voidWindow.close()Closes the window.voidTreeViewNode.collapse()Hides sub-nodes of this node in the expanded tree-view control.voidListBase.deselect(int... itemIndices) Deselect a list of items by items indices.voidDeselect a list of items by items text.voidDeselects a list of items according to a generic list.voidListViewItem.doubleClickState()Double-clicks state image icon.voidTreeViewNode.doubleClickState()Double-clicks state icon.voidSpinBox.down()Sets the spin object to its previous value.voidListViewItem.enableLabelEditing()Activates the edit mode for the lists item label to enable renaming.voidTreeViewNode.enableLabelEditing()Activates the edit mode for the node in the tree-view control to enable renaming.voidTreeViewNode.expand()Displays hidden sub-nodes of this node in the tree-view control.voidTreeViewNode.expandAll()Expands this node and all nodes below it, in the tree-view control.voidListBase.extendSelect(int... itemIndices) Selects additional items from the multi-selection list.voidListBase.extendSelect(String... itemNames) Selects additional items from the multi-selection list.voidListBase.extendSelect(T... items) Selects additional items from the multi-selection list.UiObjectBase.getAccessibleName()Returns the object's name.UiObjectBase.getAttachedText()Returns the static text attached to the object.Returns an button with the given text.ToolBar.getButtons()Returns all toolbar buttons in this toolbar.ListView.getCheckedItems()Returns all items marked as checked to a unmodified list object.TreeView.getCheckedVisibleNodes()Retrieves the checked visible nodes in the tree-view object.ListView.getColumnHeader(int columnIndex) Returns the text header of the specified (report-style) list-view column.intEditor.getCursorColumn()Returns the character position where the cursor is located.intEditor.getCursorLine()Returns the line where the cursor is located.CalendarDescription.getDate()Returns the date of the CalendarDescription.TreeViewNode.getFirstChildPath()Returns the full path of the node's first child node as a semi-colon delimited String.intListItem.getHeight()Returns the list item's height (in pixels).intStatusBarItem.getHeight()Returns the status bar item's height (in pixels).ScrollInfoProvider.getHorizontalScroll()Returns the scroll properties of the horizontal scroll bar.intTreeViewNode.getImageIndex()Returns the image index of the node.intToolBarButton.getIndex()The 0-based index number of the toolbar button.Returns an item with the given text.Returns the menu item with the specified path.ComboBox.getItems()Returns a list of strings containing the names of all items in the combo box.ListBase.getItems()Returns a collection of all items in the list.StatusBar.getItems()Returns all items (parts) in the status bar.intScrollBar.getMaxPosition()Returns the maximum scrolling position.intScrollBar.getMinPosition()Returns the minimum scrolling position.ToolBarButton.getName()Returns the name of the toolbar button.TreeViewNode.getNextSiblingPath()Returns the full path of the node's next sibling node as a semi-colon delimited String.intTreeViewNode.getOverlayImageIndex()Returns the index number of the current overlay image.TreeViewNode.getParentPath()Returns the full path of the node's parent node as a semi-colon delimited String.TreeViewNode.getPath()Returns the full path of the node as a semi-colon delimited String.intScrollBar.getPosition()Returns the scroll bar position.ToolBar.getSelectedButtons()Returns all selected buttons in this toolbar.ComboBox.getSelectedItem()Returns the selected item in the combo box.ListBase.getSelectedItems()Returns all of the selected items in the list.TreeView.getSelectedNodes()Returns all the selected nodes in the tree-view object.TabControl.getSelectedTab()Returns the selected tab in the tab control.Calendar.getState()Returns the calendar check box status.CheckBox.getState()Returns the check box status.intListViewItem.getState()Returns the list item's state image index.RadioButton.getState()Returns the radio button's status.intTreeViewNode.getState()Returns the state image index of the node.ListViewItem.getSubItemText()Returns the text value of the specified report-style (LVS_REPORT) list-view subitem.ListViewItem.getSubItemText(int columnIndex) Returns the text value of the specified report-style (LVS_REPORT) list-view subitem.ListViewItem.getSubItemText(String columnName) Returns the text value of the specified report-style (LVS_REPORT) list-view subitem.Returns the tab with the specified name.TabControl.getTabs()Returns all tabs in the tab control.ListItem.getText()Returns the text value of the list item, or "" when empty.ListViewItem.getText()Returns the text value of the list item, or "" when empty.StatusBarItem.getText()Returns the text of the status bar item, or "" when empty.Tab.getText()Returns the text of the tab item.TreeViewNode.getText()Returns the text of the node, or "" when empty.UiObjectBase.getText()Returns the text associated with the object.Menu.getType()Returns the type of the menu.intSpinBox.getValue()Returns the spin object value.ScrollInfoProvider.getVerticalScroll()Returns the scroll properties of the vertical scroll bar.ScrollInfoProvider.getVerticalScrollPosition()Returns the position of the vertical scroll bar of the object.intListView.getVisibleColumnsCount()Returns the number of visible columns in the list-view object.TreeView.getVisibleNodes()Returns all visible nodes in the tree-view object.intStatusBarItem.getWidth()Returns the status bar item's width (in pixels).UiObjectBase.getWindowClassRegExp()Returns the permanent part of the MFC window class.UiObjectBase.getWindowExtendedStyle()Returns the extended window style of the object.longUiObjectBase.getWindowExtendedStyleAsLong()Returns the extended window style of the object as long.intUiObjectBase.getWindowId()Returns the object's window identifier.Window.getWindowState()The current window state.UiObjectBase.getWindowStyle()Returns the window style of the object.longUiObjectBase.getWindowStyleAsLong()Returns the window style of the object as long.intStatusBarItem.getX()Returns the status bar's x-coordinate (left) relative to the parent window (in pixels).intStatusBarItem.getY()Returns the status bar's y-coordinate (top) relative to the parent window (in pixels).booleanWindow.hasBorder()Indicates whether the window has a thin-line border.booleanWindow.hasCaption()Indicates whether the window has a title bar.booleanTreeViewNode.hasChildren()Indicates whether the node has children.booleanToolBarButton.hasEllipses()Indicates whether the toolbar button's text is truncated and an ellipsis (...) is displayed.
 Note: This property is not supported for QMenuBar objects.booleanWindow.hasSizebox()Indicates whether the window has a sizing border.booleanWindow.hasSystemMenu()Indicates whether the window has a window menu on its title bar.booleanWindow.isActive()Indicates whether the window is the foreground object (currently active).booleanToolBarButton.isChecked()Indicates whether the toolbar button is a dual-state (toggle) push button and is currently selected (pushed).booleanWindow.isChildWindow()Indicates whether the window is a child window.booleanToolBarButton.isEnabled()Indicates whether the toolbar button is enabled.booleanTreeViewNode.isExpanded()Indicates whether the node is expanded.booleanListItem.isFocused()Indicates whether the list item has focus in a multiple selection list box.booleanListViewItem.isFocused()Indicates whether the list item is in focus in a multiple selection list box.booleanToolBarButton.isHighlighted()Indicates whether the toolbar button is highlighted (surrounded by a dotted line).booleanToolBarButton.isHot()Indicates whether the toolbar button is "hot".booleanToolBarButton.isIndeterminate()Indicates whether the toolbar button is disabled.booleanToolBarButton.isMarked()Indicates whether the toolbar button is marked.booleanWindow.isMaximizable()Indicates whether the window can be maximized.booleanWindow.isMdiChildWindow()Indicates whether the window is a multiple-document interface (MDI) child window.booleanWindow.isMinimizable()Indicates whether the window can be minimized.booleanWindow.isOwnedWindow()Indicates whether the window has an owner window.booleanWindow.isPopupWindow()Indicates whether the window is a pop-up window.booleanToolBarButton.isPressed()Indicates whether the toolbar button was clicked.booleanUiObjectWithLayoutInfo.isRightAligned()Indicates whether this object has generic "right-aligned" properties.booleanUiObjectWithLayoutInfo.isRightToLeftLayout()Indicates whether this object's horizontal origin is on the right edge.booleanUiObjectWithLayoutInfo.isRightToLeftReading()Indicates whether this object's text is displayed using right-to-left reading-order properties.booleanListItem.isSelected()Indicates whether the list item is selected.booleanListViewItem.isSelected()Indicates whether the list item is selected.booleanTab.isSelected()Indicates whether the tab item is selected.booleanToolBarButton.isSelected()Indicates whether the toolbar button is currently either pressed (currently being clicked) or checked (a dual-state push button that is currently selected).booleanTreeViewNode.isSelected()Indicates whether the node is selected.booleanWindow.isToolWindow()Indicates whether the window is a tool window (a floating toolbar).booleanWindow.isTopmost()Indicates whether the window is placed above all non-topmost windows and remains in place, even when the window is deactivated.booleanToolBarButton.isWrap()Indicates whether the toolbar button is enabled and followed by a line break.voidWindow.maximize()Maximizes the window.voidWindow.minimize()Minimizes the window to an icon.voidWindow.move(int x, int y) Moves the window to the specified absolute location on the screen with X,Y coordinates.voidMoves the window to the specified absolute location on the screen with a Point object.voidScrollBar.nextLine()Moves the scroll bar downward, or to the right, by one line.voidScrollBar.nextLine(int numberOfLines) Moves the scroll bar downward, or to the right, the specified number of lines.voidScrollBar.nextPage()Moves the scroll bar downward, or to the right, by one page.voidScrollBar.nextPage(int numberOfPages) Moves the scroll bar downward, or to the right, the specified number of pages.voidComboBox.open()Opens the combo box.voidToolBarButton.press()Presses the specified toolbar button.voidToolBarButton.press(MouseButton button) Presses the specified toolbar button.voidScrollBar.previousLine()Moves the scroll bar upward, or to the left, by one line.voidScrollBar.previousLine(int numberOfLines) Moves the scroll bar upward, or to the left, the specified number of lines.voidScrollBar.previousPage()Moves the scroll bar upward, or to the left, by one page.voidScrollBar.previousPage(int numberOfPages) Moves the scroll bar upward, or to the left, the specified number of pages.voidWindow.resize(int width, int height) Resizes the window to the specified dimensions by width and height values.voidResizes the window to the specified dimensions.voidWindow.restore()Restores the window to its previous size.voidComboBox.select(int index) Selects an item from the combo box based on a numerical index.voidSelects an item from the combo box based on a string.voidEditField.select(int fromCharPos, int toCharPos) Selects the specified text in the edit box.
 Note: All positions are 0-based.voidEditor.select(int fromLine, int fromCharPos, int toLine, int toCharPos) Selects the specified content in the editor.voidListBase.select(int... itemIndices) Selects a list of items by items indices.voidSelects a list of items by items text.voidSelects a list of items according to a generic list.voidSelects the specified item in the menu byMenuItem.voidSelects the specified item in the menu by path.voidTabControl.select(int tabIndex) Selects the specified tab by tab index.voidTabControl.select(int tabIndex, MouseButton button) Selects the specified tab by tab index.voidSelects the specified tab.voidTabControl.select(Tab tab, MouseButton button) Selects the specified tab in the tab control.voidSelects the specified tab by tab name.voidTabControl.select(String tab, MouseButton button) Selects the specified tab by tab name.voidTreeView.select(int nodeIndex) Selects a node in the tree-view object by node index.voidTreeView.select(int nodeIndex, MouseButton button) Selects a node in the tree-view object by node index.voidTreeView.select(TreeViewNode node) Selects a node in the tree-view object.voidTreeView.select(TreeViewNode node, MouseButton button) Selects a node in the tree-view control.voidSelects a node in the tree-view object by node path.voidTreeView.select(String nodePath, MouseButton button) Selects a node in the tree-view control by node path.voidListBase.selectRange(int indexTo) Selects all list items between the currently selected item and the item whose index is specified.voidListBase.selectRange(int indexFrom, int indexTo) Selects all list items between (and including) the two specified items.voidListBase.selectRange(String itemTo) Selects all list items between the currently selected item and the item whose text is specified.voidListBase.selectRange(String itemFrom, String itemTo) Selects all list items between (and including) the two specified items.voidListBase.selectRange(T itemTo) Selects all list items between the currently selected item and the item passed as the argument.voidListBase.selectRange(T itemFrom, T itemTo) Selects all list items between (and including) the two specified items.voidRadioButton.set()Selects the radio button.voidEditor.setCursorPosition(int line, int charPos) Places the cursor at the specified point in the multi-line editor.voidListViewItem.setItemState(int index) Sets the state of the check box icon of the specified item in the list.voidTreeViewNode.setNodeState(int index) Sets the state of the check box icon of the specified node in the tree-view control.voidScrollBar.setPosition(int position) Sets the scroll bar position.voidSets the encoded value of this edit box.voidCheckBox.setState(CheckedState state) Sets the state of the check box.voidSets the text string in the edit field.voidSpinBox.setValue(int value) Sets the spin object value.voidToolBarButton.showDropdown()Opens the drop down menu associated with this toolbar button by clicking the arrow part of the button.voidSpinBox.up()Sets the spin object to its next value.
- 
Uses of GeneralLeanFtException in com.hp.lft.sdk.teSubclasses of GeneralLeanFtException in com.hp.lft.sdk.teModifier and TypeClassDescriptionclassRepresents the Error Field Protected error that occurs when running a TE testing project.classRepresents the HLLAPI Not Found error that occurs when running a TE testing project.classRepresents the HLLAPI Operation not Supported error that occurs when running a TE testing project.classRepresents the Illegal Operation error that occurs when running a TE testing project.classRepresents not found item error that occur during when running a TE testing project.classRepresents no connection error that occur during when running a TE testing project.classRepresents position not valid error that occur during when running a TE testing project.classRepresents rule not found error that occur during when running a TE testing project.classRepresents a text too long error that occur during when running a TE testing project.classRepresents undefined key combination error that occur during when running a TE testing project.Methods in com.hp.lft.sdk.te that throw GeneralLeanFtExceptionModifier and TypeMethodDescriptionvoidWindow.activate()Activates the Terminal Emulator window.voidWindow.activate(MouseButton button) Activates the Terminal Emulator window.voidClicks the specified row and column position on the emulator screen.Field.getAttachedText()Returns the Terminal Emulator Field attached text.Field.getBackgroundColor()Returns the background color of the terminal emulator field.Field.getColor()Returns the color of the text in the terminal emulator field.Screen.getCursorPosition()Returns the Terminal Emulator screen current row and current column.Window.getEmulatorStatus()Returns the Terminal Emulator status.intWindow.getHandle()Returns the Terminal Emulator window handle.intField.getId()Returns the Terminal Emulator Field ID.intScreen.getId()Returns the Terminal Emulator Screen ID.intScreen.getInputFieldCount()Returns the Terminal Emulator screen input field count.Screen.getLabel()Returns the Terminal Emulator screen label.intField.getLength()Returns the Terminal Emulator Field length.intScreen.getProtectedFieldCount()Returns the Terminal Emulator screen protected field count.Window.getProtocol()Returns the Terminal Emulator protocol.Window.getShortName()Returns the Terminal Emulator short name.ScreenBase.getSize()Returns the Terminal Emulator screen column count and row count.Field.getStartPosition()Returns the Terminal Emulator Field start column and row column property.Field.getText()Returns the Terminal Emulator Field text.ScreenBase.getText()Returns the Text from the specified screen rectangle.Returns the Text from the specified screen rectangle.booleanField.isNumeric()Returns the Terminal Emulator Field numeric property.booleanField.isProtected()Returns the Terminal Emulator Field protected property.booleanField.isVisible()Returns the Visible attribute for TeField.voidTypes the specified string at the current location of the cursor.voidScreen.sendTEKeys(String keys) Sends a keystroke or string of keystrokes to the current cursor position in the emulator screen.voidField.setCursor()Places the cursor in the specified position within the field.voidField.setCursor(long offset) Places the cursor in the specified position within the field.voidScreen.setCursorPosition(int row, int column) Changes the position of the cursor within the emulator screen.voidScreen.setCursorPosition(Position position) Changes the position of the cursor within the emulator screen.voidInserts text into a hidden (invisible) field.voidInserts text into an unprotected field.voidInserts text into an unprotected field.voidCopies a string to a specific location in the emulator screen.voidCopies a string to a specific location in the emulator screen.voidCopies a string to a specific location in the emulator screen.voidScreenBase.sync()Waits until a response is received from the host and the emulator.voidScreenBase.sync(long milliseconds) Waits until a response is received from the host and the emulator.ScreenBase.waitForText(StringProperty text) Waits for a specified text to appear on the emulator screen before continuing the run session.
 Example 1:
 The following example uses the waitForText method to wait 10 seconds for a string defined as regular expression, for example: CH70001 LAST ACCESS AT 14:27:07 ON THURSDAY:
 waitForText(new RegExpProperty(@".*LAST ACCESS AT \d\d:\d\d:\d\d ON .*DAY.*"), new Area(3, 1, 3, 80), 10000)
 Example 2:
 The following example uses the waitForText method to wait 5 seconds for a string, for example: "User":
 waitForText("User", new Area(3, 1, 3, 80), 5000)ScreenBase.waitForText(StringProperty text, long milliseconds) Waits for a specified text to appear on the emulator screen before continuing the run session.
 Example 1:
 The following example uses the waitForText method to wait 10 seconds for a string defined as regular expression, for example: CH70001 LAST ACCESS AT 14:27:07 ON THURSDAY:
 waitForText(new RegExpProperty(@".*LAST ACCESS AT \d\d:\d\d:\d\d ON .*DAY.*"), new Area(3, 1, 3, 80), 10000)
 Example 2:
 The following example uses the waitForText method to wait 5 seconds for a string, for example: "User":
 waitForText("User", new Area(3, 1, 3, 80), 5000)ScreenBase.waitForText(StringProperty text, Area area) Waits for a specified text to appear on the emulator screen before continuing the run session.
 Example 1:
 The following example uses the waitForText method to wait 10 seconds for a string defined as regular expression, for example: CH70001 LAST ACCESS AT 14:27:07 ON THURSDAY:
 waitForText(new RegExpProperty(@".*LAST ACCESS AT \d\d:\d\d:\d\d ON .*DAY.*"), new Area(3, 1, 3, 80), 10000)
 Example 2:
 The following example uses the waitForText method to wait 5 seconds for a string, for example: "User":
 waitForText("User", new Area(3, 1, 3, 80), 5000)ScreenBase.waitForText(StringProperty text, Area area, long milliseconds) Waits for a specified text to appear on the emulator screen before continuing the run session.ScreenBase.waitForText(String text) Waits for a specified text to appear on the emulator screen before continuing the run session.
 Example: The following example uses the waitForText method to wait 5 seconds for a string, for example: "User":
 waitForText("User", new Area(3, 1, 3, 80), 5000)ScreenBase.waitForText(String text, long milliseconds) Waits for a specified text to appear on the emulator screen before continuing the run session.ScreenBase.waitForText(String text, Area area) Waits for a specified text to appear on the emulator screen before continuing the run session.
 Example: The following example uses the waitForText method to wait 5 seconds for a string, for example: "User":
 waitForText("User", new Area(3, 1, 3, 80), 5000)ScreenBase.waitForText(String text, Area area, long milliseconds) Waits for a specified text to appear on the emulator screen before continuing the run session.
 Example: The following example uses the waitForText method to wait 5 seconds for a string, for example: "User":
 waitForText("User", new Area(3, 1, 3, 80), 5000)
- 
Uses of GeneralLeanFtException in com.hp.lft.sdk.uiaproMethods in com.hp.lft.sdk.uiapro that throw GeneralLeanFtExceptionModifier and TypeMethodDescriptionvoidGridPattern.activateCell(int row, int column) Activates (double-clicks) the specified cell in the grid.voidGridPattern.addCellToSelection(int row, int column) Selects a cell in addition to previously selected cells.voidGridPattern.addRowToSelection(int row) Selects a row in addition to previously selected rows.voidSelectionItemPattern.addToSelection()Adds the current element to the collection of selected items.booleanWindowPattern.canMaximize()booleanWindowPattern.canMinimize()booleanScrollPattern.canScrollHorizontally()booleanScrollPattern.canScrollVertically()booleanSelectionPattern.canSelectMultipleItems()voidTextPattern.clearSelection()Deselect all / any selected text from the objectvoidGridPattern.clickCell(int row, int column) Clicks the specified cell in the grid.voidGridPattern.clickCell(int row, int column, MouseButton button) Clicks the specified cell in the grid.voidWindowPattern.close()Attempts to close the current window.voidExpandCollapsePattern.collapse()Hides all child nodes, controls, or content of the element.voidDoubleClickable.doubleClick()Double-clicks on this object using the left mouse button.voidDoubleClickable.doubleClick(Location location) Double-clicks on this object using the specified Location.voidExpandCollapsePattern.expand()Displays all child nodes, controls, or content of the element.UiObjectBase.getAbsX()UiObjectBase.getAbsY()UiObjectBase.getAcceleratorKey()UiObjectBase.getAccessKey()UiObjectBase.getAutomationId()GridPattern.getCell(int row, int column) GridPattern.getCellName(int row, int column) GridPattern.getCellText(int row, int column) GridPattern.getCellValue(int row, int column) intLegacyIAccessiblePattern.getChildId()intGridPattern.getColumnCount()TableItemPattern.getColumnHeaderItems()TablePattern.getColumnHeaders()intGridItemPattern.getColumnIndex()GridItemPattern.getContainingGrid()UiObjectBase.getControlType()LegacyIAccessiblePattern.getDefaultOperation()LegacyIAccessiblePattern.getDescription()UiObjectBase.getExpandCollapsePattern()ExpandCollapsePattern.getExpandCollapseState()UiObjectBase.getFrameworkId()UiObjectBase.getGridItemPattern()UiObjectBase.getGridPattern()intUiObjectBase.getHandle()UiObjectBase.getHeight()LegacyIAccessiblePattern.getHelp()doubleScrollPattern.getHorizontalScrollPercent()doubleScrollPattern.getHorizontalViewSize()UiObjectBase.getInvokePattern()LegacyIAccessiblePattern.getKeyboardShortcut()doubleRangeValuePattern.getLargeChange()UiObjectBase.getLegacyIAccessiblePattern()doubleRangeValuePattern.getMaximum()doubleRangeValuePattern.getMinimum()LegacyIAccessiblePattern.getName()UiObjectBase.getName()UiObjectBase.getNativeClass()UiObjectBase.getPath()TablePattern.getPrimaryTraversalDirection()UiObjectBase.getProcessId()UiObjectBase.getProcessName()UiObjectBase.getRangeValuePattern()LegacyIAccessiblePattern.getRole()intGridPattern.getRowCount()TableItemPattern.getRowHeaderItems()TablePattern.getRowHeaders()intGridItemPattern.getRowIndex()UiObjectBase.getScrollItemPattern()UiObjectBase.getScrollPattern()LegacyIAccessiblePattern.getSelectedChildren()SelectionPattern.getSelectedChildren()TextPattern.getSelection()UiObjectBase.getSelectionItemPattern()UiObjectBase.getSelectionPattern()doubleRangeValuePattern.getSmallChange()intGridItemPattern.getSpannedColumns()intGridItemPattern.getSpannedRows()LegacyIAccessiblePattern.getState()UiObjectBase.getStatus()UiObjectBase.getSupportedPatterns()TextPattern.getSupportedTextSelection()UiObjectBase.getTableItemPattern()UiObjectBase.getTablePattern()TextPattern.getText()UiObjectBase.getTextPattern()UiObjectBase.getTogglePattern()TogglePattern.getToggleState()LegacyIAccessiblePattern.getValue()doubleRangeValuePattern.getValue()ValuePattern.getValue()UiObjectBase.getValuePattern()doubleScrollPattern.getVerticalScrollPercent()doubleScrollPattern.getVerticalViewSize()TextPattern.getVisibleText()UiObjectBase.getWidth()WindowPattern.getWindowInteractionState()UiObjectBase.getWindowPattern()WindowPattern.getWindowVisualState()UiObjectBase.getX()UiObjectBase.getY()UiObjectBase.hasKeyboardFocus()voidInvokePattern.invoke()Represents a control that provides fundamental window-based functionality within a traditional graphical user interface (GUI)UiObjectBase.isEnabled()UiObjectBase.isKeyboardFocusable()booleanWindowPattern.isMaximized()booleanWindowPattern.isMinimized()booleanWindowPattern.isModal()UiObjectBase.isOffScreen()UiObjectBase.isPassword()booleanRangeValuePattern.isReadOnly()ValuePattern.isReadOnly()booleanSelectionItemPattern.isSelected()booleanSelectionPattern.isSelectionRequired()booleanWindowPattern.isTopmost()voidWindowPattern.maximize()Sets the window visual state to WindowVisualState.MaximizedvoidWindowPattern.minimize()Sets the window visual state to WindowVisualState.MinimizedvoidLegacyIAccessiblePattern.performDefaultOperation()Performs the default operation on the control.voidSelectionItemPattern.removeFromSelection()Removes the current element from the collection of selected items.voidWindowPattern.restore()Sets the window visual state to WindowVisualState.NormalvoidScrollPattern.scroll(ScrollAmount horizontalAmount, ScrollAmount verticalAmount) Scrolls the visible region of the content area horizontally and vertically.voidScrollPattern.scrollHorizontal(ScrollAmount horizontalAmount) Scrolls the visible region of the content area horizontally.voidScrollItemPattern.scrollIntoView()Scrolls the content area in order to display the control within the visible region of the container.voidTextPattern.scrollIntoView(int numberOfUnits) Scrolls into view.voidTextPattern.scrollIntoView(int numberOfUnits, TextUnit unitType) Scrolls into view.voidTextPattern.scrollIntoView(int numberOfUnits, TextUnit unitType, Direction direction) Scrolls into view.voidTextPattern.scrollIntoView(int numberOfUnits, TextUnit unitType, Direction direction, Alignment alignment) Scrolls into view.voidScrollPattern.scrollVertical(ScrollAmount verticalAmount) Scrolls the visible region of the content area vertically.voidLegacyIAccessiblePattern.select(SelectOptions selectionOptions) Selects the element.voidSelectionItemPattern.select()Deselects any selected items and then selects the current element.voidTextPattern.select(int start) Selects the specified text in the object.voidTextPattern.select(int start, int length) Selects the specified text in the object.voidTextPattern.selectAll()Selects all the object's text.voidGridPattern.selectCell(int row, int column) Selects a cell in the grid.voidGridPattern.selectRow(int row) Selects a row in the grid.voidGridPattern.setCellValue(int row, int column, String cellValue) Sets the specified cell's value using the IValuePattern pattern.voidScrollPattern.setHorizontalScrollPercent(double value) Set the current horizontal scroll position.voidScrollPattern.setScrollPercent(double horizontalPercent, double verticalPercent) Sets the horizontal and/or vertical scroll position as a percentage of the total content area within the automation element.voidThe Microsoft Active Accessibility encrypted value for the current object.voidSets the encrypted value of the UIA Pro element.voidSet The Microsoft Active Accessibility value for the current object.voidRangeValuePattern.setValue(double value) Set the current value of the UIAPro object.voidThe value of the UIA Pro element.voidScrollPattern.setVerticalScrollPercent(double value) Set the current vertical scroll position.voidTogglePattern.toggle()Cycles through the toggle states of the control.voidWindowPattern.waitForInputIdle(int milliseconds) Causes the calling code to block for the specified time or until the associated process enters an idle state, whichever completes first.
- 
Uses of GeneralLeanFtException in com.hp.lft.sdk.utilsMethods in com.hp.lft.sdk.utils that throw GeneralLeanFtExceptionModifier and TypeMethodDescriptionstatic booleanImageUtils.compareImages(RenderedImage firstImage, RenderedImage secondImage) Checks whether two images are identical.static booleanImageUtils.compareImages(RenderedImage firstImage, RenderedImage secondImage, byte pixelTolerance) Checks whether two images are a match, given the specified pixel tolerance value.static booleanImageUtils.compareImages(RenderedImage firstImage, RenderedImage secondImage, byte pixelTolerance, byte rgbTolerance) Checks whether two images are a match, given the specified pixel and RGB tolerance values.static booleanImageUtils.compareImages(RenderedImage firstImage, RenderedImage secondImage, ImageMaskArea maskArea) Checks whether the defined mask areas within two images are identical.static booleanImageUtils.compareImages(RenderedImage firstImage, RenderedImage secondImage, ImageMaskArea maskArea, byte pixelTolerance) Checks whether the defined mask areas within two images match, given the specified pixel tolerance value.static booleanImageUtils.compareImages(RenderedImage firstImage, RenderedImage secondImage, ImageMaskArea maskArea, byte pixelTolerance, byte rgbTolerance) Checks whether the defined mask areas within two images match, given the specified pixel and RGB tolerance values.static AlmRunInfoAlmUtils.getAlmRunInfo()static Point[]ImageUtils.getImageLocations(RenderedImage sourceImage, RenderedImage imageToFind) Returns the first 100 locations of an image inside the source image, with a default similarity of 100%.static Point[]ImageUtils.getImageLocations(RenderedImage sourceImage, RenderedImage imageToFind, byte similarity) Returns the first 100 locations of an image inside the source image that meet the provided similarity threshold.static StringImageUtils.getText(RenderedImage image) Returns all text within the supplied image.static StringImageUtils.getText(RenderedImage image, Rectangle textArea) Returns all text within the supplied rectangle inside the supplied image.static PointImageUtils.locateImage(RenderedImage sourceImage, RenderedImage imageToFind) Locates an image inside the provided source image, with a default similarity of 100%.static PointImageUtils.locateImage(RenderedImage sourceImage, RenderedImage imageToFind, byte similarity) Locates an image inside the provided source image.static Rectangle[]ImageUtils.locateText(RenderedImage image, String textToFind) Returns all rectangular areas within the supplied image that contain the specified text.static Rectangle[]ImageUtils.locateText(RenderedImage image, String textToFind, Rectangle textArea) Returns all rectangular areas within the supplied rectangle that contain the specified text.
- 
Uses of GeneralLeanFtException in com.hp.lft.sdk.webMethods in com.hp.lft.sdk.web that throw GeneralLeanFtExceptionModifier and TypeMethodDescriptionvoidBrowser.activate()Activates the tab of the browser in the window group and clicks on it by default (windows only)voidBrowser.activate(boolean setFocus) Activates the tab of the browser in the window group, and if the 'setFocus' parameter is true it clicks on it (windows only).TableCell.asWebElement()Returns a web element that corresponds to the current table cell, so that it can be used like any other web element.static BrowserBrowserFactory.attach(BrowserDescription description) Attaches a newBrowserinstance to a previously opened browser tab.voidBrowser.back()Navigates to the previous page in the browser history list.voidBrowser.clearCache()Clears the browser cache.
 Note: This method does not clear the browser's cookies.voidBrowser.close()Closes the browser window (or tab) that this test object represents.voidBrowser.closeAllTabs()Closes all tabs (if any) and closes the browser window.voidTreeViewNode.collapse()Collapses this tree node.
 There may be a slight delay when using this method due to the animation of the collapse operation.voidBrowser.deleteCookies()Deletes all cookies from the browser.voidBrowser.deleteCookies(String fromSource) Deletes only cookies that originated from the browser source.<TChild extends WebElement>
 TChildWebTestObjectDescriber.describe(Class<TChild> type, CSSDescription css) Describes a child test object using the provided CSS selector.<TChild extends WebElement>
 TChildWebTestObjectDescriber.describe(Class<TChild> type, XPathDescription xpath) Describes a child test object using the provided XPath.voidListBox.deselect(int... itemIndices) Deselects items in the list based on the item indices.voidDeselects a list of items in the list box.voidDeselects items in the list based on the item names.voidWebElement.doubleClick()Clicks on the object twice.
 If you are testing a web or hybrid application on a mobile device, this method is equivalent to performing a DoubleTap gesture.voidWebElement.doubleClick(WebDoubleClickArgs args) Clicks on an object twice according to the specified behavior.voidBrowser.embedScript(String script) Runs this JavaScript each time a page or frame loads or refreshes in the browser.
 - The script remains embedded until you close the browser, or until the run session ends.
 - Using this method to perform alert operations may result in unexpected behavior.
 - To run this method, the security settings in your Web browser must be set to allow active scripting.voidTreeViewNode.expand()Expands this tree node.
 There may be a slight delay when using this method due to the animation of the expand operation.voidListBox.extendSelect(int... itemIndices) Selects additional items from the multi-selection list, by index.voidListBox.extendSelect(ListItem... items) Selects additional items from the multi-selection list, by ListItem item.voidListBox.extendSelect(String... items) Selects additional items from the multi-selection list, by name.<TChild extends TestObject>
 TChildTableCell.findChildren(Class<TChild> type) Returns a specified child according to its type.<TChild extends TestObject>
 TChildTableCell.findChildren(Class<TChild> type, int index) Returns a child test object from this cell according to its type and index.TableBase.findRowWithCellText(String text) Finds the first row with this text.TableBase.findRowWithCellText(String text, int startFromRow) Finds the first row with the specified text.UiGrid.findRowWithCellText(String text) Finds the first row with this text.UiGrid.findRowWithCellText(String text, int startFromRow) Finds the first row with the specified text.GridBase.findRowWithCellTextInColumn(TextMatch textMatch, ColumnToSearch columnToSearch) Finds the row with the specified text in the specified column, in cases where the text or columnHeader may appear more than once.GridBase.findRowWithCellTextInColumn(String text, int columnNumber) Finds the first row with the specified text in the specified column.GridBase.findRowWithCellTextInColumn(String text, int columnNumber, int startFromRow) Finds the first row with the specified text in the specified column, starting from the specified row.GridBase.findRowWithCellTextInColumn(String text, String columnHeader) Finds the first row with the specified text in the specified column.GridBase.findRowWithCellTextInColumn(String text, String columnHeader, int startFromRow) Finds the first row with the specified text in the specified column, starting from the specified row.TableBase.findRowWithCellTextInColumn(String text, int columnNumber) Finds the first row with the specified text in the specified column.TableBase.findRowWithCellTextInColumn(String text, int columnNumber, int startFromRow) Finds the first row with the specified text in the specified column, starting from the specified row.voidTriggers an event on the test object.voidBrowser.forward()Navigates to the next page in the browser history list.static BrowserDescriptionThis method creates a new instance ofBrowserDescriptionand initializes it with the given props map.voidBrowser.fullScreen()Toggles the browser between full-screen mode and normal mode.voidBrowser.fullScreen(FullScreenMode mode) Controls the browser's full screen mode.Returns the current value of aBrowserDescriptioncapability.Page.getAbsoluteLocation()Returns this object's absolute coordinates relative to the screen (in pixels).WebElement.getAccessibilityName()Returns the element's AccessibilityName.static Browser[]BrowserFactory.getAllOpenBrowsers(BrowserDescription description) Returns an array of all open browsers that match the givenBrowserDescription.Area.getAlt()Returns this object's tooltip text.Image.getAlt()Returns this image's tooltip text.WebTestObject.getAttribute(String attributeName) Returns the value of a single attribute.WebTestObject.getAttributes()Returns a copy of the collection of attributes that is attached to the element, for example, "id","class",etc.Link.getBackgroundColor()Returns this link's background color.intTableBase.getBorder()Returns the number of pixels that are used as border on the table.Button.getButtonType()Returns the button type.TableRowBase.getCells()Returns a list of table cell objects in the row.WebTestObject.getClassName()Returns the element's CSS class.Link.getColor()Returns this link's color.GridBase.getColumnHeaders()Returns the headers of the columns, usually this is the text of the first row.TableBase.getColumnHeaders()Returns the headers of the columns, usually this is the text of the first row.WebTestObject.getComputedStyle(String styleProperty) Returns the value of a single style.WebTestObject.getComputedStyles()Returns the element's computed styles as a dictionary with the name of the style as the key.int[]Area.getCoords()Returns the coordinates of an area in an image-map.WebElement.getCSSSelector()Returns the element's CSS Selector.MediaControl.getCurrentSource()Returns the URL of the media file currently selected in the browser window.doubleNumericField.getDefaultNumericValue()Returns the initial value in this field, which is set when this field is reset.doubleSlider.getDefaultNumericValue()Returns the default value for this slider.EditFieldCommon.getDefaultValue()Returns the default value in the edit field.ListBox.getDefaultValue()Returns the initial text value, which is set when the object is reset.Browser.getDialogText()Returns the text displayed in a browser message box, such as an alert, confirmation, or prompt.intMediaControl.getDuration()Returns the length of the currently selected media file (in milliseconds).Link.getFontName()Returns this link's font.Area.getHref()Returns the location to which the browser navigates when the object is clicked.Image.getHref()Returns the location to which the browser navigates when the image is clicked.Link.getHref()Returns the location to which the browser navigates when the image is clicked.WebTestObject.getId()Returns the element's HTML identifier.WebTestObject.getInnerHTML()Returns the element's HTML not including the current element.WebTestObject.getInnerText()Returns the text contained between the object's start and end tags.ListBox.getItems()Returns all of the items in the list.RadioGroup.getItems()Returns the list of all items contained in the object.Area.getMapName()Returns the name of the map element the image uses to define the area inside the image.doubleNumericField.getMax()Returns the maximum value that can be entered in the field.doubleSlider.getMax()Returns the maximum value that can be entered in the field.intEditFieldBase.getMaxCharsInLine()Returns the maximum number of characters allowed per line in this edit field.intEditFieldCommon.getMaxLength()Returns the max number of characters that can be entered in the input field.doubleNumericField.getMin()Returns the minimum value that can be entered in the field.doubleSlider.getMin()Returns the minimum value that can be entered in the field.WebTestObject.getName()Returns the object's name.Returns the specified node in the tree using the path created with the parts of the path.Returns the specified node in the tree using the full path to the tree item.<TChild extends TestObject>
 intTableCell.getNumberOfChildrenWithType(Class<TChild> type) Returns the number of child test objects that have the specified type.intBrowser.getNumberOfTabs()Returns the number of currently open tabs in the browser.doubleNumericField.getNumericValue()Returns the current value in the number field.doubleSlider.getNumericValue()Returns the current value in the number field.Browser.getOpenTitle()Returns the browser's initial title when first opened.Browser.getOpenURL()Returns the URL from which the browser is opened.WebTestObject.getOuterHTML()Returns the element's HTML, including the current element.WebTestObject.getOuterText()Returns the object's text.Browser.getPage()Returns a test object representing the top level document in the tab.TreeViewNode.getPath()Returns the full path of this node as a semi-colon delimited string.EditFieldCommon.getPattern()Returns the input pattern, for example, a phone number.EditFieldBase.getPlaceholder()Returns the hint text that is displayed in the edit box until a value is entered into it.doubleMediaControl.getPlaybackRate()Returns the speed of the media playback.intMediaControl.getPlaybackTime()Returns the current playback position in the media file (in milliseconds).WebElement.getRole()Returns the object's role property.GridBase.getRows()Returns a collection of rows.TableBase.getRows()Returns a collection of rows.intEditFieldCommon.getRowsCount()Returns the number of rows in a multi-line edit field.intRadioGroup.getSelectedIndex()Returns the index of the selected item in the radio group (or -1 if none is selected).RadioGroup.getSelectedItem()Returns the currently selected item (or null if none is selected).ListBox.getSelectedItems()Returns a collection of all selected items.TreeView.getSelectedNodePath()Returns the path of the selected node in this tree.Browser[]Browser.getSiblingTabs()Returns a collection of tabs (Browser objects) that are siblings to the current tab (tabs located in the same window).Page.getSize()Returns the object's size (in pixels).String[]MediaControl.getSources()Returns a collection of all media file source URLs.Area.getSrc()Returns this image source in URL format.Image.getSrc()Returns the image source in URL format.TabStrip.getTabs()Returns the list of all tabs contained in this tab strip.WebTestObject.getTagName()Returns the element's tag name.Area.getTarget()Returns the target frame of the navigation.Image.getTarget()Returns the target frame of the navigation.Link.getTarget()Returns the target frame of the navigation.Button.getText()Returns the text on the button.Frame.getText()Returns the inner text of the body element.ListItem.getText()Returns the text value of the list item.Page.getText()Returns the inner text of the body element.TableCell.getText()Returns the current text in the cell.Browser.getTitle()Returns the browser title.Page.getTitle()Returns the page's title.WebTestObject.getTitle()Returns the element's title attribute.Menu.getTopLevelMenuItems()Returns the list of all the top level menu items contained in this menu.Area.getType()Returns the image type.CheckBox.getType()Returns the type of object as defined in the HTML input tag.EditFieldCommon.getType()Returns the type of object as defined in the HTML input tag.Image.getType()Returns the image type.ListBox.getType()Returns the attribute "type" of the HTML element.RadioGroup.getType()Returns the type of object as defined in the HTML input tag.Browser.getURL()Returns current browser URL.Frame.getURL()Returns the URL of the frame.Page.getURL()Returns the URL of the page.EditFieldBase.getValue()Returns the current text in the field.ListBox.getValue()Returns this object's text value.Browser.getVersion()Returns data regarding the browser version and type.intListBox.getVisibleItemsCount()Returns the number of items that are displayed in the list box.doubleMediaControl.getVolume()Returns the volume used when playing this media file.WebElement.getXPath()Returns the element's XPath.voidBrowser.handleDialog()Clicks the OK button on the alert, confirmation, or prompt message box.voidBrowser.handleDialog(DialogButton button) Clicks a button on the alert, confirmation, or prompt message box.voidBrowser.handleDialog(String text) Enters text in the browser's prompt message box and clicks the OK button.booleanMediaControl.hasAutoPlay()Indicates whether this media file starts playing as soon as it loads.booleanBrowser.hasDialog()Indicates whether the browser message box is currently open.booleanMediaControl.hasPlaybackControls()Indicates whether this media player should display playback controls.booleanRadioGroup.hasSelectedItem()Return whether an item in the group is selected.voidWebElement.hoverTap()When hover is supported, places the pointer on the object.voidWhen hover is supported, places the pointer on the object.booleanCheckBox.isChecked()Indicates whether this check box is checked.booleanListBox.isMultiple()Indicates whether the user can select multiple items.booleanMediaControl.isMuted()Indicates whether the media volume is muted.booleanMediaControl.isPlaying()Returns whether this media is currently playing.booleanMediaControl.isPlayInLoop()Indicates whether this media file should start playing again from the beginning as soon as it finishes playing.booleanEditFieldBase.isReadOnly()Indicates whether this field is read-only.booleanEditFieldBase.isRequired()Indicates whether this field is mandatory.booleanWebTestObject.isVisible()Indicates whether the current element is visible.static BrowserBrowserFactory.launch(BrowserDescription browserDesc) Launches a new browser tab returning an instance ofBrowserfor the launched browser.static BrowserBrowserFactory.launch(BrowserDescription browserDesc, Environment env) Launches a new browser tab on the specified environment and returns an instance ofBrowserfor the launched browser.static BrowserBrowserFactory.launch(BrowserType browserType) Launches a new browser tab returning an instance ofBrowserfor the launched browser.static BrowserBrowserFactory.launch(BrowserType browserType, Environment environment) Launches a new browser tab on the specified environment and returns an instance ofBrowserfor the launched browser.voidWebElement.longPress()Presses and holds the object.voidWebElement.longPress(WebLongPressArgs args) Presses and holds the object according to the specified behavior.voidListItem.makeVisible(String xPath) Makes an item in the list visible.voidListItem.makeVisible(String xPath, double timeOut) Makes an item in the list visible.voidOpens the specified URL in the browser.voidBrowser.openNewTab()Opens a new tab in the browser window.voidWebElement.pan(long deltaX, long deltaY) Performs a pan gesture on the object.voidWebElement.pan(WebPanArgs args) Performs a pan gesture on the object according to the specified behavior.voidMediaControl.pause()Pauses the media playback.voidWebElement.pinch(double scale) Performs a pinch gesture on the object.voidWebElement.pinch(WebPinchArgs args) Perform a pinch gesture on the object according to the specified behavior.voidMediaControl.play()Plays the media file.voidBrowser.refresh()Refreshes the current page.voidMediaControl.reload()Reloads the media file.voidBrowser.resizeTo(int width, int height) Resizes the browser window to specific dimensions.voidResizes the browser window to a specific size.Frame.runJavaScript(String scriptToRun) Runs the given JavaScript code in the frame's context and returns the result.<TResult> TResultFrame.runJavaScript(String scriptToRun, Class<TResult> returnType) Runs the given JavaScript text in the frame's context and returns the result cast to returnType.Page.runJavaScript(String scriptToRun) Runs the given JavaScript code in the page's context and returns the result.<TResult> TResultPage.runJavaScript(String scriptToRun, Class<TResult> returnType) Runs the given JavaScript code in the page's context and returns the result cast to returnType.voidUiGrid.scrollToRow(int row) Scrolls to a specified row, as defined by the row's number.voidUiGrid.scrollToRow(TableRow row) Scrolls to a specified row, as defined by the rowTableRow.voidListBox.select(int... itemIndices) Selects items in the list based on the item indices.voidSelects a list of items in the list box.voidSelects items in the list based on the item names.voidSelects the specified item in the menu by path.voidSelects the specified item in the menu by path.voidRadioGroup.select(int itemIndex) Selects the specified radio button from the radio group, replacing the previous selection.voidSelects the specified radio button from the radio group, replacing the previous selection.voidTabStrip.select(int tabIndex) Selects the specified tab by index.voidSelects the specified tab by name.voidTreeView.select(TreeViewNode node) Selects the supplied node in the tree.voidSelects the specified node in the tree based on the path to the node.
 If the child items in this object are generated dynamically (for example, they are not visible or present in the application until the parent node is expanded), the items in the tree cannot be selected automatically using this method.voidGridBase.selectCell(int row, int column) Selects the specified cell in the grid.voidGridBase.selectCell(int row, String columnHeader) Selects the specified cell in the grid.voidSets aBrowserDescriptioncapability to the given value.voidCheckBox.set(boolean state) Sets the state of this check box.voidSets the encoded value of this edit box.voidEnters the specified text in the field.voidNumericField.setValue(double value) Sets the value in the field.voidSlider.setValue(double value) Sets the value in the field.voidEditField.submit()When working in a Web form, simulates pressing the Enter key while the focus is on the object specified in the statement.voidWebElement.swipe(SwipeDirection direction) Swipes the object in the specified direction.voidWebElement.swipe(WebSwipeArgs args) Swipes the object according to the specified behavior.voidBrowser.sync()Waits for the browser to complete the current navigation.voidFrame.sync()Waits for the frame's state to be idle.voidPage.sync()Waits for the page state to be idle.
- 
Uses of GeneralLeanFtException in com.hp.lft.sdk.winformsMethods in com.hp.lft.sdk.winforms that throw GeneralLeanFtExceptionModifier and TypeMethodDescriptionvoidWindow.activate()Activates this window.voidWindow.activate(MouseButton button) Activates this window using the specified mouse button.voidComponentOneGrid.activateCell(int row, String columnHeader) Double-clicks the specified cell in this grid.voidDataGridView.activateCell(int row, String columnHeader) Double-clicks the specified cell in this grid.voidTable.activateCell(int row, int column) Double-clicks the specified cell in this grid.voidUltraWinGrid.activateCell(int row, String columnHeader) Double-clicks the specified cell in this grid.voidUltraWinGrid.activateCell(String rowPath, String columnHeader) Double-clicks the specified cell in this grid.voidXtraGrid.activateCell(int row, String columnHeader) Double-clicks the specified cell in this grid.voidC1TrueDbGrid.activateColumn(int column) Double-clicks the specified column header in a grid.voidC1TrueDbGrid.activateColumn(String columnHeader) Double-clicks the specified column header in a grid.voidDataGrid.activateColumn(int column) Double-clicks the specified column header in this grid.voidDataGridView.activateColumn(int column) Double-clicks the specified column header in this grid.voidDataGridView.activateColumn(String columnHeader) Double-clicks the specified column header in this grid.voidUltraWinGrid.activateColumn(int bandLevel, String columnHeader) Double-clicks the specified column header in this grid.voidXtraGrid.activateColumn(int colum) Double-clicks the specified column header in this grid.voidXtraGrid.activateColumn(String columnHeader) Double-clicks the specified column header in this grid.voidListBase.activateItem(int itemIndex) Activates (double-clicks) the specified item in the list by item index.voidListBase.activateItem(int itemIndex, MouseButton button) Activates (double-clicks) the specified item in this list by item index.voidListBase.activateItem(String item) Activates (double-clicks) the specified item in this list.voidListBase.activateItem(String item, MouseButton button) Activates (double-clicks) the specified item in this list.voidListBase.activateItem(T item) Activates (double-clicks) the specified item in this list.voidListBase.activateItem(T item, MouseButton button) Activates (double-clicks) the specified item in this list.voidTreeView.activateNode(int nodeIndex) Activates the node with the specified index in the tree-view control.voidTreeView.activateNode(int nodeIndex, MouseButton button) Activates (double-clicks) a node by index in the tree-view control.voidTreeView.activateNode(TreeViewNode node) Activates a node in the tree-view control.voidTreeView.activateNode(TreeViewNode node, MouseButton button) Activates (double-clicks) a node in this tree-view control.voidTreeView.activateNode(String nodePath) Activates the node at the given path in the tree-view control.voidTreeView.activateNode(String nodePath, MouseButton button) Activates (double-clicks) the node at the given path in the tree-view control.voidTable.activateRow(int row) Double-clicks the specified row header in this grid.voidUltraWinGrid.activateRow(String rowPath) Double-clicks the specified row header in this grid.voidAdds a new row to the table band using the Add button for the corresponding band.voidAdds a new row to the table band using the Add button for the corresponding band.voidDataGrid.back()Navigates back to the parent table.voidListViewItem.clickState()Clicks the state image icon.voidTreeViewNode.clickState()Clicks the state icon.voidWindow.close()Closes this window.voidTreeViewNode.collapse()Hides sub-nodes of this node in the expanded tree-view control.voidComponentOneGrid.collapseRow(int row) Collapses the specified row.voidDataGrid.collapseRow(int row) Collapses the specified row.voidUltraWinGrid.collapseRow(int row) Collapses the specified row.voidUltraWinGrid.collapseRow(String rowPath) Collapses the specified row.voidListBase.deselect(int... itemIndices) Deselect a list of items by items indices.voidDeselect a list of items.voidDeselect a list of items.voidListViewItem.doubleClickState()Double-clicks state image icon.voidTreeViewNode.doubleClickState()Double-clicks the state icon.voidSpinBox.down()Sets this spin box object to the next lower value.voidListViewItem.enableLabelEditing()Activates the edit mode for the lists item label to enable renaming.voidTreeViewNode.enableLabelEditing()Activates the edit mode for the node in the tree-view control to enable renaming.voidTreeViewNode.expand()Displays direct sub-nodes of this node in the tree-view control.voidTreeViewNode.expandAll()Displays all nodes of the sub-tree that has this node as the root.voidComponentOneGrid.expandRow(int row) Expands the specified row.voidDataGrid.expandRow(int row) Expands the specified row.voidUltraWinGrid.expandRow(int row) Expands the specified row.voidExpands the specified row.voidListBase.extendSelect(int... itemIndices) Selects additional items from the multi-selection list, by index.voidListBase.extendSelect(String... items) Selects additional items from the multi-selection list, by name.voidListBase.extendSelect(T... items) Selects additional items from the multi-selection list, by items.voidSimulates an event on a .NET object.PropertyGrid.getAttachedText()Returns the static text attached to this control.StatusBar.getAttachedText()Returns the static text that is attached to this control.TabControl.getAttachedText()Returns the static text attached to this control.UiObject.getAttachedText()Returns the static text attached to this control.Returns a cell in the grid.Returns a cell in the grid.UltraWinGrid.getCell(int row, int column) Returns the specified cell.Returns the specified cell.Returns the specified cell.XtraGrid.getCell(int row, int column) Returns a cell in the grid.Returns a cell in the grid.TableRow.getCells()Returns the cells in this row.ListView.getCheckedItems()Returns items marked as checked to a unmodified list object.TreeView.getCheckedVisibleNodes()Returns the checked visible nodes in the tree-view control.intUltraWinGrid.getColumnCount()Returns the number of columns in the current band.intXtraGrid.getColumnCount()Returns the number of columns in the current view.ListView.getColumnHeader(int columnIndex) Returns the header text of the specified (report-style) list-view column.TableCell.getColumnName()Returns the column header name of this cell.intEditor.getCursorColumn()Returns the character the cursor is on in the line the cursor is on (0-based).intEditor.getCursorLine()The line the cursor is on in the object (0-based).Table.getCustomGrid()The returned object enables access to supported custom grids.Button.getErrorText()Returns the tooltip text of the error icon associated with this object.Calendar.getErrorText()Returns the tooltip text of the error icon associated with this object.CheckBox.getErrorText()Returns the tooltip text of the error icon associated with this object.ComboBox.getErrorText()Returns the tooltip text of the error icon associated with this object.EditField.getErrorText()Returns the tooltip text of the error icon associated with this object.Editor.getErrorText()Returns the tooltip text of the error icon associated with this object.Label.getErrorText()Returns the tooltip text of the error icon associated with this object.ListBase.getErrorText()Returns the tooltip text of the error icon associated with this object.PropertyGrid.getErrorText()Returns the tooltip text of the error icon associated with this object.RadioButton.getErrorText()Returns the tooltip text of the error icon associated with this object.ScrollBar.getErrorText()Returns the tooltip text of the error icon associated with this object.SpinBox.getErrorText()Returns the tooltip text of the error icon associated with this object.StatusBar.getErrorText()Returns the tooltip text of the error icon associated with this object.TabControl.getErrorText()Returns the tooltip text of the error icon associated with this object.Table.getErrorText()Returns the tooltip text of the error icon associated with this object.ToolBar.getErrorText()Returns the tooltip text of the error icon associated with this object.TreeView.getErrorText()Returns the tooltip text of the error icon associated with this object.UiObject.getErrorText()Returns the tooltip text of the error icon associated with this object.TreeViewNode.getFirstChildPath()Returns the full path of the node's first child node as a semi-colon delimited String.UiObjectBase.getFullNamePath()Returns the full hierarchy of this object with all parent objects.UiObjectBase.getFullType()Returns the full type name of this object.Table.getGridType()Returns the grid type of the test object.intListItem.getHeight()Returns the list item's height (in pixels).intTableCell.getHeight()Returns the height of this cell.intTreeViewNode.getImageIndex()Returns the image index of the node.intToolBarItem.getIndex()Returns the 0-based index of this toolbar item.Returns the item with the given text.Returns the item with the specified text.ComboBox.getItems()Returns the names of the items in this combo box.ListBase.getItems()Returns the items in the list.StatusBar.getItems()Returns the items (parts) in the status bar.ToolBar.getItems()Returns the toolbar items in this toolbar.ToolBarItem.getName()Returns the name of this toolbar item.TreeViewNode.getNextSiblingPath()Returns the full path of the node's next sibling node as a semi-colon delimited String.UiObjectBase.getObjectName()The instance's name.<TValue> TValueUiObjectBase.getObjectProperty(String propname, Class<TValue> returnType) Returns the value of a test object property.intTreeViewNode.getOverlayImageIndex()Returns the index of the current overlay image.TreeViewNode.getParentPath()Returns the full path of the node's parent node as a semi-colon delimited string.TreeViewNode.getPath()Returns the full path of the node as a semi-colon delimited string.intScrollBar.getPosition()Returns the scroll bar position.<T> TPropertyGrid.getPropertyValue(String propertyPath, Class<T> type) Returns value of the specified property in this property grid control.
 This method is supported only for String, Boolean and Numeric types.intUltraWinGrid.getRowCount()Returns the number of rows in the current band.intXtraGrid.getRowCount()Returns the number of rows in the current view.ComponentOneGrid.getRows()Returns the rows.DataGrid.getRows()Returns the collection of rows.DataGridView.getRows()Returns the collection of rows.ComboBox.getSelectedItem()Returns the selected item in this combo box.ListBase.getSelectedItems()Returns the selected items in the list.ToolBar.getSelectedItems()Returns the selected items in this toolbar.TreeView.getSelectedNodes()Returns the selected nodes in the tree-view control.TabControl.getSelectedTab()Returns the selected tab.Editor.getSelectedText()Returns the selected text in this control.CheckBox.getState()Returns the check box status.intListViewItem.getState()Returns this list-view control item's state image index.intTreeViewNode.getState()Returns the state image index of the node.ListViewItem.getSubItemText()Returns the text value of this report-style (LVS_REPORT) list-view subitem.ListViewItem.getSubItemText(int columnIndex) Returns the text value of this report-style (LVS_REPORT) list-view subitem.ListViewItem.getSubItemText(String columnName) Returns the text value of this report-style (LVS_REPORT) list-view subitem.CustomGrid.getTableTestObject()Returns the Table test object this custom grid was accessed from.TabControl.getTabs()Returns the tabs in this tab control.ListItem.getText()Returns the text value of the list item, or "" if the list item does not contain any text.ListViewItem.getText()The text of this list item.TreeViewNode.getText()The text of this node.UiObjectBase.getText()Returns the text associated with this object.ToolBar.getTopMenuItems()For menu: returns the names of all top menu items; For toolbar: returns the names of all toolbar items.intSpinBox.getValue()Returns the spin box object value.TableCell.getValue()Returns the content of this cell.intListView.getVisibleColumnsCount()Returns the number of visible columns in the list-view object.TreeView.getVisibleNodes()Returns the visible nodes in the tree-view control.intTableCell.getWidth()Returns the width of this cell.UiObjectBase.getWindowClassRegExp()Returns the permanent part of the MFC window class.StatusBar.getWindowExtendedStyle()Returns the extended window style of this status bar.longStatusBar.getWindowExtendedStyleAsLong()Returns the extended window style of the object as long.intUiObjectBase.getWindowId()Returns this object's window identifier.Window.getWindowState()Returns the current window state.StatusBar.getWindowStyle()Returns the window style of this status bar.longStatusBar.getWindowStyleAsLong()Returns the window style of the object as long.intTableCell.getX()Returns the X-coordinate in pixels of this cell relative to the table.intTableCell.getY()Returns the Y-coordinate in pixels of this cell relative to the table.voidXtraGrid.groupRows(int column) Groups table rows according to the specified column.voidGroups table rows according to the specified column.booleanWindow.hasBorder()Indicates whether the object has a thin-line border.booleanWindow.hasCaption()Indicates whether the object has a title bar.booleanTreeViewNode.hasChildren()Indicates whether the node has children.booleanToolBarItem.hasEllipses()Indicates whether the toolbar item's text is truncated and an ellipsis (...) is displayed.
 This property is not supported for QMenuBar objects.booleanWindow.hasSizebox()Indicates whether the object has a sizing border.booleanWindow.hasSystemMenu()Indicates whether the object has a window menu on its title bar.voidDataGrid.hideParentRow()Hides the parent row when the child grid is displayed.booleanWindow.isActive()Indicates whether this object is the foreground object (currently active).booleanListItem.isAnchor()Indicates whether this list item is an anchor item (the item from which a multiple selection span starts).booleanCheckBox.isChecked()Indicates whether this check box is checked.booleanListItem.isChecked()Indicates whether the list item is checked.booleanRadioButton.isChecked()Indicates whether this radio button is checked.booleanToolBarItem.isChecked()Indicates whether a toggle push button is currently set.
 Only invoke on dual-state (toggle) push buttons.booleanUiObjectBase.isChildWindow()Indicates whether this object's window is a child window.booleanToolBarItem.isEnabled()Indicates whether this toolbar item can accept user input.booleanTreeViewNode.isExpanded()Indicates whether this node is currently expanded.booleanListItem.isFocused()Indicates whether this list item has the focus in a multiple selection list box.booleanListViewItem.isFocused()Indicates whether this list item has the focus in a multiple-selection list box.booleanToolBarItem.isHidden()Indicates whether this item is not visible and therefore cannot accept user input.
 An item can be visible and disabled for other reasons.booleanToolBarItem.isHighlighted()Indicates whether this toolbar item is surrounded by a dotted line.booleanToolBarItem.isHot()Indicates whether this toolbar item appears highlighted, as when the mouse hovers over it.
 This property is not supported for QMenuBar objects.booleanToolBarItem.isIndeterminate()Indicates that this control is neither checked nor unchecked.booleanToolBar.isItemExists(String itemPath) Indicates whether the specified toolbar button or menu button exists.booleanToolBarItem.isMarked()Indicates whether this toolbar item is marked.booleanWindow.isMaximizable()Indicates whether this window can be maximized.booleanWindow.isMdiChildWindow()Indicates whether this object is a multiple-document interface (MDI) child window.booleanWindow.isMinimizable()Indicates whether this object can be minimized.booleanUiObjectBase.isOwnedWindow()Indicates whether the object's window has an owner window.booleanWindow.isPopupWindow()Indicates whether the object is a pop-up window.booleanToolBarItem.isPressed()Indicates whether the toolbar item is currently being clicked.booleanStatusBar.isRightAligned()Indicates whether this status bar has generic "right-aligned" properties.booleanStatusBar.isRightToLeftLayout()Indicates whether this status bar's horizontal origin is on the right edge.booleanStatusBar.isRightToLeftReading()Indicates whether this status bar's text is displayed right-to-left.booleanListItem.isSelected()Indicates whether the list item is selected.booleanListViewItem.isSelected()Indicates whether this list item is selected.booleanTreeViewNode.isSelected()Indicates whether this node is selected.booleanCheckBox.isThreeState()Indicates whether this check box is able to display three check states.booleanWindow.isToolWindow()Indicates whether the object is a floating toolbar.booleanWindow.isTopmost()Indicates whether this object stays above all non-topmost windows even when the object is deactivated.booleanToolBarItem.isWrap()Indicates whether this toolbar item is followed by a line break.
 Only invoke if the item is enabled.voidComponentOneGrid.makeCellVisible(int row, String columnHeader) Scrolls the specified cell into view.voidDataGridView.makeCellVisible(int row, String columnHeader) Scrolls the specified cell into view.voidTable.makeCellVisible(int row, int column) Scrolls the specified cell into view.voidUltraWinGrid.makeCellVisible(int row, String columnHeader) Scrolls the specified cell into view.voidUltraWinGrid.makeCellVisible(String rowPath, String columnHeader) Scrolls the specified cell into view.voidXtraGrid.makeCellVisible(int row, String columnHeader) Scrolls the specified cell into view.voidWindow.maximize()Maximizes this window to fill the entire screen.voidWindow.minimize()Minimizes this window to an icon.voidWindow.move(int x, int y) Moves the window to the specified absolute location on the screen.voidMoves the window to the specified absolute location on the screen.voidScrollBar.nextLine()Moves the scroll bar downward a single lineor emulates pressing the right arrow key once.voidScrollBar.nextLine(int numberOfLines) Moves this scroll bar down the specified number of lines or emulates pressing the right arrow key the specified number of times.voidScrollBar.nextPage()Moves the scroll bar down or to the right a single page.voidScrollBar.nextPage(int numberOfPages) Moves this scroll bar down or to the right the specified number of pages.voidComponentOneGrid.openCellElement(int row, int column) Selects the specified cell and opens a cell's pop-up cell element.voidComponentOneGrid.openCellElement(int row, String columnHeader) Selects the specified cell and opens a cell's pop-up cell element.voidDataGrid.openCellRelation(int row, int column) Opens the child table referenced by the link in the specified cell.voidUltraWinGrid.openSummaryDialog(int bandLevel, String columnHeader) Opens the summary dialog box for the specified column.voidToolBarItem.press()Presses this toolbar item.voidScrollBar.previousLine()Moves the scroll bar up or to the left a single line.voidScrollBar.previousLine(int numberOfLines) Moves this scroll bar up the specified number of lines or emulates pressing the left arrow key the specified number of times.voidScrollBar.previousPage()Moves the scroll bar up or to the left a single page.voidScrollBar.previousPage(int numberOfPages) Moves the scroll bar up or to the left the specified number of pages.voidWindow.resize(int width, int height) Resizes this window to the specified dimensions.voidResizes this window.voidWindow.restore()Restores this window to its previous size.voidComboBox.select(int index) Selects an item from this combo box.voidSelects an item from this combo box.voidEditField.select(int fromCharPos, int toCharPos) Selects the specified text in the edit field.voidEditor.select(int fromLine, int fromCharPos, int toLine, int toCharPos) Selects text in this multi-line editor.voidListBase.select(int... itemIndices) Selects a list of items by items indices.voidSelects a list of items.voidSelects a list of items.voidTabControl.select(int index) Selects the specified tab item.voidTabControl.select(int index, MouseButton button) Selects the specified tab item.voidSelects the specified tab item.voidTabControl.select(String tab, MouseButton button) Selects the specified tab item.voidSelects the specified item in this menu.voidTreeView.select(int nodeIndex) Selects the node with the specified index in the tree-view control.voidTreeView.select(int nodeIndex, MouseButton button) Selects the node with the specified index in the tree-view control.voidTreeView.select(TreeViewNode node) Selects a node in the tree-view control.voidTreeView.select(TreeViewNode node, MouseButton button) Selects a node in the tree-view control.voidSelects the node at the specified path in the tree-view control.voidTreeView.select(String nodePath, MouseButton button) Selects the node at the specified path in the tree-view control.voidComponentOneGrid.selectCell(int row, String columnHeader) Selects (clicks) the specified cell in this grid.voidDataGridView.selectCell(int row, String columnHeader) Selects (clicks) the specified cell in this grid.voidTable.selectCell(int row, int column) Selects (clicks) the specified cell in this grid.voidUltraWinGrid.selectCell(int row, String columnHeader) Selects (clicks) the specified cell in this grid.voidUltraWinGrid.selectCell(String rowPath, String columnHeader) Clicks the specified row header in this grid.voidXtraGrid.selectCell(int row, String columnHeader) Selects (clicks) the specified cell in this grid.voidComponentOneGrid.selectColumn(int column) Selects (clicks) the specified column header in the grid.voidComponentOneGrid.selectColumn(String columnHeader) Selects (clicks) the specified column header in the grid.voidDataGrid.selectColumn(int column) Selects (clicks) the specified column header in this grid.voidDataGridView.selectColumn(int column) Selects (clicks) the specified column header in this grid.voidDataGridView.selectColumn(String columnHeader) Clicks the specified column header in this grid.voidUltraWinGrid.selectColumn(int bandLevel, String columnHeader) Clicks the specified row header in this grid.voidXtraGrid.selectColumn(int column) Clicks the specified column header in this grid.voidXtraGrid.selectColumn(String columnHeader) Clicks the specified column header in this grid.voidPropertyGrid.selectProperty(String propertyPath) Selects the specified property in the property grid control.voidListBase.selectRange(int itemIndexLast) Selects all list items between the currently selected item and the specified item.voidListBase.selectRange(int indexFrom, int indexTo) Selects all list items between (and including) the two specified items.voidListBase.selectRange(String itemNameLast) Selects all list items between the currently selected item and the specified item.voidListBase.selectRange(String itemFrom, String itemTo) Selects all list items between (and including) the two specified items.voidListBase.selectRange(T itemLast) Selects all list items between the currently selected item and the specified item.voidListBase.selectRange(T itemFrom, T itemTo) Selects all list items between (and including) the two specified items.voidTable.selectRow(int row) Selects (clicks) the specified row header in this grid.voidClicks the specified row header in this grid.voidTypes the data into the cell one character at a time.voidRadioButton.set()Selects this radio button.voidEditor.setCursorPosition(int line, int charPos) Places the cursor at the specified point in the multi-line editor.voidApplies the specified filter string to the specified column.voidApplies the specified filter string to the specified column.voidApplies the filter to the specified column.voidApplies the specified filter string to the specified column.voidApplies the specified filter string to the specified column.voidListViewItem.setItemState(int index) Sets the state of the check box icon of the specified item in this list.voidTreeViewNode.setNodeState(int index) Sets the state of the check box icon of the specified node in the tree-view control.voidScrollBar.setPosition(int position) Sets the scroll bar position.<T> voidPropertyGrid.setPropertyValue(String propertyPath, T newPropertyValue) Sets the value of the specified property in the property grid control.
 Applicable only to a simple value.voidSets the encoded value of this edit box.voidCheckBox.setState(CheckedState state) Sets the status of this check box.voidSets the text string in this edit field.voidSpinBox.setValue(int value) Sets the spin box object value.voidSets the cell to a new value.voidExpands the parent rows of the specified view and makes it the current view.
 A SetView statement without parameters must be used before the first operation on an XtraGrid table.voidToolBar.showDropdown(int index) Opens the dropdown menu associated with this toolbar button.voidToolBar.showDropdown(String itemPath) Opens the dropdown menu associated with this menu item or toolbar item.voidDataGrid.showParentRow()Displays the parent row when the child grid is displayed.voidComponentOneGrid.sort(int column) Sorts this table by the specified column (ascending).voidSorts this table by the specified column (ascending).voidSorts the table by the specified column, ascending.voidXtraGrid.sort(int column) Sorts this table by the specified column, ascending.voidSorts this table by the specified column, ascending.voidComponentOneGrid.sortDescending(int column) Sorts this table by the specified column (descending).voidComponentOneGrid.sortDescending(String columnHeader) Sorts this table by the specified column (descending).voidUltraWinGrid.sortDescending(int bandLevel, String columnHeader) Sorts the table by the specified column, descending.voidXtraGrid.sortDescending(int column) Sorts this table by the specified column, descending.voidXtraGrid.sortDescending(String columnHeader) Sorts this table by the specified column, descending.voidXtraGrid.ungroupRows(int column) Ungroups table rows according to the specified columnvoidXtraGrid.ungroupRows(String columnHeader) Ungroups table rows according to the specified columnvoidSpinBox.up()Sets this spin box object to the next higher value.
- 
Uses of GeneralLeanFtException in com.hp.lft.sdk.wpfMethods in com.hp.lft.sdk.wpf that throw GeneralLeanFtExceptionModifier and TypeMethodDescriptionvoidWindow.activate()Activates the window.voidWindow.activate(MouseButton button) Activates the window using the specified mouse button.voidTable.activateCell(int row, int column) Double-clicks the specified cell in this grid.voidTable.activateCell(int row, String columnHeader) Double-clicks the specified cell in this grid.booleanUiObjectBase.canFocus()Indicates whether this object can receive focus.booleanList.canSelectMultiple()Indicates whether this list allows more than one child element to be selected at the same time.voidWindow.close()Closes this window.voidTreeViewNode.collapse()Hides this node's sub-nodes in the expanded tree-view control.voidList.deselect(int... itemIndices) Deselects items from the list.voidDeselects items from the list.voidTreeViewNode.expand()Displays this node's hidden sub-nodes in the tree-view control.voidTreeViewNode.expandAll()Expands this node and all of the nodes below it in the tree-view control.voidList.extendSelect(int... itemIndices) Selects additional items from the multi-selection list.voidList.extendSelect(String... items) Selects additional items from the multi-selection list.voidTable.extendSelect(int row) Selects an additional item from the multi-selection grid.
 The entire row you specify is selected (in addition to any currently selected rows and cells).voidTable.extendSelect(int row, int column) Adds the specified cell to the collection of selected items in this multi-selection grid.voidTable.extendSelect(int row, String columnHeader) Adds the specified cell to the collection of selected items in this multi-selection grid.UiObjectBase.getAttachedText()Returns the static text that is attached to this object.Returns a cell specified by row index and column header.TableRow.getCells()Returns the cells in this row.TableCell.getColumnName()Returns the column header name of the cell.Calendar.getDate()Returns the date associated with this calendar.Calendar.getDateFormatType()Returns the date format type.Calendar.getDateRanges()Returns the selected date ranges of this Month Calendar control in multi-selection mode.TreeViewNode.getFirstChildPath()Returns the full path of this node's first child node as a semicolon delimited string.UiObjectBase.getFullNamePath()Returns the full hierarchy of this object with all parent objects.UiObjectBase.getFullType()Returns the full type name of this object.intTableCell.getHeight()Returns the height of the cell in pixels.Button.getHelpText()Returns help text associated with this button.Calendar.getHelpText()Returns the help text associated with this object.CheckBox.getHelpText()Returns the help text associated with this object.ComboBox.getHelpText()Returns the help text associated with this object.List.getHelpText()Returns the help text associated with this object.intToolBarItem.getIndex()Returns the 1-based index number of this toolbar item.Returns the item at the specified path in the menu.ComboBox.getItems()Returns the names of the items in the combo box.List.getItems()Returns the list of items in the list object.ToolBar.getItems()Returns the toolbar items in this toolbar.intProgressBar.getMaximum()Returns the maximum value of this progress bar.doubleScrollBar.getMaximum()Returns the maximum position of this scroll bar.doubleSlider.getMaximum()Returns the maximum position of the slider.intProgressBar.getMinimum()Returns the minimum value of this progress bar.doubleScrollBar.getMinimum()Returns the minimum position of this scroll bar.doubleSlider.getMinimum()Returns the minimum position of the slider.Button.getName()Returns the name of this object.ComboBox.getName()Returns the name of the object.EditField.getName()Returns the name of the object.Image.getName()Returns the name of this object.Link.getName()Returns the name of this object.List.getName()Returns the name of this object.RadioButton.getName()Returns the name of this object.Slider.getName()Returns the name of this object.Table.getName()Returns the name of this object.TabStrip.getName()Returns the name of this object.ToolBar.getName()Returns the name of this object.ToolBarItem.getName()Returns the name of this toolbar item.TreeView.getName()Returns the name of this object.UiObject.getName()Returns the name of this object.TreeViewNode.getNextSiblingPath()Returns the full path of this node's next sibling node as a semicolon delimited string.UiObjectBase.getObjectName()Returns the name of this instance.
 For example, formyFoo = new fooBar, the ObjectName is myFoo.<TValue> TValueUiObjectBase.getObjectProperty(String propname, Class<TValue> returnType) Returns the value of a test object property.TreeViewNode.getParentPath()Returns the full path of this node's parent node as a semicolon delimited string.Button.getParentText()Returns text associated with the parent object of this object.Calendar.getParentText()Returns the text associated with the parent object of this object.CheckBox.getParentText()Returns the text associated with the parent object of this object.ComboBox.getParentText()Returns the text associated with the parent object of this object.EditField.getParentText()Returns the text associated with the parent object of this object.Image.getParentText()Returns the text associated with the parent object of this object.Link.getParentText()Returns the text associated with the parent object of this object.List.getParentText()Returns the text associated with the parent object of this object.TreeView.getParentText()Returns the text associated with the parent object of this object.UiObject.getParentText()Returns the text associated with the parent object of this object.Window.getParentText()Returns the text associated with the parent object of this object.TreeViewNode.getPath()Returns the full path of this node as a semicolon delimited string.doubleSlider.getPosition()Returns the current position of the slider.Table.getRows()Returns table rows.ComboBox.getSelectedItem()Returns the item that is selected in the combo box.List.getSelectedItems()Returns the list of items that are selected in the list object.TreeView.getSelectedNodes()Returns the selected nodes in this tree-view object.TabStrip.getSelectedTab()Returns the selected tab.CheckBox.getState()Returns the check box status.ToggleButton.getState()Returns the toggle button status.intTreeViewNode.getState()Returns the state image index of this node.TabStrip.getTabs()Returns the tabs in this tab object.TreeViewNode.getText()Returns the text of this node, or an empty string ("") if the node does not contain any text.UiObjectBase.getText()Returns the text associated with this object.ToolBarItem.getType()Returns the control type of the toolbar item.intProgressBar.getValue()Returns the current value value of this progress bar.doubleScrollBar.getValue()Returns the current position of this scroll bar.TableCell.getValue()Returns the content of the cell.TreeView.getVisibleNodes()Returns the visible nodes in this tree-view object.intTableCell.getWidth()Returns the width of the cell in pixels.Window.getWindowState()Returns the window state: maximized, minimized or normal.intTableCell.getX()Returns the X-coordinate in pixels of the cell relative to the table.intTableCell.getY()Returns the Y-coordinate in pixels of the cell relative to the table.booleanTreeViewNode.hasChildren()Indicates whether this node has children.booleanToolBarItem.hasEllipses()Indicates whether this toolbar item's text is truncated and an ellipsis (...) is displayed.booleanCheckBox.isChecked()Indicates whether this check box is checked.booleanRadioButton.isChecked()Indicates whether the radio button is checked.booleanToggleButton.isChecked()Indicates whether the toggle button is checked.booleanToolBarItem.isChecked()Indicates whether this toggle button is set.booleanToolBarItem.isEnabled()Indicates whether this toolbar item can accept user input.booleanTreeViewNode.isExpanded()Indicates whether this node is expanded.booleanToolBarItem.isHot()Indicates whether this toolbar item appears highlighted, as when the mouse hovers over it.booleanToolBar.isItemOverflow(int itemIndex) Indicates whether the item resides in the overflow area of this toolbar.booleanToolBar.isItemOverflow(String itemPath) Indicates whether the item resides in the overflow area of this toolbar.booleanWindow.isModal()Indicates whether the window is modal.booleanEditField.isReadOnly()Indicates whether the text editing object is read-only to a user interacting with the object.booleanTreeViewNode.isSelected()Indicates whether this node is selected.booleanCheckBox.isThreeState()Indicates whether this CheckBox is able to display three check states.booleanToggleButton.isThreeState()Indicates whether the toggle button is able to display three check states.voidUiObjectBase.makeVisible()Scrolls this object into view in the parent window.voidWindow.maximize()Maximizes this window.voidWindow.minimize()Minimizes this window to an icon.voidWindow.move(int x, int y) Moves this window to the specified absolute location on the screen.voidMoves this window to the specified absolute location on the screen.voidWindow.resize(int width, int height) Resizes this window to the specified dimensions.voidResizes this window to the specified dimensions.voidWindow.restore()Restores this window to its previous size.voidComboBox.select(int index) Selects an item from the combo box.voidSelects an item from the combo box.voidEditField.select(int fromCharPos, int toCharPos) Selects the specified text in the edit field.voidEditField.select(int fromLine, int fromCharPos, int toLine, int toCharPos) Selects the specified content in the edit field.voidList.select(int... itemIndices) Selects multiple items by indices.voidSelects multiple items by string values.voidSelects the specified item in the menu.
 You can useMenu.getItem(String)to get the item to use as the item argument.voidSelects the item at the specified path in the menu.
 You can useMenu.buildMenuPath(Object...)to build the itemPath argument.voidTabStrip.select(int index) Selects the specified tab item.voidSelects the specified tab item.voidTreeView.select(int nodeIndex) Selects a node in this tree-view object by node index.voidTreeView.select(TreeViewNode node) Selects a node in this tree-view object.voidSelects a node in this tree-view object by node path.voidTable.selectCell(int row, int column) Clicks the specified cell in this grid.voidTable.selectCell(int row, String columnHeader) Clicks the specified cell in this grid.voidTable.selectColumn(int column) Selects (clicks) the specified column header in the grid.voidTable.selectColumn(String columnHeader) Clicks the specified column header in this grid.voidList.selectRange(int indexFrom, int indexTo) Selects list items between (and including) the two specified items.voidList.selectRange(String itemNameFrom, String itemNameTo) Selects list items between (and including) the two specified items.voidTable.selectRow(int row) clicks the specified row in this grid.voidCheckBox.set(CheckedState state) Sets the status of the check box.voidRadioButton.set()Selects the radio button.voidToggleButton.set(CheckedState state) Sets the status of the toggle button.voidSets the date of this calendar.voidCalendar.setDateRange(DateRange dateRange) Sets the date range of this calendar or the date of this date picker.voidCalendar.setDateRange(Date startDate, Date endDate) Sets the date range of this calendar or the date of this date picker.voidCalendar.setDateRanges(DateRange... dateRanges) Sets the date ranges of this calendar or the dates of this date picker.voidCalendar.setMonth(int month) Sets the month in this calendar.voidScrollBar.setPosition(double position) Sets the scroll bar position.voidSlider.setPosition(double position) Sets the slider position.voidSets the encoded value of this edit box.voidSets the text associated with this object.voidSets the cell to a new value.voidCalendar.setYear(int year) Sets the year in this calendar.voidUiObjectBase.showContextMenu()Displays this object's context menu.voidToolBar.showOverflow()Displays the overflow area of this toolbar.
Keyboard.keyDown(Keys)instead.