Skip navigation links
A B C D E F G H I J K L M N P R S T U V W X 

A

AbstractElementsFactory - Class in com.axway.ats.uiengine.elements
 
AbstractElementsFactory() - Constructor for class com.axway.ats.uiengine.elements.AbstractElementsFactory
 
AbstractEngine - Class in com.axway.ats.uiengine.internal.engine
 
AbstractEngine(UiDriver, AbstractElementsFactory) - Constructor for class com.axway.ats.uiengine.internal.engine.AbstractEngine
 
AbstractHtmlDriver - Class in com.axway.ats.uiengine
 
AbstractHtmlDriver() - Constructor for class com.axway.ats.uiengine.AbstractHtmlDriver
 
AbstractHtmlEngine - Class in com.axway.ats.uiengine.engine
Engine operating over HTML application
AbstractHtmlEngine(UiDriver, AbstractElementsFactory) - Constructor for class com.axway.ats.uiengine.engine.AbstractHtmlEngine
 
AbstractRealBrowserDriver - Class in com.axway.ats.uiengine
A driver operating over a real UI browser
AbstractRealBrowserDriver(AbstractRealBrowserDriver.BrowserType, String, String) - Constructor for class com.axway.ats.uiengine.AbstractRealBrowserDriver
 
AbstractRealBrowserDriver(AbstractRealBrowserDriver.BrowserType, String, String, String) - Constructor for class com.axway.ats.uiengine.AbstractRealBrowserDriver
 
AbstractRealBrowserDriver.BrowserType - Enum in com.axway.ats.uiengine
 
AbstractRMIDriver - Class in com.axway.ats.uiengine.internal.driver
An abstraction of drivers connecting remotely to ATS Eclipse plugins.
AbstractRMIDriver(String, int) - Constructor for class com.axway.ats.uiengine.internal.driver.AbstractRMIDriver
 
addExpectedPopup(IExpectedPopup) - Method in class com.axway.ats.uiengine.AbstractRealBrowserDriver
Note: For internal use only
addInternalProperty(String, String) - Method in class com.axway.ats.uiengine.elements.UiElementProperties
 
addProperty(String, String) - Method in class com.axway.ats.uiengine.elements.UiElementProperties
 
ALLOW_META_REFRESH_TAG - Static variable in class com.axway.ats.uiengine.HiddenBrowserDriver
 
appendValue(String) - Method in class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlTextArea
Append text to the current content of a Text Area
appendValue(String) - Method in class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlTextBox
Append text to the current content of a Text Box
appendValue(String) - Method in class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlTextArea
Append text to the current content of a Text Area
appendValue(String) - Method in class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlTextBox
Append text to the current content of a Text Box
appendValue(String) - Method in class com.axway.ats.uiengine.elements.swing.SwingTextArea
Works in same way as the 'set text' method
appendValue(String) - Method in class com.axway.ats.uiengine.elements.UiTextArea
Append text to the current content of a Text Area
appendValue(String) - Method in class com.axway.ats.uiengine.elements.UiTextBox
Append text to the current content of a Text Box
ATT_ELEMENT_FORMID - Static variable in class com.axway.ats.uiengine.elements.ElementsMap
 
ATT_ELEMENT_FORMNAME - Static variable in class com.axway.ats.uiengine.elements.ElementsMap
 
ATT_ELEMENT_FRAME - Static variable in class com.axway.ats.uiengine.elements.ElementsMap
 
ATT_ELEMENT_ID - Static variable in class com.axway.ats.uiengine.elements.ElementsMap
 
ATT_ELEMENT_ID_EQ - Static variable in class com.axway.ats.uiengine.elements.ElementsMap
 
ATT_ELEMENT_MAP_ID - Static variable in class com.axway.ats.uiengine.elements.ElementsMap
 
ATT_ELEMENT_NAME - Static variable in class com.axway.ats.uiengine.elements.ElementsMap
 
ATT_ELEMENT_TYPE - Static variable in class com.axway.ats.uiengine.elements.ElementsMap
 
ATT_ELEMENT_VALUE - Static variable in class com.axway.ats.uiengine.elements.ElementsMap
 

B

BadUiElementPropertyException - Exception in com.axway.ats.uiengine.exceptions
 
BadUiElementPropertyException(String) - Constructor for exception com.axway.ats.uiengine.exceptions.BadUiElementPropertyException
 
BrowserConstants - Class in com.axway.ats.uiengine.internal.realbrowser
 
BrowserConstants() - Constructor for class com.axway.ats.uiengine.internal.realbrowser.BrowserConstants
 
browserType - Variable in class com.axway.ats.uiengine.AbstractRealBrowserDriver
 
buildXpathLocator(String[], UiElementProperties, String[], String) - Static method in class com.axway.ats.uiengine.elements.html.HtmlElementLocatorBuilder
Returns the element's XPath

C

check() - Method in class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlCheckBox
Check the check box
check() - Method in class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlCheckBox
Check the check box
check() - Method in class com.axway.ats.uiengine.elements.mobile.MobileCheckBox
Check the check box
check() - Method in class com.axway.ats.uiengine.elements.swing.SwingCheckBox
Check the CheckBox
check() - Method in class com.axway.ats.uiengine.elements.UiCheckBox
Check the check box
checkTypeAndRules(String, String...) - Method in class com.axway.ats.uiengine.elements.UiElement
Check against passed rules and return first (largest in number of properties assumed) matching
checkTypeAndRules(String, String, String...) - Method in class com.axway.ats.uiengine.elements.UiElementProperties
Check types and rules for matching/finding an UI element
ChromeDriver - Class in com.axway.ats.uiengine
A driver operating over Chrome browser
ChromeDriver(String) - Constructor for class com.axway.ats.uiengine.ChromeDriver
To get ChromeDriver instance use UiDriver.getChromeDriver()
ChromeDriver(String, String) - Constructor for class com.axway.ats.uiengine.ChromeDriver
To get ChromeDriver instance use UiDriver.getChromeDriver()
clearAppCache(String) - Method in class com.axway.ats.uiengine.MobileDriver
Clear application cache
clearExpectedPopups() - Method in class com.axway.ats.uiengine.AbstractRealBrowserDriver
Note: For internal use only
clearSelection() - Method in class com.axway.ats.uiengine.elements.swing.SwingSingleSelectList
Clears the selection
clearSelections() - Method in class com.axway.ats.uiengine.elements.swing.SwingMultiSelectList
Clears the selection
click() - Method in class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlButton
 
click() - Method in class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlElement
Simulate mouse click action
click() - Method in class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlLink
Click the link
click() - Method in class com.axway.ats.uiengine.elements.html.HtmlElement
Simulate mouse click action
click() - Method in class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlButton
Click the button
click() - Method in class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlElement
Simulate mouse click action
click() - Method in class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlLink
Click the link
click() - Method in class com.axway.ats.uiengine.elements.mobile.MobileElement
Simulate tap/click action
click() - Method in class com.axway.ats.uiengine.elements.swing.SwingButton
Click button
click() - Method in class com.axway.ats.uiengine.elements.swing.SwingComponent
Simulates a user click over the GUI component.
click() - Method in class com.axway.ats.uiengine.elements.swing.SwingMenuItem
Click menu item
click() - Method in class com.axway.ats.uiengine.elements.swing.SwingPopupMenu
Click pop-up element
click() - Method in class com.axway.ats.uiengine.elements.swing.SwingToggleButton
Click the button
click(String...) - Method in class com.axway.ats.uiengine.elements.swing.SwingTree
 
click(int) - Method in class com.axway.ats.uiengine.elements.swing.SwingTree
 
click() - Method in class com.axway.ats.uiengine.elements.UiButton
Click the button
click() - Method in class com.axway.ats.uiengine.elements.UiLink
Click the link
clickAndDownloadFile() - Method in class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlButton
Click button and download file
clickAndDownloadFile() - Method in class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlElement
Click the element and download file
clickAndDownloadFile() - Method in class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlLink
Click link and download file
clickAndDownloadFile() - Method in class com.axway.ats.uiengine.elements.html.HtmlButton
Click button and download file
clickAndDownloadFile() - Method in class com.axway.ats.uiengine.elements.html.HtmlLink
Click link and download file
clickAndDownloadFile() - Method in class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlButton
Click button and download file
clickAndDownloadFile() - Method in class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlLink
Click link and download file
clickApprove() - Method in class com.axway.ats.uiengine.elements.swing.SwingFileBrowse
Click the Approve button (labeled "Open" or "Save", by default).
clickAt(int, int) - Method in class com.axway.ats.uiengine.engine.RobotEngine
Move the mouse at (X,Y) screen position and then click the mouse button 1
clickBrowserBackButton() - Method in class com.axway.ats.uiengine.engine.AbstractHtmlEngine
Move back a single "item" in the browser's history.
clickBrowserForwardButton() - Method in class com.axway.ats.uiengine.engine.AbstractHtmlEngine
Move a single "item" forward in the browser's history.
clickBrowserRefreshButton() - Method in class com.axway.ats.uiengine.engine.AbstractHtmlEngine
Refresh the current page.
clickButtonByText(String) - Method in class com.axway.ats.uiengine.elements.swing.SwingOptionPane
Click button by its text
clickCancel() - Method in class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlConfirm
 
clickCancel(String) - Method in class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlConfirm
 
clickCancel() - Method in class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlPrompt
 
clickCancel(String) - Method in class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlPrompt
 
clickCancel() - Method in class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlConfirm
 
clickCancel(String) - Method in class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlConfirm
 
clickCancel() - Method in class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlPrompt
 
clickCancel(String) - Method in class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlPrompt
 
clickCancel() - Method in class com.axway.ats.uiengine.elements.swing.SwingFileBrowse
Click the Cancel button
clickCancel() - Method in class com.axway.ats.uiengine.elements.UiConfirm
Clicks Cancel button
clickCancel(String) - Method in class com.axway.ats.uiengine.elements.UiConfirm
Clicks OK button if the expected confirm text matches with the actual
clickCancel() - Method in class com.axway.ats.uiengine.elements.UiPrompt
Clicks Cancel button
clickCancel(String) - Method in class com.axway.ats.uiengine.elements.UiPrompt
Clicks Cancel button if the actual prompt text is equal to expected
clickCell(int, int) - Method in class com.axway.ats.uiengine.elements.swing.SwingTable
Click table cell
clickHeader(int) - Method in class com.axway.ats.uiengine.elements.swing.SwingTable
Click table header by column index
clickHeader(String) - Method in class com.axway.ats.uiengine.elements.swing.SwingTable
Click table header by column name
clickIfExists(int) - Method in class com.axway.ats.uiengine.elements.mobile.MobileElement
Click/tap the element if exists.
clickMenuItemByName(String) - Method in class com.axway.ats.uiengine.elements.swing.SwingPopupMenu
Click MenuItem pop-up element by its 'name' attribute value
clickMenuItemByText(String...) - Method in class com.axway.ats.uiengine.elements.swing.SwingPopupMenu
Click MenuItem pop-up element by text (actually it's the 'label' attribute value)
clickNext() - Method in class com.axway.ats.uiengine.elements.swing.SwingSpinner
Click next/increment spinner button
clickNext(int) - Method in class com.axway.ats.uiengine.elements.swing.SwingSpinner
Click next/increment spinner button
clickOk() - Method in class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlAlert
 
clickOk(String) - Method in class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlAlert
 
clickOk() - Method in class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlConfirm
 
clickOk(String) - Method in class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlConfirm
 
clickOk(String) - Method in class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlPrompt
 
clickOk(String, String) - Method in class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlPrompt
 
clickOk(String) - Method in class com.axway.ats.uiengine.elements.html.HtmlAlert
 
clickOk() - Method in class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlAlert
 
clickOk(String) - Method in class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlAlert
 
clickOk() - Method in class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlConfirm
 
clickOk(String) - Method in class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlConfirm
 
clickOk(String) - Method in class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlPrompt
 
clickOk(String, String) - Method in class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlPrompt
 
clickOk() - Method in class com.axway.ats.uiengine.elements.UiAlert
 
clickOk() - Method in class com.axway.ats.uiengine.elements.UiConfirm
Clicks OK button
clickOk(String) - Method in class com.axway.ats.uiengine.elements.UiConfirm
Clicks OK button if the expected confirm text matches with the actual
clickOk(String) - Method in class com.axway.ats.uiengine.elements.UiPrompt
Clicks OK button
clickOk(String, String) - Method in class com.axway.ats.uiengine.elements.UiPrompt
Clicks OK button if the actual prompt text is equal to expected
clickOk - Variable in class com.axway.ats.uiengine.internal.realbrowser.ExpectedAlert
 
clickOk - Variable in class com.axway.ats.uiengine.internal.realbrowser.ExpectedConfirm
 
clickOk - Variable in class com.axway.ats.uiengine.internal.realbrowser.ExpectedPrompt
 
clickPrevious() - Method in class com.axway.ats.uiengine.elements.swing.SwingSpinner
Click previous/decrement spinner button
clickPrevious(int) - Method in class com.axway.ats.uiengine.elements.swing.SwingSpinner
Click previous/decrement spinner button
closeActiveWindow() - Method in class com.axway.ats.uiengine.engine.AbstractHtmlEngine
Close the active window/tab
com.axway.ats.uiengine - package com.axway.ats.uiengine
UI Engine is a component targeted for testing of various UI applications.
com.axway.ats.uiengine.aspect - package com.axway.ats.uiengine.aspect
 
com.axway.ats.uiengine.configuration - package com.axway.ats.uiengine.configuration
Code for configuring the UI Engine
com.axway.ats.uiengine.elements - package com.axway.ats.uiengine.elements
 
com.axway.ats.uiengine.elements.html - package com.axway.ats.uiengine.elements.html
 
com.axway.ats.uiengine.elements.html.hiddenbrowser - package com.axway.ats.uiengine.elements.html.hiddenbrowser
UI elements of HTML/javascript application when tested using a hidden(headless) browser.
com.axway.ats.uiengine.elements.html.realbrowser - package com.axway.ats.uiengine.elements.html.realbrowser
UI elements of HTML/javascript application when tested using a real browser.
com.axway.ats.uiengine.elements.mobile - package com.axway.ats.uiengine.elements.mobile
UI elements of Mobile application.
com.axway.ats.uiengine.elements.robot - package com.axway.ats.uiengine.elements.robot
 
com.axway.ats.uiengine.elements.swing - package com.axway.ats.uiengine.elements.swing
UI elements of Swing application.
com.axway.ats.uiengine.engine - package com.axway.ats.uiengine.engine
 
com.axway.ats.uiengine.exceptions - package com.axway.ats.uiengine.exceptions
 
com.axway.ats.uiengine.internal.driver - package com.axway.ats.uiengine.internal.driver
 
com.axway.ats.uiengine.internal.engine - package com.axway.ats.uiengine.internal.engine
 
com.axway.ats.uiengine.internal.realbrowser - package com.axway.ats.uiengine.internal.realbrowser
 
com.axway.ats.uiengine.internal.rmi - package com.axway.ats.uiengine.internal.rmi
 
com.axway.ats.uiengine.utilities - package com.axway.ats.uiengine.utilities
 
com.axway.ats.uiengine.utilities.hiddenbrowser - package com.axway.ats.uiengine.utilities.hiddenbrowser
Utility classes for a hidden(headless) browser when testing HTML/javascript application.
com.axway.ats.uiengine.utilities.mobile - package com.axway.ats.uiengine.utilities.mobile
Utility classes for a mobile browser.
com.axway.ats.uiengine.utilities.realbrowser.html - package com.axway.ats.uiengine.utilities.realbrowser.html
Utility classes for a real browser when testing HTML/javascript application.
com.axway.ats.uiengine.utilities.swing - package com.axway.ats.uiengine.utilities.swing
Utility classes for a Swing browser.
componentsMap - Static variable in class com.axway.ats.uiengine.elements.swing.SwingElementLocator
 
containsExpectedPopup(IExpectedPopup) - Method in class com.axway.ats.uiengine.AbstractRealBrowserDriver
Note: For internal use only
containsInternalProperty(String) - Method in class com.axway.ats.uiengine.elements.UiElementProperties
 
Cookie - Class in com.axway.ats.uiengine.elements.html
 
Cookie(String, String, String, String, Date, boolean) - Constructor for class com.axway.ats.uiengine.elements.html.Cookie
 
cookiesFile - Static variable in class com.axway.ats.uiengine.PhantomJsDriver
 
copyFileFrom(String, String) - Method in class com.axway.ats.uiengine.engine.MobileEngine.Device
Copies file from device to local machine
copyFileFrom(String, String) - Method in class com.axway.ats.uiengine.utilities.mobile.MobileDeviceUtils
 
copyFileTo(String, String) - Method in class com.axway.ats.uiengine.engine.MobileEngine.Device
Copies file to device
copyFileTo(String, String) - Method in class com.axway.ats.uiengine.utilities.mobile.MobileDeviceUtils
 
countElements(String) - Method in class com.axway.ats.uiengine.engine.AbstractHtmlEngine
Returns the number of HTML elements that match the specified xpath
eg.
countElementsByCssSelector(String) - Method in class com.axway.ats.uiengine.engine.AbstractHtmlEngine
Returns the number of HTML elements that match the specified css selector
eg.
createDirectory(String) - Method in class com.axway.ats.uiengine.engine.MobileEngine.Device
Creates directory on mobile device
createDirectory(String) - Method in class com.axway.ats.uiengine.utilities.mobile.MobileDeviceUtils
 
createScreenshot(String, UiDriver) - Static method in class com.axway.ats.uiengine.utilities.UiEngineUtilities
Create a screenshot image (supported image format/type is PNG).
If the screenshot image file already exists it will be automatically replaced by the new one.

Currently the supported UI drivers are AbstractRealBrowserDriver and MobileDriver: AbstractRealBrowserDriver - the method makes a best effort to create a screenshot, depending on the browser to return the following in order of preference: Entire page Current window Visible portion of the current frame The screenshot of the entire display containing the browser MobileDriver - creates a screenshot of the mobile device screen.
NOTE: There is a known issue on Android Virtual Device with "Use Host GPU" enabled option.
currentContainer - Variable in class com.axway.ats.uiengine.SwingDriver
Current container context used for searching of other components
CUSTOM_HEADERS_PROPERTY - Static variable in class com.axway.ats.uiengine.PhantomJsDriver
Usage: System.setProperty( PhantomJSDriver.CUSTOM_HEADERS_PROPERTY, "header name: value" ); or multiple: System.setProperty( PhantomJSDriver.CUSTOM_HEADERS_PROPERTY, "{header X: value X}, {header Y: value Y}" ); for example: System.setProperty( PhantomJSDriver.CUSTOM_HEADERS_PROPERTY, "Accept-Language: en-US,en;q=0.5" );

D

defaultContext - Static variable in class com.axway.ats.uiengine.elements.mobile.MobileElementFinder
 
deleteAllCookies() - Method in class com.axway.ats.uiengine.engine.AbstractHtmlEngine
Delete all the cookies for the current domain
deleteCookieNamed(String) - Method in class com.axway.ats.uiengine.engine.AbstractHtmlEngine
Delete the named cookie from the current domain.
This is equivalent to setting the named cookie's expiration date to some time in the past.
deleteDirectory(String, boolean) - Method in class com.axway.ats.uiengine.engine.MobileEngine.Device
Deletes a directory from the mobile device
deleteDirectory(String, boolean) - Method in class com.axway.ats.uiengine.utilities.mobile.MobileDeviceUtils
 
deleteFile(String) - Method in class com.axway.ats.uiengine.engine.MobileEngine.Device
Deletes a file from the mobile device
deleteFile(String) - Method in class com.axway.ats.uiengine.utilities.mobile.MobileDeviceUtils
 
Device() - Constructor for class com.axway.ats.uiengine.engine.MobileEngine.Device
 
DEVICE_ANDROID - Static variable in class com.axway.ats.uiengine.MobileDriver
 
DEVICE_ANDROID_EMULATOR - Static variable in class com.axway.ats.uiengine.MobileDriver
 
DEVICE_IPAD_SIMULATOR - Static variable in class com.axway.ats.uiengine.MobileDriver
 
DEVICE_IPHONE_SIMULATOR - Static variable in class com.axway.ats.uiengine.MobileDriver
 
doubleClick() - Method in class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlElement
Simulate mouse double click action
doubleClick() - Method in class com.axway.ats.uiengine.elements.html.HtmlElement
Simulate mouse double click action
doubleClick() - Method in class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlElement
Simulate mouse double click action
doubleClick() - Method in class com.axway.ats.uiengine.elements.swing.SwingComponent
Simulates a user double click over the GUI component.
doubleClickCell(int, int) - Method in class com.axway.ats.uiengine.elements.swing.SwingTable
Double click table cell
downloadFile(String) - Method in class com.axway.ats.uiengine.elements.html.HtmlFileDownloader
Perform the file/image download.
downloadFileFromLink(String, HtmlElement) - Method in class com.axway.ats.uiengine.elements.html.HtmlFileDownloader
Download the file specified in the href attribute of a HtmlElement
drag() - Method in class com.axway.ats.uiengine.elements.swing.SwingComponent
Simulates a user dragging of this component
drag(int, int) - Method in class com.axway.ats.uiengine.elements.swing.SwingTable
Simulates a user dragging a cell from this table
dragAndDropTo(HtmlElement) - Method in class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlElement
Drag and drop an element on top of other element
dragAndDropTo(HtmlElement) - Method in class com.axway.ats.uiengine.elements.html.HtmlElement
Drag and drop an element on top of other element
dragAndDropTo(HtmlElement) - Method in class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlElement
Drag and drop an element on top of other element
drop() - Method in class com.axway.ats.uiengine.elements.swing.SwingComponent
Simulates a user dropping to this component
drop(int, int) - Method in class com.axway.ats.uiengine.elements.swing.SwingTable
Simulates a user dropping an item into a specific table cell

E

EdgeDriver - Class in com.axway.ats.uiengine
A driver operating over Edge browser
EdgeDriver(String) - Constructor for class com.axway.ats.uiengine.EdgeDriver
To get EdgeDriver instance use UiDriver.getEdgeDriver()
EdgeDriver(String, String) - Constructor for class com.axway.ats.uiengine.EdgeDriver
To get EdgeDriver instance use UiDriver.getEdgeDriver()
ElementNotFoundException - Exception in com.axway.ats.uiengine.exceptions
 
ElementNotFoundException() - Constructor for exception com.axway.ats.uiengine.exceptions.ElementNotFoundException
 
ElementNotFoundException(String, Throwable) - Constructor for exception com.axway.ats.uiengine.exceptions.ElementNotFoundException
 
ElementNotFoundException(String) - Constructor for exception com.axway.ats.uiengine.exceptions.ElementNotFoundException
 
ElementNotFoundException(Throwable) - Constructor for exception com.axway.ats.uiengine.exceptions.ElementNotFoundException
 
elementsFactory - Variable in class com.axway.ats.uiengine.internal.engine.AbstractEngine
 
elementsMap - Variable in class com.axway.ats.uiengine.elements.AbstractElementsFactory
 
ElementsMap - Class in com.axway.ats.uiengine.elements
 
ElementsMapException - Exception in com.axway.ats.uiengine.exceptions
 
ElementsMapException(String) - Constructor for exception com.axway.ats.uiengine.exceptions.ElementsMapException
 
ElementsMapException(String, Throwable) - Constructor for exception com.axway.ats.uiengine.exceptions.ElementsMapException
 
enterText(String) - Method in class com.axway.ats.uiengine.elements.swing.SwingSpinner
Enter text in the spinner text field without committing the value.
equals(Object) - Method in class com.axway.ats.uiengine.elements.html.Cookie
Two cookies are equal if the name and value match
ErrorMatchingElementRules - Exception in com.axway.ats.uiengine.exceptions
 
ErrorMatchingElementRules() - Constructor for exception com.axway.ats.uiengine.exceptions.ErrorMatchingElementRules
 
ErrorMatchingElementRules(String, Throwable) - Constructor for exception com.axway.ats.uiengine.exceptions.ErrorMatchingElementRules
 
ErrorMatchingElementRules(String) - Constructor for exception com.axway.ats.uiengine.exceptions.ErrorMatchingElementRules
 
ErrorMatchingElementRules(Throwable) - Constructor for exception com.axway.ats.uiengine.exceptions.ErrorMatchingElementRules
 
executeAdbCommand(String[], boolean) - Method in class com.axway.ats.uiengine.utilities.mobile.MobileDeviceUtils
 
executeJavaScript(String) - Method in class com.axway.ats.uiengine.engine.AbstractHtmlEngine
Gets the result of evaluating the specified JavaScript command.
executeScript(String, Object...) - Method in class com.axway.ats.uiengine.engine.MobileEngine
 
executeScriptAndReturn(String, Object...) - Method in class com.axway.ats.uiengine.engine.MobileEngine
 
expand(String...) - Method in class com.axway.ats.uiengine.elements.swing.SwingTree
 
expand(int) - Method in class com.axway.ats.uiengine.elements.swing.SwingTree
 
expectAlert() - Method in class com.axway.ats.uiengine.engine.HiddenHtmlEngine
 
expectAlert() - Method in class com.axway.ats.uiengine.engine.RealHtmlEngine
 
expectAlert() - Method in interface com.axway.ats.uiengine.internal.engine.IHtmlEngine
 
expectConfirm() - Method in class com.axway.ats.uiengine.engine.HiddenHtmlEngine
 
expectConfirm() - Method in class com.axway.ats.uiengine.engine.RealHtmlEngine
 
expectConfirm() - Method in interface com.axway.ats.uiengine.internal.engine.IHtmlEngine
 
ExpectedAlert - Class in com.axway.ats.uiengine.internal.realbrowser
 
ExpectedAlert(String) - Constructor for class com.axway.ats.uiengine.internal.realbrowser.ExpectedAlert
 
ExpectedConfirm - Class in com.axway.ats.uiengine.internal.realbrowser
 
ExpectedConfirm(String, boolean) - Constructor for class com.axway.ats.uiengine.internal.realbrowser.ExpectedConfirm
 
ExpectedPrompt - Class in com.axway.ats.uiengine.internal.realbrowser
 
ExpectedPrompt(String, boolean) - Constructor for class com.axway.ats.uiengine.internal.realbrowser.ExpectedPrompt
 
ExpectedPrompt(String, String, boolean) - Constructor for class com.axway.ats.uiengine.internal.realbrowser.ExpectedPrompt
 
expectedText - Variable in class com.axway.ats.uiengine.internal.realbrowser.ExpectedAlert
 
expectedText - Variable in class com.axway.ats.uiengine.internal.realbrowser.ExpectedConfirm
 
expectedText - Variable in class com.axway.ats.uiengine.internal.realbrowser.ExpectedPrompt
 
expectPrompt() - Method in class com.axway.ats.uiengine.engine.HiddenHtmlEngine
 
expectPrompt() - Method in class com.axway.ats.uiengine.engine.RealHtmlEngine
 
expectPrompt() - Method in interface com.axway.ats.uiengine.internal.engine.IHtmlEngine
 

F

FileInfo - Class in com.axway.ats.uiengine.utilities.mobile
 
FileInfo(String, String, boolean) - Constructor for class com.axway.ats.uiengine.utilities.mobile.FileInfo
 
find(Robot, Container, GenericTypeMatcher<T>) - Static method in class com.axway.ats.uiengine.elements.swing.SwingElementFinder
 
find(ComponentHierarchy, Container, GenericTypeMatcher<Component>) - Static method in class com.axway.ats.uiengine.elements.swing.SwingElementFinder
 
findElement(UiElement) - Static method in class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlElementLocator
 
findElement(UiElement, String, boolean) - Static method in class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlElementLocator
 
findElement(UiElement) - Static method in class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlElementLocator
 
findElement(UiElement, String, boolean) - Static method in class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlElementLocator
 
findElement(AppiumDriver<?>, UiElement) - Static method in class com.axway.ats.uiengine.elements.mobile.MobileElementFinder
 
findElements(UiElement) - Static method in class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlElementLocator
 
findElements(UiElement, String, boolean) - Static method in class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlElementLocator
 
findFixture(UiElement) - Static method in class com.axway.ats.uiengine.elements.swing.SwingElementLocator
 
fireEvent(UiElement, String) - Method in class com.axway.ats.uiengine.engine.AbstractHtmlEngine
Explicitly simulate an event, to trigger the corresponding "onevent" handler.
FIREFOX2 - Static variable in class com.axway.ats.uiengine.internal.realbrowser.BrowserConstants
 
FIREFOX3 - Static variable in class com.axway.ats.uiengine.internal.realbrowser.BrowserConstants
 
FirefoxDriver - Class in com.axway.ats.uiengine
A driver operating over Firefox browser
FirefoxDriver(String) - Constructor for class com.axway.ats.uiengine.FirefoxDriver
To get FirefoxDriver instance use UiDriver.getFirefoxDriver()
FirefoxDriver(String, String) - Constructor for class com.axway.ats.uiengine.FirefoxDriver
To get FirefoxDriver instance use UiDriver.getFirefoxDriver()
FirefoxDriver(String, String, String) - Constructor for class com.axway.ats.uiengine.FirefoxDriver
To get FirefoxDriver instance use UiDriver.getFirefoxDriver()
focus() - Method in class com.axway.ats.uiengine.elements.swing.SwingComponent
Focusing the GUI component.
focus() - Method in class com.axway.ats.uiengine.utilities.hiddenbrowser.HiddenHtmlElementState
 
focus() - Method in interface com.axway.ats.uiengine.utilities.IHtmlElementState
Moves the focus to the specified element.
focus() - Method in class com.axway.ats.uiengine.utilities.mobile.MobileElementState
Moves the focus to the specified element.
focus() - Method in class com.axway.ats.uiengine.utilities.realbrowser.html.RealHtmlElementState
Moves the focus to the specified element.

G

generateScriptForGettingTableContent(String) - Method in class com.axway.ats.uiengine.elements.html.HtmlTable
 
getActiveContainerFixture() - Method in class com.axway.ats.uiengine.internal.driver.SwingDriverInternal
Internal method. Might be changed at any time.
getAdbLocation() - Method in class com.axway.ats.uiengine.MobileDriver
 
getAllPossibleValues() - Method in class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlSingleSelectList
 
getAllPossibleValues() - Method in class com.axway.ats.uiengine.elements.html.HtmlSingleSelectList
 
getAllPossibleValues() - Method in class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlSingleSelectList
 
getAllValues() - Method in class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlTable
Get the values of all table cells.
Note: If a table cell contains a checkbox - we will return 'checked' or 'notchecked' value.
getAllValues() - Method in class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlTable
Get the values of all table cells.
Note: If a table cell contains a checkbox - we will return 'checked' or 'notchecked' value.
getAndroidHome() - Method in class com.axway.ats.uiengine.MobileDriver
 
getApplicationName() - Method in class com.axway.ats.uiengine.engine.MobileEngine
Get current application as String
getAttributeValue(String) - Method in class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlElement
Get element attribute value
getAttributeValue(String) - Method in class com.axway.ats.uiengine.elements.html.HtmlElement
Get element attribute value
getAttributeValue(String) - Method in class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlElement
Get element attribute value
getAttributeValue(String) - Method in class com.axway.ats.uiengine.elements.mobile.MobileElement
Get element attribute value
getAvailableContexts() - Method in class com.axway.ats.uiengine.engine.MobileEngine
 
getAvailableValues() - Method in class com.axway.ats.uiengine.elements.swing.SwingComboBox
Get ComboBox available values
getAvailableValues() - Method in class com.axway.ats.uiengine.elements.swing.SwingMultiSelectList
Get MultiSelectList available values
getAvailableValues() - Method in class com.axway.ats.uiengine.elements.swing.SwingSingleSelectList
Get SingleSelectList available values
getBrowserActionTimeout() - Method in class com.axway.ats.uiengine.configuration.UiEngineConfigurator
 
getBrowserDownloadDir() - Method in class com.axway.ats.uiengine.configuration.UiEngineConfigurator
 
getBrowserDownloadMimeTypes() - Method in class com.axway.ats.uiengine.configuration.UiEngineConfigurator
 
getButton(String) - Method in class com.axway.ats.uiengine.engine.HiddenHtmlEngine
 
getButton(UiElementProperties) - Method in class com.axway.ats.uiengine.engine.HiddenHtmlEngine
 
getButton(String) - Method in class com.axway.ats.uiengine.engine.MobileEngine
Get access to button element (native/or HTML one)
getButton(UiElementProperties) - Method in class com.axway.ats.uiengine.engine.MobileEngine
Get access to button element (native/or HTML one)
getButton(String) - Method in class com.axway.ats.uiengine.engine.RealHtmlEngine
 
getButton(UiElementProperties) - Method in class com.axway.ats.uiengine.engine.RealHtmlEngine
 
getButton(String) - Method in class com.axway.ats.uiengine.engine.SwingEngine
 
getButton(UiElementProperties) - Method in class com.axway.ats.uiengine.engine.SwingEngine
 
getButton(String) - Method in interface com.axway.ats.uiengine.internal.engine.IHtmlEngine
 
getButton(UiElementProperties) - Method in interface com.axway.ats.uiengine.internal.engine.IHtmlEngine
 
getCellBackgroundColor(int, int) - Method in class com.axway.ats.uiengine.elements.swing.SwingTable
Returns the table cell background Color
getCellBackgroundColors() - Method in class com.axway.ats.uiengine.elements.swing.SwingTable
Gets table cell backgrounds (as Color) of all table cells.
getCellForegroundColor(int, int) - Method in class com.axway.ats.uiengine.elements.swing.SwingTable
Returns the table cell foreground Color
getCellIndexesByValue(String, boolean) - Method in class com.axway.ats.uiengine.elements.swing.SwingTable
Get table cell coordinates by cell value
getCheckBox(String) - Method in class com.axway.ats.uiengine.engine.HiddenHtmlEngine
 
getCheckBox(UiElementProperties) - Method in class com.axway.ats.uiengine.engine.HiddenHtmlEngine
 
getCheckBox(String) - Method in class com.axway.ats.uiengine.engine.MobileEngine
Get access to check box element (native/or HTML one)
getCheckBox(UiElementProperties) - Method in class com.axway.ats.uiengine.engine.MobileEngine
Get access to check box element (native/or HTML one)
getCheckBox(String) - Method in class com.axway.ats.uiengine.engine.RealHtmlEngine
 
getCheckBox(UiElementProperties) - Method in class com.axway.ats.uiengine.engine.RealHtmlEngine
 
getCheckBox(String) - Method in class com.axway.ats.uiengine.engine.SwingEngine
 
getCheckBox(UiElementProperties) - Method in class com.axway.ats.uiengine.engine.SwingEngine
 
getCheckBox(String) - Method in interface com.axway.ats.uiengine.internal.engine.IHtmlEngine
 
getCheckBox(UiElementProperties) - Method in interface com.axway.ats.uiengine.internal.engine.IHtmlEngine
 
getChromeDriver(String) - Static method in class com.axway.ats.uiengine.UiDriver
 
getChromeDriver(String, String) - Static method in class com.axway.ats.uiengine.UiDriver
 
getChromeDriverOptions() - Method in class com.axway.ats.uiengine.configuration.UiEngineConfigurator
 
getColumnCount() - Method in class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlTable
 
getColumnCount() - Method in class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlTable
 
getColumnCount() - Method in class com.axway.ats.uiengine.elements.swing.SwingTable
Get table column count
getColumnCount() - Method in class com.axway.ats.uiengine.elements.UiTable
 
getComboBox(String) - Method in class com.axway.ats.uiengine.engine.SwingEngine
 
getComboBox(UiElementProperties) - Method in class com.axway.ats.uiengine.engine.SwingEngine
 
getCommandDelay() - Method in class com.axway.ats.uiengine.configuration.UiEngineConfigurator
 
getComponent(String) - Method in class com.axway.ats.uiengine.engine.SwingEngine
 
getComponent(UiElementProperties) - Method in class com.axway.ats.uiengine.engine.SwingEngine
 
getComponentHierarchy(SwingDriverInternal) - Static method in class com.axway.ats.uiengine.elements.swing.SwingElementLocator
 
getComponentHierarchy() - Method in class com.axway.ats.uiengine.engine.SwingEngine
 
getContainerFixture(SwingDriverInternal, UiElementProperties) - Static method in class com.axway.ats.uiengine.elements.swing.SwingElementLocator
Change container by specified name or title.
getContext() - Method in class com.axway.ats.uiengine.engine.MobileEngine
 
getCookies() - Method in class com.axway.ats.uiengine.engine.AbstractHtmlEngine
Get all the cookies for the current domain.
getCssPropertyValue(String) - Method in class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlElement
Get CSS property value
getCssPropertyValue(String) - Method in class com.axway.ats.uiengine.elements.html.HtmlElement
Get CSS property value
getCssPropertyValue(String) - Method in class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlElement
Get CSS property value
getCurrentUrl() - Method in class com.axway.ats.uiengine.engine.AbstractHtmlEngine
 
getCustomDriver(String, Class<?>[], Object[]) - Static method in class com.axway.ats.uiengine.UiDriver
This method allows you to load your own driver implementation which you can use as any other UI Engine driver
getDevice() - Method in class com.axway.ats.uiengine.engine.MobileEngine
 
getDomain() - Method in class com.axway.ats.uiengine.elements.html.Cookie
 
getDownloadDir() - Method in class com.axway.ats.uiengine.elements.html.HtmlFileDownloader
 
getEdgeDriver(String, String) - Static method in class com.axway.ats.uiengine.UiDriver
 
getEdgeDriver(String) - Static method in class com.axway.ats.uiengine.UiDriver
 
getElement(String) - Method in class com.axway.ats.uiengine.engine.HiddenHtmlEngine
 
getElement(UiElementProperties) - Method in class com.axway.ats.uiengine.engine.HiddenHtmlEngine
 
getElement(String) - Method in class com.axway.ats.uiengine.engine.MobileEngine
Get access to generic UI element (could be used for div/span or other UI type element)
getElement(UiElementProperties) - Method in class com.axway.ats.uiengine.engine.MobileEngine
Get access to generic UI element (could be used for div/span or other UI type element)
getElement(String) - Method in class com.axway.ats.uiengine.engine.RealHtmlEngine
getElement(UiElementProperties) - Method in class com.axway.ats.uiengine.engine.RealHtmlEngine
getElement(String) - Method in interface com.axway.ats.uiengine.internal.engine.IHtmlEngine
 
getElement(UiElementProperties) - Method in interface com.axway.ats.uiengine.internal.engine.IHtmlEngine
 
getElementContext(UiElement) - Static method in class com.axway.ats.uiengine.elements.mobile.MobileElementFinder
 
getElementProperties(String) - Method in class com.axway.ats.uiengine.elements.ElementsMap
 
getElementProperties() - Method in class com.axway.ats.uiengine.elements.UiElement
 
getElementProperty(String) - Method in class com.axway.ats.uiengine.elements.UiElement
 
getElementsMap() - Method in class com.axway.ats.uiengine.elements.AbstractElementsFactory
 
getElementStateChangeDelay() - Method in class com.axway.ats.uiengine.configuration.UiEngineConfigurator
 
getEnum(String) - Static method in enum com.axway.ats.uiengine.internal.driver.InternalObjectsEnum
 
getExpiry() - Method in class com.axway.ats.uiengine.elements.html.Cookie
 
getFieldValue(int, int) - Method in class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlTable
Get the value of the specified table field
getFieldValue(int, int) - Method in class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlTable
Get the value of the specified table field
getFieldValue(int, int) - Method in class com.axway.ats.uiengine.elements.swing.SwingTable
Get table field value
getFieldValue(int, int) - Method in class com.axway.ats.uiengine.elements.UiTable
Get the value of the specified table field
getFileBrowse(String) - Method in class com.axway.ats.uiengine.engine.HiddenHtmlEngine
 
getFileBrowse(UiElementProperties) - Method in class com.axway.ats.uiengine.engine.HiddenHtmlEngine
 
getFileBrowse(String) - Method in class com.axway.ats.uiengine.engine.RealHtmlEngine
 
getFileBrowse(UiElementProperties) - Method in class com.axway.ats.uiengine.engine.RealHtmlEngine
 
getFileBrowse() - Method in class com.axway.ats.uiengine.engine.SwingEngine
 
getFileBrowse(String) - Method in interface com.axway.ats.uiengine.internal.engine.IHtmlEngine
 
getFileBrowse(UiElementProperties) - Method in interface com.axway.ats.uiengine.internal.engine.IHtmlEngine
 
getFirefoxDriver(String) - Static method in class com.axway.ats.uiengine.UiDriver
 
getFirefoxDriver(String, String) - Static method in class com.axway.ats.uiengine.UiDriver
 
getFirefoxDriver(String, String, String) - Static method in class com.axway.ats.uiengine.UiDriver
 
getFirefoxDriverOptions() - Method in class com.axway.ats.uiengine.configuration.UiEngineConfigurator
 
getHiddenBrowserDriver(String) - Static method in class com.axway.ats.uiengine.UiDriver
 
getHiddenBrowserDriver(String, BrowserVersion) - Static method in class com.axway.ats.uiengine.UiDriver
 
getHiddenFileBrowse(String, UiDriver) - Method in class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlElementsFactory
 
getHiddenFileBrowse(UiElementProperties, UiDriver) - Method in class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlElementsFactory
 
getHiddenHtmlAlert(UiDriver) - Method in class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlElementsFactory
 
getHiddenHtmlButton(String, UiDriver) - Method in class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlElementsFactory
 
getHiddenHtmlButton(UiElementProperties, UiDriver) - Method in class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlElementsFactory
 
getHiddenHtmlCheckBox(String, UiDriver) - Method in class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlElementsFactory
 
getHiddenHtmlCheckBox(UiElementProperties, UiDriver) - Method in class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlElementsFactory
 
getHiddenHtmlConfirm(UiDriver) - Method in class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlElementsFactory
 
getHiddenHtmlElement(String, UiDriver) - Method in class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlElementsFactory
 
getHiddenHtmlElement(UiElementProperties, UiDriver) - Method in class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlElementsFactory
 
getHiddenHtmlPrompt(UiDriver) - Method in class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlElementsFactory
 
getHiddenHtmlTextBox(String, UiDriver) - Method in class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlElementsFactory
 
getHiddenHtmlTextBox(UiElementProperties, UiDriver) - Method in class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlElementsFactory
 
getHiddenLink(String, UiDriver) - Method in class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlElementsFactory
 
getHiddenLink(UiElementProperties, UiDriver) - Method in class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlElementsFactory
 
getHiddenMultiSelectList(String, UiDriver) - Method in class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlElementsFactory
 
getHiddenMultiSelectList(UiElementProperties, UiDriver) - Method in class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlElementsFactory
 
getHiddenRadioList(String, UiDriver) - Method in class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlElementsFactory
 
getHiddenRadioList(UiElementProperties, UiDriver) - Method in class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlElementsFactory
 
getHiddenSingleSelectList(String, UiDriver) - Method in class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlElementsFactory
 
getHiddenSingleSelectList(UiElementProperties, UiDriver) - Method in class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlElementsFactory
 
getHiddenTable(String, UiDriver) - Method in class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlElementsFactory
 
getHiddenTable(UiElementProperties, UiDriver) - Method in class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlElementsFactory
 
getHiddenTextArea(String, UiDriver) - Method in class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlElementsFactory
 
getHiddenTextArea(UiElementProperties, UiDriver) - Method in class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlElementsFactory
 
getHighlightElements() - Method in class com.axway.ats.uiengine.configuration.UiEngineConfigurator
 
getHost() - Method in class com.axway.ats.uiengine.MobileDriver
 
getHtmlAlert(UiDriver) - Method in class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlElementsFactory
 
getHtmlButton(String, UiDriver) - Method in class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlElementsFactory
 
getHtmlButton(UiElementProperties, UiDriver) - Method in class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlElementsFactory
 
getHtmlCheckBox(String, UiDriver) - Method in class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlElementsFactory
 
getHtmlCheckBox(UiElementProperties, UiDriver) - Method in class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlElementsFactory
 
getHtmlConfirm(UiDriver) - Method in class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlElementsFactory
 
getHtmlElement(String, UiDriver) - Method in class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlElementsFactory
 
getHtmlElement(UiElementProperties, UiDriver) - Method in class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlElementsFactory
 
getHtmlEngine() - Method in class com.axway.ats.uiengine.AbstractHtmlDriver
 
getHtmlEngine() - Method in class com.axway.ats.uiengine.AbstractRealBrowserDriver
 
getHtmlEngine() - Method in class com.axway.ats.uiengine.HiddenBrowserDriver
 
getHtmlFileBrowse(String, UiDriver) - Method in class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlElementsFactory
 
getHtmlFileBrowse(UiElementProperties, UiDriver) - Method in class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlElementsFactory
 
getHtmlLink(String, UiDriver) - Method in class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlElementsFactory
 
getHtmlLink(UiElementProperties, UiDriver) - Method in class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlElementsFactory
 
getHtmlMultiSelectList(String, UiDriver) - Method in class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlElementsFactory
 
getHtmlMultiSelectList(UiElementProperties, UiDriver) - Method in class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlElementsFactory
 
getHtmlPrompt(UiDriver) - Method in class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlElementsFactory
 
getHtmlRadioList(String, UiDriver) - Method in class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlElementsFactory
 
getHtmlRadioList(UiElementProperties, UiDriver) - Method in class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlElementsFactory
 
getHtmlSingleSelectList(String, UiDriver) - Method in class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlElementsFactory
 
getHtmlSingleSelectList(UiElementProperties, UiDriver) - Method in class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlElementsFactory
 
getHtmlTable(String, UiDriver) - Method in class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlElementsFactory
 
getHtmlTable(UiElementProperties, UiDriver) - Method in class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlElementsFactory
 
getHtmlTextArea(String, UiDriver) - Method in class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlElementsFactory
 
getHtmlTextArea(UiElementProperties, UiDriver) - Method in class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlElementsFactory
 
getHtmlTextBox(String, UiDriver) - Method in class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlElementsFactory
 
getHtmlTextBox(UiElementProperties, UiDriver) - Method in class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlElementsFactory
 
getHttpOnlyCookies() - Static method in class com.axway.ats.uiengine.PhantomJsDriver
 
getHTTPStatusOfLastDownloadAttempt() - Method in class com.axway.ats.uiengine.elements.html.HtmlFileDownloader
Gets the HTTP status code of the last download file attempt
getInstance() - Static method in class com.axway.ats.uiengine.configuration.UiEngineConfigurator
 
getInstance() - Static method in class com.axway.ats.uiengine.elements.ElementsMap
 
getInstance() - Static method in class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlElementsFactory
 
getInstance() - Static method in class com.axway.ats.uiengine.elements.html.HtmlNavigator
 
getInstance() - Static method in class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlElementsFactory
 
getInstance() - Static method in class com.axway.ats.uiengine.elements.mobile.MobileElementsFactory
 
getInstance() - Static method in class com.axway.ats.uiengine.elements.robot.RobotElementsFactory
 
getInstance() - Static method in class com.axway.ats.uiengine.elements.swing.SwingElementsFactory
 
getInternalObject(String) - Method in class com.axway.ats.uiengine.AbstractHtmlDriver
NOTE: This method should not be used directly into the test scripts.
getInternalObject(String) - Method in class com.axway.ats.uiengine.AbstractRealBrowserDriver
NOTE: This method should not be used directly into the test scripts.
getInternalObject(String) - Method in class com.axway.ats.uiengine.HiddenBrowserDriver
NOTE: This method should not be used directly into the test scripts.
getInternalObject(String) - Method in class com.axway.ats.uiengine.MobileDriver
NOTE: This method should not be used directly into the test scripts.
getInternalProperty(String) - Method in class com.axway.ats.uiengine.elements.UiElementProperties
 
getInternetExplorerDriver(String) - Static method in class com.axway.ats.uiengine.UiDriver
 
getInternetExplorerDriver(String, String) - Static method in class com.axway.ats.uiengine.UiDriver
 
getLabel(String) - Method in class com.axway.ats.uiengine.engine.MobileEngine
Get access to text label element (native/or HTML one where text edit is not accepted)
getLabel(UiElementProperties) - Method in class com.axway.ats.uiengine.engine.MobileEngine
Get access to text box element (native/or HTML one where text edit is not accepted)
getLabel(String) - Method in class com.axway.ats.uiengine.engine.SwingEngine
 
getLabel(UiElementProperties) - Method in class com.axway.ats.uiengine.engine.SwingEngine
 
getLink(String) - Method in class com.axway.ats.uiengine.engine.HiddenHtmlEngine
 
getLink(UiElementProperties) - Method in class com.axway.ats.uiengine.engine.HiddenHtmlEngine
 
getLink(String) - Method in class com.axway.ats.uiengine.engine.MobileEngine
Get access to link( href) element
getLink(UiElementProperties) - Method in class com.axway.ats.uiengine.engine.MobileEngine
Get access to link element
getLink(String) - Method in class com.axway.ats.uiengine.engine.RealHtmlEngine
 
getLink(UiElementProperties) - Method in class com.axway.ats.uiengine.engine.RealHtmlEngine
 
getLink(String) - Method in interface com.axway.ats.uiengine.internal.engine.IHtmlEngine
 
getLink(UiElementProperties) - Method in interface com.axway.ats.uiengine.internal.engine.IHtmlEngine
 
getMainWindowTitle() - Method in class com.axway.ats.uiengine.internal.driver.SwingDriverInternal
 
getMapFilesBaseDir() - Method in class com.axway.ats.uiengine.configuration.UiEngineConfigurator
 
getMapSection() - Method in class com.axway.ats.uiengine.elements.ElementsMap
 
getMapSection() - Method in class com.axway.ats.uiengine.internal.engine.AbstractEngine
 
getMD5Sum(String) - Method in class com.axway.ats.uiengine.engine.MobileEngine.Device
Calculate file MD5 sum directly on the mobile device
getMD5Sum(String) - Method in class com.axway.ats.uiengine.utilities.mobile.MobileDeviceUtils
 
getMenuItem(String) - Method in class com.axway.ats.uiengine.engine.SwingEngine
 
getMenuItem(UiElementProperties) - Method in class com.axway.ats.uiengine.engine.SwingEngine
 
getMenuLabels() - Method in class com.axway.ats.uiengine.elements.swing.SwingPopupMenu
Getting menu labels/texts
getMobileButton(String, UiDriver) - Method in class com.axway.ats.uiengine.elements.mobile.MobileElementsFactory
 
getMobileButton(UiElementProperties, UiDriver) - Method in class com.axway.ats.uiengine.elements.mobile.MobileElementsFactory
 
getMobileCheckBox(String, UiDriver) - Method in class com.axway.ats.uiengine.elements.mobile.MobileElementsFactory
 
getMobileCheckBox(UiElementProperties, UiDriver) - Method in class com.axway.ats.uiengine.elements.mobile.MobileElementsFactory
 
getMobileDriver(String, String, String, String) - Static method in class com.axway.ats.uiengine.UiDriver
Driver for working with mobile applications
getMobileDriver(String, String, String, String, int) - Static method in class com.axway.ats.uiengine.UiDriver
Driver for working with mobile applications
getMobileElement(String, UiDriver) - Method in class com.axway.ats.uiengine.elements.mobile.MobileElementsFactory
 
getMobileElement(UiElementProperties, UiDriver) - Method in class com.axway.ats.uiengine.elements.mobile.MobileElementsFactory
 
getMobileEngine() - Method in class com.axway.ats.uiengine.MobileDriver
 
getMobileLabel(String, UiDriver) - Method in class com.axway.ats.uiengine.elements.mobile.MobileElementsFactory
 
getMobileLabel(UiElementProperties, UiDriver) - Method in class com.axway.ats.uiengine.elements.mobile.MobileElementsFactory
 
getMobileLink(String, UiDriver) - Method in class com.axway.ats.uiengine.elements.mobile.MobileElementsFactory
 
getMobileLink(UiElementProperties, UiDriver) - Method in class com.axway.ats.uiengine.elements.mobile.MobileElementsFactory
 
getMobileTextBox(String, UiDriver) - Method in class com.axway.ats.uiengine.elements.mobile.MobileElementsFactory
 
getMobileTextBox(UiElementProperties, UiDriver) - Method in class com.axway.ats.uiengine.elements.mobile.MobileElementsFactory
 
getModificationDate() - Method in class com.axway.ats.uiengine.utilities.mobile.FileInfo
 
getMultiSelectList(String) - Method in class com.axway.ats.uiengine.engine.HiddenHtmlEngine
 
getMultiSelectList(UiElementProperties) - Method in class com.axway.ats.uiengine.engine.HiddenHtmlEngine
 
getMultiSelectList(String) - Method in class com.axway.ats.uiengine.engine.RealHtmlEngine
 
getMultiSelectList(UiElementProperties) - Method in class com.axway.ats.uiengine.engine.RealHtmlEngine
 
getMultiSelectList(String) - Method in class com.axway.ats.uiengine.engine.SwingEngine
 
getMultiSelectList(UiElementProperties) - Method in class com.axway.ats.uiengine.engine.SwingEngine
 
getMultiSelectList(String) - Method in interface com.axway.ats.uiengine.internal.engine.IHtmlEngine
 
getMultiSelectList(UiElementProperties) - Method in interface com.axway.ats.uiengine.internal.engine.IHtmlEngine
 
getName() - Method in class com.axway.ats.uiengine.elements.html.Cookie
 
getName() - Method in class com.axway.ats.uiengine.utilities.mobile.FileInfo
 
getNativeComponent() - Method in class com.axway.ats.uiengine.elements.swing.SwingComponent
Generic way to find and AWT/Swing component.
Not recommended for wide use.
getNumberOfTabs() - Method in class com.axway.ats.uiengine.elements.swing.SwingTabbedPane
 
getOptionPane() - Method in class com.axway.ats.uiengine.engine.SwingEngine
 
getPageSource() - Method in class com.axway.ats.uiengine.engine.AbstractHtmlEngine
Get page source as String
getPageSource() - Method in class com.axway.ats.uiengine.engine.MobileEngine
Get page source as String
getPath() - Method in class com.axway.ats.uiengine.elements.html.Cookie
 
getPath() - Method in class com.axway.ats.uiengine.utilities.mobile.FileInfo
 
getPhantomJSDriver(String, String) - Static method in class com.axway.ats.uiengine.UiDriver
 
getPopupMenu(String) - Method in class com.axway.ats.uiengine.engine.SwingEngine
 
getPopupMenu(UiElementProperties) - Method in class com.axway.ats.uiengine.engine.SwingEngine
 
getProfileDirectory() - Method in class com.axway.ats.uiengine.FirefoxDriver
 
getProfileName() - Method in class com.axway.ats.uiengine.FirefoxDriver
 
getPropertiesCopy() - Method in class com.axway.ats.uiengine.elements.UiElementProperties
 
getPropertiesKeys() - Method in class com.axway.ats.uiengine.elements.UiElementProperties
For internal use
getPropertiesSize() - Method in class com.axway.ats.uiengine.elements.UiElementProperties
Number of element's non-internal properties
getProperty(String) - Method in class com.axway.ats.uiengine.elements.UiElementProperties
 
getPropertyNamesToUseForMatch() - Method in class com.axway.ats.uiengine.elements.UiElement
 
getRadioButton(String) - Method in class com.axway.ats.uiengine.engine.SwingEngine
 
getRadioButton(UiElementProperties) - Method in class com.axway.ats.uiengine.engine.SwingEngine
 
getRadioList(String) - Method in class com.axway.ats.uiengine.engine.HiddenHtmlEngine
 
getRadioList(UiElementProperties) - Method in class com.axway.ats.uiengine.engine.HiddenHtmlEngine
 
getRadioList(String) - Method in class com.axway.ats.uiengine.engine.RealHtmlEngine
 
getRadioList(UiElementProperties) - Method in class com.axway.ats.uiengine.engine.RealHtmlEngine
 
getRadioList(String) - Method in interface com.axway.ats.uiengine.internal.engine.IHtmlEngine
 
getRadioList(UiElementProperties) - Method in interface com.axway.ats.uiengine.internal.engine.IHtmlEngine
 
getRegistry() - Method in class com.axway.ats.uiengine.internal.driver.AbstractRMIDriver
 
getRmiName() - Method in interface com.axway.ats.uiengine.internal.rmi.RmiElement
The unique RMI name an RMI element is identified by.
getRobotDriver() - Static method in class com.axway.ats.uiengine.UiDriver
 
getRobotEngine() - Method in class com.axway.ats.uiengine.RobotDriver
 
getRowCount() - Method in class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlTable
 
getRowCount() - Method in class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlTable
 
getRowCount() - Method in class com.axway.ats.uiengine.elements.swing.SwingTable
Get table row count
getRowCount() - Method in class com.axway.ats.uiengine.elements.UiTable
 
getSafariDriver(String) - Static method in class com.axway.ats.uiengine.UiDriver
 
getSafariDriver(String, String) - Static method in class com.axway.ats.uiengine.UiDriver
 
getScreenDimensions() - Method in class com.axway.ats.uiengine.MobileDriver
 
getSelectedRows() - Method in class com.axway.ats.uiengine.elements.swing.SwingTable
Get selected rows in the table
getSingleSelectList(String) - Method in class com.axway.ats.uiengine.engine.HiddenHtmlEngine
 
getSingleSelectList(UiElementProperties) - Method in class com.axway.ats.uiengine.engine.HiddenHtmlEngine
 
getSingleSelectList(String) - Method in class com.axway.ats.uiengine.engine.RealHtmlEngine
 
getSingleSelectList(UiElementProperties) - Method in class com.axway.ats.uiengine.engine.RealHtmlEngine
 
getSingleSelectList(String) - Method in class com.axway.ats.uiengine.engine.SwingEngine
 
getSingleSelectList(UiElementProperties) - Method in class com.axway.ats.uiengine.engine.SwingEngine
 
getSingleSelectList(String) - Method in interface com.axway.ats.uiengine.internal.engine.IHtmlEngine
 
getSingleSelectList(UiElementProperties) - Method in interface com.axway.ats.uiengine.internal.engine.IHtmlEngine
 
getSize() - Method in class com.axway.ats.uiengine.utilities.mobile.FileInfo
 
getSpinner(String) - Method in class com.axway.ats.uiengine.engine.SwingEngine
 
getSpinner(UiElementProperties) - Method in class com.axway.ats.uiengine.engine.SwingEngine
 
getSubElementProperties(String, String) - Method in class com.axway.ats.uiengine.elements.ElementsMap
 
getSwingButton(String, UiDriver) - Method in class com.axway.ats.uiengine.elements.swing.SwingElementsFactory
 
getSwingButton(UiElementProperties, UiDriver) - Method in class com.axway.ats.uiengine.elements.swing.SwingElementsFactory
 
getSwingCheckBox(String, UiDriver) - Method in class com.axway.ats.uiengine.elements.swing.SwingElementsFactory
 
getSwingCheckBox(UiElementProperties, UiDriver) - Method in class com.axway.ats.uiengine.elements.swing.SwingElementsFactory
 
getSwingComboBox(String, UiDriver) - Method in class com.axway.ats.uiengine.elements.swing.SwingElementsFactory
 
getSwingComboBox(UiElementProperties, UiDriver) - Method in class com.axway.ats.uiengine.elements.swing.SwingElementsFactory
 
getSwingComponent(String, UiDriver) - Method in class com.axway.ats.uiengine.elements.swing.SwingElementsFactory
 
getSwingComponent(UiElementProperties, UiDriver) - Method in class com.axway.ats.uiengine.elements.swing.SwingElementsFactory
 
getSwingDriver(Class<?>) - Static method in class com.axway.ats.uiengine.UiDriver
 
getSwingDriver(Class<?>, String) - Static method in class com.axway.ats.uiengine.UiDriver
 
getSwingDriver(String) - Static method in class com.axway.ats.uiengine.UiDriver
 
getSwingDriver(String, boolean) - Static method in class com.axway.ats.uiengine.UiDriver
Driver for working with JNLP applications
getSwingEngine() - Method in class com.axway.ats.uiengine.SwingDriver
 
getSwingFileBrowse(UiDriver) - Method in class com.axway.ats.uiengine.elements.swing.SwingElementsFactory
 
getSwingLabel(String, UiDriver) - Method in class com.axway.ats.uiengine.elements.swing.SwingElementsFactory
 
getSwingLabel(UiElementProperties, UiDriver) - Method in class com.axway.ats.uiengine.elements.swing.SwingElementsFactory
 
getSwingMenuItem(String, UiDriver) - Method in class com.axway.ats.uiengine.elements.swing.SwingElementsFactory
 
getSwingMenuItem(UiElementProperties, UiDriver) - Method in class com.axway.ats.uiengine.elements.swing.SwingElementsFactory
 
getSwingMultiSelectList(String, UiDriver) - Method in class com.axway.ats.uiengine.elements.swing.SwingElementsFactory
 
getSwingMultiSelectList(UiElementProperties, UiDriver) - Method in class com.axway.ats.uiengine.elements.swing.SwingElementsFactory
 
getSwingOptionPane(UiDriver) - Method in class com.axway.ats.uiengine.elements.swing.SwingElementsFactory
 
getSwingPopupMenu(String, UiDriver) - Method in class com.axway.ats.uiengine.elements.swing.SwingElementsFactory
 
getSwingPopupMenu(UiElementProperties, UiDriver) - Method in class com.axway.ats.uiengine.elements.swing.SwingElementsFactory
 
getSwingRadioButton(String, UiDriver) - Method in class com.axway.ats.uiengine.elements.swing.SwingElementsFactory
 
getSwingRadioButton(UiElementProperties, UiDriver) - Method in class com.axway.ats.uiengine.elements.swing.SwingElementsFactory
 
getSwingSingleSelectList(String, UiDriver) - Method in class com.axway.ats.uiengine.elements.swing.SwingElementsFactory
 
getSwingSingleSelectList(UiElementProperties, UiDriver) - Method in class com.axway.ats.uiengine.elements.swing.SwingElementsFactory
 
getSwingSpinner(String, UiDriver) - Method in class com.axway.ats.uiengine.elements.swing.SwingElementsFactory
 
getSwingSpinner(UiElementProperties, UiDriver) - Method in class com.axway.ats.uiengine.elements.swing.SwingElementsFactory
 
getSwingTabbedPane(String, UiDriver) - Method in class com.axway.ats.uiengine.elements.swing.SwingElementsFactory
 
getSwingTabbedPane(UiElementProperties, UiDriver) - Method in class com.axway.ats.uiengine.elements.swing.SwingElementsFactory
 
getSwingTable(String, UiDriver) - Method in class com.axway.ats.uiengine.elements.swing.SwingElementsFactory
 
getSwingTable(UiElementProperties, UiDriver) - Method in class com.axway.ats.uiengine.elements.swing.SwingElementsFactory
 
getSwingTextArea(String, UiDriver) - Method in class com.axway.ats.uiengine.elements.swing.SwingElementsFactory
 
getSwingTextArea(UiElementProperties, UiDriver) - Method in class com.axway.ats.uiengine.elements.swing.SwingElementsFactory
 
getSwingToggleButton(String, UiDriver) - Method in class com.axway.ats.uiengine.elements.swing.SwingElementsFactory
 
getSwingToggleButton(UiElementProperties, UiDriver) - Method in class com.axway.ats.uiengine.elements.swing.SwingElementsFactory
 
getSwingTree(String, UiDriver) - Method in class com.axway.ats.uiengine.elements.swing.SwingElementsFactory
 
getSwingTree(UiElementProperties, UiDriver) - Method in class com.axway.ats.uiengine.elements.swing.SwingElementsFactory
 
getTabbedPane(String) - Method in class com.axway.ats.uiengine.engine.SwingEngine
 
getTabbedPane(UiElementProperties) - Method in class com.axway.ats.uiengine.engine.SwingEngine
 
getTable(String) - Method in class com.axway.ats.uiengine.engine.HiddenHtmlEngine
 
getTable(UiElementProperties) - Method in class com.axway.ats.uiengine.engine.HiddenHtmlEngine
 
getTable(String) - Method in class com.axway.ats.uiengine.engine.RealHtmlEngine
 
getTable(UiElementProperties) - Method in class com.axway.ats.uiengine.engine.RealHtmlEngine
 
getTable(String) - Method in class com.axway.ats.uiengine.engine.SwingEngine
 
getTable(UiElementProperties) - Method in class com.axway.ats.uiengine.engine.SwingEngine
 
getTable(String) - Method in interface com.axway.ats.uiengine.internal.engine.IHtmlEngine
 
getTable(UiElementProperties) - Method in interface com.axway.ats.uiengine.internal.engine.IHtmlEngine
 
getTabTitles() - Method in class com.axway.ats.uiengine.elements.swing.SwingTabbedPane
 
getText() - Method in class com.axway.ats.uiengine.elements.swing.SwingLabel
 
getText() - Method in class com.axway.ats.uiengine.elements.swing.SwingOptionPane
Getting the text of the Text field
getTextArea(String) - Method in class com.axway.ats.uiengine.engine.HiddenHtmlEngine
 
getTextArea(UiElementProperties) - Method in class com.axway.ats.uiengine.engine.HiddenHtmlEngine
 
getTextArea(String) - Method in class com.axway.ats.uiengine.engine.RealHtmlEngine
 
getTextArea(UiElementProperties) - Method in class com.axway.ats.uiengine.engine.RealHtmlEngine
 
getTextArea(String) - Method in class com.axway.ats.uiengine.engine.SwingEngine
 
getTextArea(UiElementProperties) - Method in class com.axway.ats.uiengine.engine.SwingEngine
 
getTextArea(String) - Method in interface com.axway.ats.uiengine.internal.engine.IHtmlEngine
 
getTextArea(UiElementProperties) - Method in interface com.axway.ats.uiengine.internal.engine.IHtmlEngine
 
getTextBox(String) - Method in class com.axway.ats.uiengine.engine.HiddenHtmlEngine
 
getTextBox(UiElementProperties) - Method in class com.axway.ats.uiengine.engine.HiddenHtmlEngine
 
getTextBox(String) - Method in class com.axway.ats.uiengine.engine.MobileEngine
Get access to text box element (native/or HTML one where text edit is accepted)
getTextBox(UiElementProperties) - Method in class com.axway.ats.uiengine.engine.MobileEngine
Get access to text box element (native/or HTML one where text edit is accepted)
getTextBox(String) - Method in class com.axway.ats.uiengine.engine.RealHtmlEngine
 
getTextBox(UiElementProperties) - Method in class com.axway.ats.uiengine.engine.RealHtmlEngine
 
getTextBox(String) - Method in interface com.axway.ats.uiengine.internal.engine.IHtmlEngine
 
getTextBox(UiElementProperties) - Method in interface com.axway.ats.uiengine.internal.engine.IHtmlEngine
 
getTextContent() - Method in class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlElement
Get innerText of this element, including sub-elements, without any leading or trailing whitespace.
getTextContent() - Method in class com.axway.ats.uiengine.elements.html.HtmlElement
Get text content of the element
getTextContent() - Method in class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlElement
Get innerText of the element
getTextContent() - Method in class com.axway.ats.uiengine.elements.mobile.MobileElement
Get innerText of the element
getToggleButton(String) - Method in class com.axway.ats.uiengine.engine.SwingEngine
 
getToggleButton(UiElementProperties) - Method in class com.axway.ats.uiengine.engine.SwingEngine
 
getTree(String) - Method in class com.axway.ats.uiengine.engine.SwingEngine
 
getTree(UiElementProperties) - Method in class com.axway.ats.uiengine.engine.SwingEngine
 
getUiDriver() - Method in class com.axway.ats.uiengine.elements.UiElement
 
getUtilsElementState(UiElement) - Method in class com.axway.ats.uiengine.engine.HiddenHtmlEngine
 
getUtilsElementState(UiElement) - Method in class com.axway.ats.uiengine.engine.MobileEngine
Check element state
getUtilsElementState(UiElement) - Method in class com.axway.ats.uiengine.engine.RealHtmlEngine
 
getUtilsElementState(UiElement) - Method in class com.axway.ats.uiengine.engine.SwingEngine
 
getUtilsElementState(UiElement) - Method in interface com.axway.ats.uiengine.internal.engine.IHtmlEngine
 
getValue() - Method in class com.axway.ats.uiengine.elements.html.Cookie
 
getValue() - Method in class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlFileBrowse
Get the File Select Button value
getValue() - Method in class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlSingleSelectList
 
getValue() - Method in class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlTextArea
Get the Text Area value
getValue() - Method in class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlTextBox
Get the Text Box value
getValue() - Method in class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlFileBrowse
Get the File Select Button value
getValue() - Method in class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlSingleSelectList
 
getValue() - Method in class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlTextArea
Get the Text Area value
getValue() - Method in class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlTextBox
Get the Text Box value
getValue() - Method in class com.axway.ats.uiengine.elements.mobile.MobileTextBox
Get the Text Box value
getValue() - Method in class com.axway.ats.uiengine.elements.swing.SwingComboBox
Get ComboBox value
getValue() - Method in class com.axway.ats.uiengine.elements.swing.SwingFileBrowse
Get the value of the 'File Name' text field
getValue() - Method in class com.axway.ats.uiengine.elements.swing.SwingSingleSelectList
Get SingleSelectList value
getValue() - Method in class com.axway.ats.uiengine.elements.swing.SwingSpinner
Get spinner text value
getValue() - Method in class com.axway.ats.uiengine.elements.swing.SwingTextArea
Get text area value
getValue() - Method in class com.axway.ats.uiengine.elements.UiComboBox
 
getValue() - Method in class com.axway.ats.uiengine.elements.UiFileBrowse
Get the Text Box value
getValue() - Method in class com.axway.ats.uiengine.elements.UiSingleSelectList
 
getValue() - Method in class com.axway.ats.uiengine.elements.UiTextArea
Get the Text Area value
getValue() - Method in class com.axway.ats.uiengine.elements.UiTextBox
Get the Text Box value
getValues() - Method in class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlMultiSelectList
 
getValues() - Method in class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlMultiSelectList
 
getValues() - Method in class com.axway.ats.uiengine.elements.swing.SwingMultiSelectList
Get MultiSelectList value
getValues() - Method in class com.axway.ats.uiengine.elements.UiMultiSelectList
 
getVisibleMenuLabels() - Method in class com.axway.ats.uiengine.elements.swing.SwingPopupMenu
Getting only visible menu labels/texts
getWaitPageToLoadTimeout() - Method in class com.axway.ats.uiengine.configuration.UiEngineConfigurator
 
getWindowFixture(SwingDriverInternal, String, boolean) - Static method in class com.axway.ats.uiengine.elements.swing.SwingElementLocator
Change window by specified name.
getWindowFixture() - Method in class com.axway.ats.uiengine.internal.driver.SwingDriverInternal
Internal method. Might be changed at any time.
getWindowTitles() - Method in class com.axway.ats.uiengine.engine.AbstractHtmlEngine
Returns the titles of all windows that the browser knows about
goToContainer(UiElementProperties) - Method in class com.axway.ats.uiengine.engine.SwingEngine
Set active container under the current window
goToContainer(String) - Method in class com.axway.ats.uiengine.engine.SwingEngine
Set active container under the current window
goToFirstWindowWithoutTitle() - Method in class com.axway.ats.uiengine.engine.AbstractHtmlEngine
Go to first window/tab without title, skipping the main window
goToMainContainer() - Method in class com.axway.ats.uiengine.engine.SwingEngine
Sets active container to the current window, i.e.
goToMainWindow() - Method in class com.axway.ats.uiengine.engine.AbstractHtmlEngine
Go to main window/tab
goToMainWindow() - Method in class com.axway.ats.uiengine.engine.SwingEngine
Set current window to work with.
goToPage(String) - Method in class com.axway.ats.uiengine.engine.AbstractHtmlEngine
Navigate to another URL from within the same already started browser
goToWindow(String) - Method in class com.axway.ats.uiengine.engine.AbstractHtmlEngine
Going to window/tab with given title
goToWindow(String, long) - Method in class com.axway.ats.uiengine.engine.AbstractHtmlEngine
Going to window/tab with given title
goToWindow(String, boolean) - Method in class com.axway.ats.uiengine.engine.SwingEngine
Set current window to work with.
goToWindow(String, boolean, int) - Method in class com.axway.ats.uiengine.engine.SwingEngine
Set current window to work with.

H

handleExpectedPopups() - Method in class com.axway.ats.uiengine.AbstractRealBrowserDriver
Note: For internal use only
handleRmiConnectionError(RmiElement, Exception) - Static method in class com.axway.ats.uiengine.internal.rmi.RmiUtils
Handle error connecting to RMI remote object
hashCode() - Method in class com.axway.ats.uiengine.elements.html.Cookie
 
HiddenBrowserDriver - Class in com.axway.ats.uiengine
A driver operating over HTML Unit browser
This is a headless(no UI) browser.
HiddenBrowserDriver(String) - Constructor for class com.axway.ats.uiengine.HiddenBrowserDriver
To get HiddenBrowserDriver instance use UiDriver.getHiddenBrowserDriver()
HiddenBrowserDriver(String, BrowserVersion) - Constructor for class com.axway.ats.uiengine.HiddenBrowserDriver
 
HiddenHtmlAlert - Class in com.axway.ats.uiengine.elements.html.hiddenbrowser
An HTML Alert
HiddenHtmlAlert(UiDriver) - Constructor for class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlAlert
 
HiddenHtmlButton - Class in com.axway.ats.uiengine.elements.html.hiddenbrowser
An HTML Button
HiddenHtmlButton(UiDriver, UiElementProperties) - Constructor for class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlButton
 
HiddenHtmlCheckBox - Class in com.axway.ats.uiengine.elements.html.hiddenbrowser
An HTML Check Box
HiddenHtmlCheckBox(UiDriver, UiElementProperties) - Constructor for class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlCheckBox
 
HiddenHtmlConfirm - Class in com.axway.ats.uiengine.elements.html.hiddenbrowser
An HTML Prompt
HiddenHtmlConfirm(UiDriver) - Constructor for class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlConfirm
 
HiddenHtmlElement - Class in com.axway.ats.uiengine.elements.html.hiddenbrowser
Used to represent generic HTML element (tag).
HiddenHtmlElement(UiDriver, UiElementProperties) - Constructor for class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlElement
 
HiddenHtmlElementLocator - Class in com.axway.ats.uiengine.elements.html.hiddenbrowser
 
HiddenHtmlElementLocator() - Constructor for class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlElementLocator
 
HiddenHtmlElementsFactory - Class in com.axway.ats.uiengine.elements.html.hiddenbrowser
 
HiddenHtmlElementState - Class in com.axway.ats.uiengine.utilities.hiddenbrowser
Check the state of an HTML element
HiddenHtmlElementState(UiElement) - Constructor for class com.axway.ats.uiengine.utilities.hiddenbrowser.HiddenHtmlElementState
 
HiddenHtmlElementUtils - Class in com.axway.ats.uiengine.utilities.hiddenbrowser
 
HiddenHtmlElementUtils() - Constructor for class com.axway.ats.uiengine.utilities.hiddenbrowser.HiddenHtmlElementUtils
 
HiddenHtmlEngine - Class in com.axway.ats.uiengine.engine
 
HiddenHtmlEngine(HiddenBrowserDriver) - Constructor for class com.axway.ats.uiengine.engine.HiddenHtmlEngine
 
HiddenHtmlFileBrowse - Class in com.axway.ats.uiengine.elements.html.hiddenbrowser
An HTML File Select Button
HiddenHtmlFileBrowse(UiDriver, UiElementProperties) - Constructor for class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlFileBrowse
 
HiddenHtmlLink - Class in com.axway.ats.uiengine.elements.html.hiddenbrowser
An HTML Link
HiddenHtmlLink(UiDriver, UiElementProperties) - Constructor for class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlLink
 
HiddenHtmlMultiSelectList - Class in com.axway.ats.uiengine.elements.html.hiddenbrowser
A Multiple Selection HTML list
HiddenHtmlMultiSelectList(UiDriver, UiElementProperties) - Constructor for class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlMultiSelectList
 
HiddenHtmlPrompt - Class in com.axway.ats.uiengine.elements.html.hiddenbrowser
An HTML Prompt
HiddenHtmlPrompt(UiDriver) - Constructor for class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlPrompt
 
HiddenHtmlRadioList - Class in com.axway.ats.uiengine.elements.html.hiddenbrowser
A list of HTML Radio Buttons with same name.
HiddenHtmlRadioList(UiDriver, UiElementProperties) - Constructor for class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlRadioList
 
HiddenHtmlSingleSelectList - Class in com.axway.ats.uiengine.elements.html.hiddenbrowser
A Single Selection HTML list
HiddenHtmlSingleSelectList(UiDriver, UiElementProperties) - Constructor for class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlSingleSelectList
 
HiddenHtmlTable - Class in com.axway.ats.uiengine.elements.html.hiddenbrowser
An HTML Table
HiddenHtmlTable(UiDriver, UiElementProperties) - Constructor for class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlTable
 
HiddenHtmlTextArea - Class in com.axway.ats.uiengine.elements.html.hiddenbrowser
An HTML Text Area.
HiddenHtmlTextArea(UiDriver, UiElementProperties) - Constructor for class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlTextArea
 
HiddenHtmlTextBox - Class in com.axway.ats.uiengine.elements.html.hiddenbrowser
An HTML Text Box
HiddenHtmlTextBox(UiDriver, UiElementProperties) - Constructor for class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlTextBox
 
highlightElement() - Method in class com.axway.ats.uiengine.utilities.hiddenbrowser.HiddenHtmlElementState
 
highlightElement() - Method in interface com.axway.ats.uiengine.utilities.IHtmlElementState
Tries to briefly change the element's background color to yellow.
highlightElement() - Method in class com.axway.ats.uiengine.utilities.realbrowser.html.RealHtmlElementState
Tries to briefly change the element's background color to yellow.
HtmlAlert - Class in com.axway.ats.uiengine.elements.html
An HTML Alert.
HtmlAlert(UiDriver) - Constructor for class com.axway.ats.uiengine.elements.html.HtmlAlert
 
HtmlButton - Class in com.axway.ats.uiengine.elements.html
An HTML Button
HtmlButton(UiDriver, UiElementProperties) - Constructor for class com.axway.ats.uiengine.elements.html.HtmlButton
 
HtmlCheckBox - Class in com.axway.ats.uiengine.elements.html
An HTML Check Box
HtmlCheckBox(UiDriver, UiElementProperties) - Constructor for class com.axway.ats.uiengine.elements.html.HtmlCheckBox
 
HtmlComboBox - Class in com.axway.ats.uiengine.elements.html
An HTML Combo Box
HtmlComboBox(UiDriver, UiElementProperties) - Constructor for class com.axway.ats.uiengine.elements.html.HtmlComboBox
 
HtmlConfirm - Class in com.axway.ats.uiengine.elements.html
JavaScript Confirm.
HtmlConfirm(UiDriver) - Constructor for class com.axway.ats.uiengine.elements.html.HtmlConfirm
 
HtmlElement - Class in com.axway.ats.uiengine.elements.html
Used to represent generic HTML element (tag).
HtmlElement(UiDriver, UiElementProperties) - Constructor for class com.axway.ats.uiengine.elements.html.HtmlElement
 
HtmlElementLocatorBuilder - Class in com.axway.ats.uiengine.elements.html
Builds paths for referring an HTML element
HtmlElementLocatorBuilder() - Constructor for class com.axway.ats.uiengine.elements.html.HtmlElementLocatorBuilder
 
HtmlFileBrowse - Class in com.axway.ats.uiengine.elements.html
Html File Browse
HtmlFileBrowse(UiDriver, UiElementProperties) - Constructor for class com.axway.ats.uiengine.elements.html.HtmlFileBrowse
 
HtmlFileDownloader - Class in com.axway.ats.uiengine.elements.html
 
HtmlFileDownloader(AbstractHtmlDriver) - Constructor for class com.axway.ats.uiengine.elements.html.HtmlFileDownloader
 
HtmlFileDownloader(WebDriver) - Constructor for class com.axway.ats.uiengine.elements.html.HtmlFileDownloader
 
HtmlLink - Class in com.axway.ats.uiengine.elements.html
An HTML Link
HtmlLink(UiDriver, UiElementProperties) - Constructor for class com.axway.ats.uiengine.elements.html.HtmlLink
 
HtmlMultiSelectList - Class in com.axway.ats.uiengine.elements.html
An HTML MultiSelectList
HtmlMultiSelectList(UiDriver, UiElementProperties) - Constructor for class com.axway.ats.uiengine.elements.html.HtmlMultiSelectList
 
HtmlNavigator - Class in com.axway.ats.uiengine.elements.html
 
HtmlPrompt - Class in com.axway.ats.uiengine.elements.html
JavaScript Prompt.
HtmlPrompt(UiDriver) - Constructor for class com.axway.ats.uiengine.elements.html.HtmlPrompt
 
HtmlRadioList - Class in com.axway.ats.uiengine.elements.html
An Html Radio List
HtmlRadioList(UiDriver, UiElementProperties) - Constructor for class com.axway.ats.uiengine.elements.html.HtmlRadioList
 
HtmlSingleSelectList - Class in com.axway.ats.uiengine.elements.html
An Html SingleSelectList
HtmlSingleSelectList(UiDriver, UiElementProperties) - Constructor for class com.axway.ats.uiengine.elements.html.HtmlSingleSelectList
 
HtmlTable - Class in com.axway.ats.uiengine.elements.html
An Html Table
HtmlTable(UiDriver, UiElementProperties) - Constructor for class com.axway.ats.uiengine.elements.html.HtmlTable
 
HtmlTextArea - Class in com.axway.ats.uiengine.elements.html
An HTML Text Area that can be edited
HtmlTextArea(UiDriver, UiElementProperties) - Constructor for class com.axway.ats.uiengine.elements.html.HtmlTextArea
 
HtmlTextBox - Class in com.axway.ats.uiengine.elements.html
An HTML Text Box that can be edited
HtmlTextBox(UiDriver, UiElementProperties) - Constructor for class com.axway.ats.uiengine.elements.html.HtmlTextBox
 
HtmlTree - Class in com.axway.ats.uiengine.elements.html
An HTML Tree
HtmlTree(UiDriver, UiElementProperties) - Constructor for class com.axway.ats.uiengine.elements.html.HtmlTree
 
HTTP_ONLY_COOKIES_PROPERTY - Static variable in class com.axway.ats.uiengine.PhantomJsDriver
HttpOnly cookie names, separated with commas eg: System.setProperty( PhantomJSDriver.HTTP_ONLY_COOKIES_PROPERTY, "JSESSIONID,SSID" );

I

IE - Static variable in class com.axway.ats.uiengine.internal.realbrowser.BrowserConstants
 
IExpectedPopup - Interface in com.axway.ats.uiengine.internal.realbrowser
 
IHtmlElementState - Interface in com.axway.ats.uiengine.utilities
Check the state of an HTML element
IHtmlEngine - Interface in com.axway.ats.uiengine.internal.engine
 
installApp(String) - Method in class com.axway.ats.uiengine.engine.MobileEngine.Device
 
InternalObjectsEnum - Enum in com.axway.ats.uiengine.internal.driver
For internal use only.
InternetExplorerDriver - Class in com.axway.ats.uiengine
A driver operating over Internet Explorer browser
InternetExplorerDriver(String) - Constructor for class com.axway.ats.uiengine.InternetExplorerDriver
To get InternetExplorerDriver instance use UiDriver.getInternetExplorerDriver()
InternetExplorerDriver(String, String) - Constructor for class com.axway.ats.uiengine.InternetExplorerDriver
To get InternetExplorerDriver instance use UiDriver.getInternetExplorerDriver()
isAdbOnWindows() - Method in class com.axway.ats.uiengine.utilities.mobile.MobileDeviceUtils
 
isAndroidAgent() - Method in class com.axway.ats.uiengine.MobileDriver
 
isAppInstalled(String) - Method in class com.axway.ats.uiengine.engine.MobileEngine.Device
 
isChecked() - Method in class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlCheckBox
Tells whether the check box is checked
isChecked() - Method in class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlCheckBox
Tells whether the check box is checked
isChecked() - Method in class com.axway.ats.uiengine.elements.mobile.MobileCheckBox
Tells whether the check box is checked
isChecked() - Method in class com.axway.ats.uiengine.elements.swing.SwingCheckBox
 
isChecked() - Method in class com.axway.ats.uiengine.elements.UiCheckBox
Tells whether the check box is checked
isDirectory() - Method in class com.axway.ats.uiengine.utilities.mobile.FileInfo
 
isElementDisplayed() - Method in class com.axway.ats.uiengine.utilities.hiddenbrowser.HiddenHtmlElementState
Check whether the element is displayed or not
isElementDisplayed() - Method in interface com.axway.ats.uiengine.utilities.IHtmlElementState
Check whether the element is displayed or not
isElementDisplayed() - Method in class com.axway.ats.uiengine.utilities.mobile.MobileElementState
 
isElementDisplayed() - Method in class com.axway.ats.uiengine.utilities.realbrowser.html.RealHtmlElementState
Check whether the element is displayed or not
isElementEditable() - Method in class com.axway.ats.uiengine.utilities.swing.SwingElementState
Check if the element is editable or not
isElementEnabled() - Method in class com.axway.ats.uiengine.utilities.hiddenbrowser.HiddenHtmlElementState
 
isElementEnabled() - Method in interface com.axway.ats.uiengine.utilities.IHtmlElementState
 
isElementEnabled() - Method in class com.axway.ats.uiengine.utilities.realbrowser.html.RealHtmlElementState
 
isElementEnabled() - Method in class com.axway.ats.uiengine.utilities.swing.SwingElementState
Check if the element is enabled or disabled
isElementPresent() - Method in class com.axway.ats.uiengine.utilities.hiddenbrowser.HiddenHtmlElementState
 
isElementPresent() - Method in interface com.axway.ats.uiengine.utilities.IHtmlElementState
 
isElementPresent() - Method in class com.axway.ats.uiengine.utilities.mobile.MobileElementState
 
isElementPresent() - Method in class com.axway.ats.uiengine.utilities.realbrowser.html.RealHtmlElementState
 
isElementPresent() - Method in class com.axway.ats.uiengine.utilities.swing.SwingElementState
Check if the element presents or not
isElementVisible() - Method in class com.axway.ats.uiengine.utilities.swing.SwingElementState
Check if the element is visible or not
isEnabled() - Method in class com.axway.ats.uiengine.elements.swing.SwingButton
Check whether the button is Enabled or Disabled
isJnlpCached - Variable in class com.axway.ats.uiengine.SwingDriver
 
isSecure() - Method in class com.axway.ats.uiengine.elements.html.Cookie
 
isSelected(String) - Method in class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlRadioList
 
isSelected(String) - Method in class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlRadioList
 
isSelected() - Method in class com.axway.ats.uiengine.elements.swing.SwingRadioButton
Check if the radio button is selected or not
isSelected() - Method in class com.axway.ats.uiengine.elements.swing.SwingToggleButton
Check if the toggle button is selected or not
isSelected() - Method in class com.axway.ats.uiengine.elements.UiRadioButton
 
isSelected(String) - Method in class com.axway.ats.uiengine.elements.UiRadioList
 
isWorkingRemotely() - Method in class com.axway.ats.uiengine.MobileDriver
 
isWorkWithInvisibleElements() - Method in class com.axway.ats.uiengine.configuration.UiEngineConfigurator
 

J

jnlpLocation - Variable in class com.axway.ats.uiengine.SwingDriver
 

K

keyPress(int) - Method in class com.axway.ats.uiengine.engine.RobotEngine
Presses a given key.
keyRelease(int) - Method in class com.axway.ats.uiengine.engine.RobotEngine
Releases a given key.

L

listFiles(String) - Method in class com.axway.ats.uiengine.engine.MobileEngine.Device
List files and directories on the mobile device
listFiles(String) - Method in class com.axway.ats.uiengine.utilities.mobile.MobileDeviceUtils
 
loadMapFile(String, String) - Method in class com.axway.ats.uiengine.elements.ElementsMap
 
loadMapFile(String, String) - Method in class com.axway.ats.uiengine.internal.engine.AbstractEngine
 
log - Variable in class com.axway.ats.uiengine.elements.UiElement
 
logAction(JoinPoint) - Method in class com.axway.ats.uiengine.aspect.UiEngineAspect
 
logAction() - Method in class com.axway.ats.uiengine.elements.UiElement
 

M

MAP_ID_INTERNAL_PARAM - Static variable in class com.axway.ats.uiengine.elements.UiElementProperties
 
menuItemWithPath(Robot, Container, String...) - Static method in class com.axway.ats.uiengine.elements.swing.SwingElementFinder
 
middleClick() - Method in class com.axway.ats.uiengine.elements.swing.SwingComponent
Simulates a user middle click over the GUI component.
mimicWebDriverCookieState(boolean) - Method in class com.axway.ats.uiengine.elements.html.HtmlFileDownloader
Mimic the cookie state of WebDriver (Defaults to true) This will enable you to access files that are only available when logged in.
MobileButton - Class in com.axway.ats.uiengine.elements.mobile
An Mobile Button (native or HTML one)
MobileButton(UiDriver, UiElementProperties) - Constructor for class com.axway.ats.uiengine.elements.mobile.MobileButton
 
MobileCheckBox - Class in com.axway.ats.uiengine.elements.mobile
A mobile Check Box element - native or HTML one
MobileCheckBox(UiDriver, UiElementProperties) - Constructor for class com.axway.ats.uiengine.elements.mobile.MobileCheckBox
 
MobileDeviceUtils - Class in com.axway.ats.uiengine.utilities.mobile
 
MobileDeviceUtils(MobileDriver) - Constructor for class com.axway.ats.uiengine.utilities.mobile.MobileDeviceUtils
 
MobileDriver - Class in com.axway.ats.uiengine
A driver used for working with a mobile applications(Android or iOS)
MobileDriver(String, String, String) - Constructor for class com.axway.ats.uiengine.MobileDriver
 
MobileDriver(String, String, String, String) - Constructor for class com.axway.ats.uiengine.MobileDriver
 
MobileDriver(String, String, String, String, int) - Constructor for class com.axway.ats.uiengine.MobileDriver
 
MobileElement<T> - Class in com.axway.ats.uiengine.elements.mobile
An Mobile element.
MobileElement(UiDriver, UiElementProperties) - Constructor for class com.axway.ats.uiengine.elements.mobile.MobileElement
 
MobileElementFinder - Class in com.axway.ats.uiengine.elements.mobile
 
MobileElementFinder() - Constructor for class com.axway.ats.uiengine.elements.mobile.MobileElementFinder
 
MobileElementsFactory - Class in com.axway.ats.uiengine.elements.mobile
A factory for mobile device UI elements
MobileElementState - Class in com.axway.ats.uiengine.utilities.mobile
 
MobileElementState(UiElement) - Constructor for class com.axway.ats.uiengine.utilities.mobile.MobileElementState
 
MobileEngine - Class in com.axway.ats.uiengine.engine
Engine operating with mobile application/device
MobileEngine(UiDriver, MobileDeviceUtils) - Constructor for class com.axway.ats.uiengine.engine.MobileEngine
 
MobileEngine(UiDriver, AbstractElementsFactory) - Constructor for class com.axway.ats.uiengine.engine.MobileEngine
 
MobileEngine.Device - Class in com.axway.ats.uiengine.engine
 
MobileLabel - Class in com.axway.ats.uiengine.elements.mobile
An Mobile element representing non-form text element.
MobileLabel(UiDriver, UiElementProperties) - Constructor for class com.axway.ats.uiengine.elements.mobile.MobileLabel
 
MobileLink - Class in com.axway.ats.uiengine.elements.mobile
An mobile element link - native or HTML
MobileLink(UiDriver, UiElementProperties) - Constructor for class com.axway.ats.uiengine.elements.mobile.MobileLink
 
MobileOperationException - Exception in com.axway.ats.uiengine.exceptions
 
MobileOperationException(String) - Constructor for exception com.axway.ats.uiengine.exceptions.MobileOperationException
 
MobileOperationException(String, Throwable) - Constructor for exception com.axway.ats.uiengine.exceptions.MobileOperationException
 
MobileOperationException(UiElement, String, Exception) - Constructor for exception com.axway.ats.uiengine.exceptions.MobileOperationException
 
MobileTextBox - Class in com.axway.ats.uiengine.elements.mobile
A single line mobile Text Box element - native or HTML one
MobileTextBox(UiDriver, UiElementProperties) - Constructor for class com.axway.ats.uiengine.elements.mobile.MobileTextBox
 
MoreThanOneSuchElementException - Exception in com.axway.ats.uiengine.exceptions
 
MoreThanOneSuchElementException() - Constructor for exception com.axway.ats.uiengine.exceptions.MoreThanOneSuchElementException
 
MoreThanOneSuchElementException(String, Throwable) - Constructor for exception com.axway.ats.uiengine.exceptions.MoreThanOneSuchElementException
 
MoreThanOneSuchElementException(String) - Constructor for exception com.axway.ats.uiengine.exceptions.MoreThanOneSuchElementException
 
MoreThanOneSuchElementException(Throwable) - Constructor for exception com.axway.ats.uiengine.exceptions.MoreThanOneSuchElementException
 
mouseClick(HtmlUnitWebElement) - Static method in class com.axway.ats.uiengine.utilities.hiddenbrowser.HiddenHtmlElementUtils
 
mouseOver() - Method in class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlElement
Simulate mouse over
mouseOver() - Method in class com.axway.ats.uiengine.elements.html.HtmlElement
Simulate mouse over
mouseOver() - Method in class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlElement
Simulate mouse over

N

NATIVE_CONTEXT - Static variable in class com.axway.ats.uiengine.MobileDriver
 
navigateToFrame(WebDriver, UiElement) - Method in class com.axway.ats.uiengine.elements.html.HtmlNavigator
 
navigateToTopFrame(WebDriver) - Method in class com.axway.ats.uiengine.elements.html.HtmlNavigator
 
NotSupportedOperationException - Exception in com.axway.ats.uiengine.exceptions
 
NotSupportedOperationException(String) - Constructor for exception com.axway.ats.uiengine.exceptions.NotSupportedOperationException
 

P

PhantomJsDriver - Class in com.axway.ats.uiengine
A driver operating over PhantomJS browser
This is a headless(no UI) browser.
PhantomJsDriver(String, String) - Constructor for class com.axway.ats.uiengine.PhantomJsDriver
 
pressAltF4() - Method in class com.axway.ats.uiengine.engine.RobotEngine
Press Alt + F4 keys
pressEnterKey() - Method in class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlElement
Simulate Enter key
pressEnterKey() - Method in class com.axway.ats.uiengine.elements.html.HtmlElement
Simulate Enter key
pressEnterKey() - Method in class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlElement
Simulate Enter key
pressEnterKey() - Method in class com.axway.ats.uiengine.elements.mobile.MobileTextBox
 
pressEsc() - Method in class com.axway.ats.uiengine.engine.RobotEngine
Press the Escape key
pressEscapeKey() - Method in class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlElement
Simulate Escape key
pressEscapeKey() - Method in class com.axway.ats.uiengine.elements.html.HtmlElement
Simulate Escape key
pressEscapeKey() - Method in class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlElement
Simulate Escape key
pressHWButtonBack() - Method in class com.axway.ats.uiengine.engine.MobileEngine.Device
 
pressHWButtonHome() - Method in class com.axway.ats.uiengine.engine.MobileEngine.Device
 
pressSpaceKey() - Method in class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlElement
Simulate Space key
pressSpaceKey() - Method in class com.axway.ats.uiengine.elements.html.HtmlElement
Simulate Space key
pressSpaceKey() - Method in class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlElement
Simulate Space key
pressTabKey() - Method in class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlElement
Simulate Tab key
pressTabKey() - Method in class com.axway.ats.uiengine.elements.html.HtmlElement
Simulate Tab key
pressTabKey() - Method in class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlElement
Simulate Tab key
promptValueToSet - Variable in class com.axway.ats.uiengine.internal.realbrowser.ExpectedPrompt
 
properties - Variable in class com.axway.ats.uiengine.elements.UiElement
Actual property names and values to match
PROPERTY_ELEMENT_LOCATOR - Static variable in class com.axway.ats.uiengine.elements.html.HtmlElementLocatorBuilder
 

R

RealHtmlAlert - Class in com.axway.ats.uiengine.elements.html.realbrowser
An HTML Alert
RealHtmlAlert(UiDriver) - Constructor for class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlAlert
 
RealHtmlButton - Class in com.axway.ats.uiengine.elements.html.realbrowser
An HTML Button
RealHtmlButton(UiDriver, UiElementProperties) - Constructor for class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlButton
 
RealHtmlCheckBox - Class in com.axway.ats.uiengine.elements.html.realbrowser
An HTML Check Box
RealHtmlCheckBox(UiDriver, UiElementProperties) - Constructor for class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlCheckBox
 
RealHtmlConfirm - Class in com.axway.ats.uiengine.elements.html.realbrowser
An HTML Confirm
RealHtmlConfirm(UiDriver) - Constructor for class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlConfirm
 
RealHtmlElement - Class in com.axway.ats.uiengine.elements.html.realbrowser
Used to represent generic HTML element (tag).
RealHtmlElement(UiDriver, UiElementProperties) - Constructor for class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlElement
 
RealHtmlElementLocator - Class in com.axway.ats.uiengine.elements.html.realbrowser
 
RealHtmlElementLocator() - Constructor for class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlElementLocator
 
RealHtmlElementsFactory - Class in com.axway.ats.uiengine.elements.html.realbrowser
A factory for HTML elements
RealHtmlElementState - Class in com.axway.ats.uiengine.utilities.realbrowser.html
Check the state of an HTML element
RealHtmlElementState(UiElement) - Constructor for class com.axway.ats.uiengine.utilities.realbrowser.html.RealHtmlElementState
 
RealHtmlEngine - Class in com.axway.ats.uiengine.engine
Engine operating over HTML application
RealHtmlEngine(AbstractRealBrowserDriver) - Constructor for class com.axway.ats.uiengine.engine.RealHtmlEngine
 
RealHtmlFileBrowse - Class in com.axway.ats.uiengine.elements.html.realbrowser
An HTML File Select Button
RealHtmlFileBrowse(UiDriver, UiElementProperties) - Constructor for class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlFileBrowse
 
RealHtmlLink - Class in com.axway.ats.uiengine.elements.html.realbrowser
An HTML Link
RealHtmlLink(UiDriver, UiElementProperties) - Constructor for class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlLink
 
RealHtmlMultiSelectList - Class in com.axway.ats.uiengine.elements.html.realbrowser
A Multiple Selection HTML list
RealHtmlMultiSelectList(UiDriver, UiElementProperties) - Constructor for class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlMultiSelectList
 
RealHtmlPrompt - Class in com.axway.ats.uiengine.elements.html.realbrowser
An HTML Prompt
RealHtmlPrompt(UiDriver) - Constructor for class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlPrompt
 
RealHtmlRadioList - Class in com.axway.ats.uiengine.elements.html.realbrowser
A list of HTML Radio Buttons with same name.
RealHtmlRadioList(UiDriver, UiElementProperties) - Constructor for class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlRadioList
 
RealHtmlSingleSelectList - Class in com.axway.ats.uiengine.elements.html.realbrowser
A Single Selection HTML list
RealHtmlSingleSelectList(UiDriver, UiElementProperties) - Constructor for class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlSingleSelectList
 
RealHtmlTable - Class in com.axway.ats.uiengine.elements.html.realbrowser
An HTML Table
RealHtmlTable(UiDriver, UiElementProperties) - Constructor for class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlTable
 
RealHtmlTextArea - Class in com.axway.ats.uiengine.elements.html.realbrowser
An HTML Text Area.
RealHtmlTextArea(UiDriver, UiElementProperties) - Constructor for class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlTextArea
 
RealHtmlTextBox - Class in com.axway.ats.uiengine.elements.html.realbrowser
An HTML Text Box
RealHtmlTextBox(UiDriver, UiElementProperties) - Constructor for class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlTextBox
 
reloadData() - Method in class com.axway.ats.uiengine.configuration.UiEngineConfigurator
 
reloadFrames() - Method in class com.axway.ats.uiengine.engine.AbstractHtmlEngine
 
removeApp(String) - Method in class com.axway.ats.uiengine.engine.MobileEngine.Device
 
resetApp() - Method in class com.axway.ats.uiengine.engine.MobileEngine.Device
 
retrieveBrowserFocus() - Method in class com.axway.ats.uiengine.engine.AbstractHtmlEngine
Retrieve the browser's focus.
rightClick() - Method in class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlElement
Simulate mouse right click action
rightClick() - Method in class com.axway.ats.uiengine.elements.html.HtmlElement
Simulate mouse right click action
rightClick() - Method in class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlElement
Simulate mouse right click action
rightClick() - Method in class com.axway.ats.uiengine.elements.swing.SwingComponent
Simulates a user right click over the GUI component.
rightClick(String...) - Method in class com.axway.ats.uiengine.elements.swing.SwingMultiSelectList
 
rightClick(int, String...) - Method in class com.axway.ats.uiengine.elements.swing.SwingTree
 
rightClick(String[], String...) - Method in class com.axway.ats.uiengine.elements.swing.SwingTree
 
rightClickCell(int, int) - Method in class com.axway.ats.uiengine.elements.swing.SwingTable
Right click on table cell
RmiElement - Interface in com.axway.ats.uiengine.internal.rmi
Each RMI element must have a unique RMI name
RmiException - Exception in com.axway.ats.uiengine.exceptions
Error running RMI command
RmiException(String) - Constructor for exception com.axway.ats.uiengine.exceptions.RmiException
 
RmiException(String, Throwable) - Constructor for exception com.axway.ats.uiengine.exceptions.RmiException
 
RmiUtils - Class in com.axway.ats.uiengine.internal.rmi
Some utility methods for RMI operations
RmiUtils() - Constructor for class com.axway.ats.uiengine.internal.rmi.RmiUtils
 
RobotDriver - Class in com.axway.ats.uiengine
A driver operating over Java Robot
RobotDriver() - Constructor for class com.axway.ats.uiengine.RobotDriver
To get RobotDriver instance use UiDriver.getRobotDriver()
RobotElementsFactory - Class in com.axway.ats.uiengine.elements.robot
A factory for Java Robot elements
RobotEngine - Class in com.axway.ats.uiengine.engine
Engine able to send keyboard and mouse system commands using Java Robot
RobotEngine(RobotDriver) - Constructor for class com.axway.ats.uiengine.engine.RobotEngine
 
RobotException - Exception in com.axway.ats.uiengine.exceptions
 
RobotException(String) - Constructor for exception com.axway.ats.uiengine.exceptions.RobotException
 
RobotException(String, Throwable) - Constructor for exception com.axway.ats.uiengine.exceptions.RobotException
 
RULES_DUMMY - Static variable in class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlElement
used by all HiddenHtmlXYZ classes for passing it to UiElementProperties's method checkTypeAndRules()
RULES_DUMMY - Static variable in class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlElement
used by all HiddenHtmlXYZ classes for passing it to UiElementProperties's method checkTypeAndRules()
runAppInBackground(int) - Method in class com.axway.ats.uiengine.engine.MobileEngine.Device
Runs the current app as a background app for the number of seconds requested.
runAppInBackground(int, String) - Method in class com.axway.ats.uiengine.engine.MobileEngine.Device
Runs the current app as a background app for the number of seconds requested.

S

SafariDriver - Class in com.axway.ats.uiengine
A driver operating over Safari browser
SafariDriver(String) - Constructor for class com.axway.ats.uiengine.SafariDriver
To get SafariDriver instance use UiDriver.getSafariDriver()
SafariDriver(String, String) - Constructor for class com.axway.ats.uiengine.SafariDriver
To get SafariDriver instance use UiDriver.getSafariDriver()
scrollTo() - Method in class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlElement
Scroll to this element, so it is viewable.
scrollTo() - Method in class com.axway.ats.uiengine.elements.mobile.MobileElement
Scroll to element (at the center of the screen)
select(String) - Method in class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlRadioList
Select radio button
select(String) - Method in class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlRadioList
set the selected value
select() - Method in class com.axway.ats.uiengine.elements.swing.SwingRadioButton
Select radio button
select(int) - Method in class com.axway.ats.uiengine.elements.swing.SwingTree
Select tree element by index
select(String...) - Method in class com.axway.ats.uiengine.elements.swing.SwingTree
Select tree elements by labels
select() - Method in class com.axway.ats.uiengine.elements.UiRadioButton
Select radio button
select(String) - Method in class com.axway.ats.uiengine.elements.UiRadioList
Select radio button
select(int) - Method in class com.axway.ats.uiengine.elements.UiTree
Select element in Tree component by index
select(String...) - Method in class com.axway.ats.uiengine.elements.UiTree
Select element in Tree component by element label or even by element labels path e.g.
selectCell(int, int) - Method in class com.axway.ats.uiengine.elements.swing.SwingTable
Select table cell
selectCells(int[][]) - Method in class com.axway.ats.uiengine.elements.swing.SwingTable
Select table cells
selectRow(int...) - Method in class com.axway.ats.uiengine.elements.swing.SwingTable
Select table rows
selectTab(int) - Method in class com.axway.ats.uiengine.elements.swing.SwingTabbedPane
Select tab by index
selectTab(String) - Method in class com.axway.ats.uiengine.elements.swing.SwingTabbedPane
Select tab by title
selectTabByRegex(String) - Method in class com.axway.ats.uiengine.elements.swing.SwingTabbedPane
Select tab by regular expression
selectTabUsingSubElement(UiElementProperties) - Method in class com.axway.ats.uiengine.elements.swing.SwingTabbedPane
Select tab by title using sub-element properties.
selectTabUsingSubElement(String) - Method in class com.axway.ats.uiengine.elements.swing.SwingTabbedPane
Select tab by title using SubElement described in the map file.
SeleniumOperationException - Exception in com.axway.ats.uiengine.exceptions
 
SeleniumOperationException(String) - Constructor for exception com.axway.ats.uiengine.exceptions.SeleniumOperationException
 
SeleniumOperationException(String, Throwable) - Constructor for exception com.axway.ats.uiengine.exceptions.SeleniumOperationException
 
SeleniumOperationException(UiElement, String, Exception) - Constructor for exception com.axway.ats.uiengine.exceptions.SeleniumOperationException
 
setActiveContainerFixture(ContainerFixture<?>) - Method in class com.axway.ats.uiengine.internal.driver.SwingDriverInternal
Internal method. Might be changed at any time.
setAndroidHome(String) - Method in class com.axway.ats.uiengine.MobileDriver
 
setBrowserActionTimeout(int) - Method in class com.axway.ats.uiengine.configuration.UiEngineConfigurator
Overwrite the timeout in seconds for waiting a browser action to finish This method must be called before starting the browser.
setBrowserDownloadDir(String) - Method in class com.axway.ats.uiengine.configuration.UiEngineConfigurator
Overwrite browser download directory (absolute path)
setBrowserDownloadMimeTypes(String) - Method in class com.axway.ats.uiengine.configuration.UiEngineConfigurator
Overwrite MIME types of files (comma separated) which will be automatically saved to disk by the browser
setChromeDriverOptions(ChromeOptions) - Method in class com.axway.ats.uiengine.configuration.UiEngineConfigurator
Pass options which will be applied when starting a Chrome broswer through Selenium
setCommandDelay(int) - Method in class com.axway.ats.uiengine.configuration.UiEngineConfigurator
Overwrite the delay between UI command
setCommandDelay(int) - Method in class com.axway.ats.uiengine.SwingDriver
Set the delay time between commands
NOTE: It also sets this delay time as a default command delay time of UiEngineConfigurator
setContext(String) - Method in class com.axway.ats.uiengine.engine.MobileEngine
 
setCookie(String, String) - Method in class com.axway.ats.uiengine.engine.AbstractHtmlEngine
 
setCookie(String, String, String, String, Date, boolean) - Method in class com.axway.ats.uiengine.engine.AbstractHtmlEngine
 
setDownloadDir(String) - Method in class com.axway.ats.uiengine.elements.html.HtmlFileDownloader
 
setElementStateChangeDelay(int) - Method in class com.axway.ats.uiengine.configuration.UiEngineConfigurator
Overwrite the delay waiting for element's state to change or to be found
setFieldValue(String, int, int) - Method in class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlTable
Set value of specified table field
setFieldValue(String, int, int) - Method in class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlTable
Set value of specified table field
setFieldValue(String, int, int) - Method in class com.axway.ats.uiengine.elements.swing.SwingTable
Set table field value
setFieldValue(String, int, int) - Method in class com.axway.ats.uiengine.elements.UiTable
Set the value of the specified table field
setFileInputValue(WebDriver, String) - Method in class com.axway.ats.uiengine.elements.html.HtmlFileBrowse
 
setFirefoxDriverOptions(FirefoxOptions) - Method in class com.axway.ats.uiengine.configuration.UiEngineConfigurator
Pass options which will be applied when starting a Firefox broswer through Selenium
setHighlightElements(boolean) - Method in class com.axway.ats.uiengine.configuration.UiEngineConfigurator
Overwrite whether will try to highlight elements
setMapFilesBaseDir(String) - Method in class com.axway.ats.uiengine.configuration.UiEngineConfigurator
Overwrite the map files' root directory
setMapSection(String) - Method in class com.axway.ats.uiengine.elements.ElementsMap
 
setMapSection(String) - Method in class com.axway.ats.uiengine.internal.engine.AbstractEngine
 
setModificationDate(Date) - Method in class com.axway.ats.uiengine.utilities.mobile.FileInfo
 
setProfileDirectory(String) - Method in class com.axway.ats.uiengine.FirefoxDriver
 
setProfileName(String) - Method in class com.axway.ats.uiengine.FirefoxDriver
Set profile name
setScreenshotOnError(boolean) - Method in class com.axway.ats.uiengine.MobileDriver
 
setSize(long) - Method in class com.axway.ats.uiengine.utilities.mobile.FileInfo
 
setText(String) - Method in class com.axway.ats.uiengine.elements.swing.SwingOptionPane
Setting text in the Text field
setTextContent(String) - Method in class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlElement
Set the content of the element
setTextContent(String) - Method in class com.axway.ats.uiengine.elements.html.HtmlElement
Set the content of the element
setTextContent(String) - Method in class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlElement
Set the content of the element
SETTINGS_PROPERTY - Static variable in class com.axway.ats.uiengine.PhantomJsDriver
Usage: System.setProperty( PhantomJSDriver.SETTINGS_PROPERTY, "settingName: value" ); or multiple: System.setProperty( PhantomJSDriver.SETTINGS_PROPERTY, "{settingName: value}, {other setting: value 2}" ); for example: System.setProperty( PhantomJSDriver.SETTINGS_PROPERTY, "userAgent: Mozilla/5.0 (Windows NT 5.1; rv:24.0) Gecko/20100101 Firefox/24.0" ); Check here for the available settings (https://github.com/ariya/phantomjs/wiki/API-Reference-WebPage#settings-object)
setValue(String) - Method in class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlFileBrowse
Set the File Select Button value
setValue(String) - Method in class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlMultiSelectList
select a value
setValue(String) - Method in class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlSingleSelectList
set the single selection value
setValue(String) - Method in class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlTextArea
Set the Text Area value
setValue(String) - Method in class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlTextBox
Set the Text Box value
setValue(String) - Method in class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlFileBrowse
Set the File Select Button value
setValue(String) - Method in class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlMultiSelectList
select a value
setValue(String) - Method in class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlSingleSelectList
set the single selection value
setValue(String) - Method in class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlTextArea
Set the Text Area value
setValue(String) - Method in class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlTextBox
Set the Text Box value
setValue(String) - Method in class com.axway.ats.uiengine.elements.mobile.MobileTextBox
Set the Text Box value
setValue(String) - Method in class com.axway.ats.uiengine.elements.swing.SwingComboBox
Set ComboBox value
setValue(String) - Method in class com.axway.ats.uiengine.elements.swing.SwingFileBrowse
Set value in the 'File Name' text field
setValue(String) - Method in class com.axway.ats.uiengine.elements.swing.SwingMultiSelectList
Set MultiSelectList value
setValue(String) - Method in class com.axway.ats.uiengine.elements.swing.SwingSingleSelectList
Set SingleSelectList value
setValue(String) - Method in class com.axway.ats.uiengine.elements.swing.SwingSpinner
Set spinner text value (entering and committing the given text in the JSpinner)
setValue(String) - Method in class com.axway.ats.uiengine.elements.swing.SwingTextArea
Set text area value
setValue(String) - Method in class com.axway.ats.uiengine.elements.UiComboBox
select a value
setValue(String) - Method in class com.axway.ats.uiengine.elements.UiFileBrowse
Set the Text Box value File path must be set according to the current OS, '\' for Windows and '/' for UNIX-like systems, if file path is not valid this method does not set any value
setValue(String) - Method in class com.axway.ats.uiengine.elements.UiMultiSelectList
select a value
setValue(String) - Method in class com.axway.ats.uiengine.elements.UiSingleSelectList
select a value
setValue(String) - Method in class com.axway.ats.uiengine.elements.UiTextArea
Set the Text Area value
setValue(String) - Method in class com.axway.ats.uiengine.elements.UiTextBox
Set the Text Box value
setValueUsingNativeDialog(String) - Method in class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlFileBrowse
This method allows you to type in dialog windows.
setWaitPageToLoadTimeout(int) - Method in class com.axway.ats.uiengine.configuration.UiEngineConfigurator
Overwrite the timeout in seconds for waiting a web page to get loaded
setWindowFixture(WindowFixture<?>) - Method in class com.axway.ats.uiengine.internal.driver.SwingDriverInternal
Internal method. Might be changed at any time.
setWorkWithInvisibleElements(boolean) - Method in class com.axway.ats.uiengine.configuration.UiEngineConfigurator
 
sleep() - Static method in class com.axway.ats.uiengine.utilities.UiEngineUtilities
Sleep for period equal to the UI commands delay as defined in the UI Engine configuration
sleep(int) - Static method in class com.axway.ats.uiengine.utilities.UiEngineUtilities
Sleep for the specified number of milliseconds
SSL_PROTOCOL_PROPERTY - Static variable in class com.axway.ats.uiengine.PhantomJsDriver
SSL protocol for the connection handshake.
start() - Method in class com.axway.ats.uiengine.AbstractRealBrowserDriver
 
start() - Method in class com.axway.ats.uiengine.HiddenBrowserDriver
 
start() - Method in class com.axway.ats.uiengine.internal.driver.AbstractRMIDriver
 
start() - Method in class com.axway.ats.uiengine.MobileDriver
Deprecated.
Use MobileDriver.start(String) method instead.
start(String) - Method in class com.axway.ats.uiengine.MobileDriver
Start session to device and load the application
start() - Method in class com.axway.ats.uiengine.RobotDriver
 
start() - Method in class com.axway.ats.uiengine.SwingDriver
 
start() - Method in class com.axway.ats.uiengine.UiDriver
start the driver
stop() - Method in class com.axway.ats.uiengine.AbstractRealBrowserDriver
 
stop() - Method in class com.axway.ats.uiengine.HiddenBrowserDriver
 
stop() - Method in class com.axway.ats.uiengine.internal.driver.AbstractRMIDriver
 
stop() - Method in class com.axway.ats.uiengine.MobileDriver
 
stop(String) - Method in class com.axway.ats.uiengine.MobileDriver
Deprecated.
Use MobileDriver.stop() method instead
stop() - Method in class com.axway.ats.uiengine.RobotDriver
 
stop() - Method in class com.axway.ats.uiengine.SwingDriver
 
stop(boolean) - Method in class com.axway.ats.uiengine.SwingDriver
Cleans up any used resources (keyboard, mouse, open windows and ScreenLock) used.
stop() - Method in class com.axway.ats.uiengine.UiDriver
stop the driver
stopIOSSimulator() - Method in class com.axway.ats.uiengine.MobileDriver
Stopping iOS Simulator
SwingButton - Class in com.axway.ats.uiengine.elements.swing
A Swing Button
SwingButton(UiDriver, UiElementProperties) - Constructor for class com.axway.ats.uiengine.elements.swing.SwingButton
 
SwingCheckBox - Class in com.axway.ats.uiengine.elements.swing
A Swing Check Box
SwingCheckBox(UiDriver, UiElementProperties) - Constructor for class com.axway.ats.uiengine.elements.swing.SwingCheckBox
 
SwingComboBox - Class in com.axway.ats.uiengine.elements.swing
A Swing ComboBox
SwingComboBox(UiDriver, UiElementProperties) - Constructor for class com.axway.ats.uiengine.elements.swing.SwingComboBox
 
SwingComponent - Class in com.axway.ats.uiengine.elements.swing
Provide generic access to AWT/Swing components
Using this class is recommended only when other similar classes in this package do not provide suitable methods.
SwingComponent(UiDriver, UiElementProperties) - Constructor for class com.axway.ats.uiengine.elements.swing.SwingComponent
 
SwingDriver - Class in com.axway.ats.uiengine
A driver used for working with a SWING application
SwingDriver(String) - Constructor for class com.axway.ats.uiengine.SwingDriver
 
SwingDriver(Class<?>) - Constructor for class com.axway.ats.uiengine.SwingDriver
 
SwingDriver(Class<?>, String) - Constructor for class com.axway.ats.uiengine.SwingDriver
 
SwingDriver(String, boolean) - Constructor for class com.axway.ats.uiengine.SwingDriver
 
SwingDriverInternal - Class in com.axway.ats.uiengine.internal.driver
ATS Internal Might be changed at any time Class to hide non-public methods
SwingDriverInternal(Class<?>) - Constructor for class com.axway.ats.uiengine.internal.driver.SwingDriverInternal
 
SwingDriverInternal(Class<?>, String) - Constructor for class com.axway.ats.uiengine.internal.driver.SwingDriverInternal
 
SwingDriverInternal(String) - Constructor for class com.axway.ats.uiengine.internal.driver.SwingDriverInternal
 
SwingDriverInternal(String, boolean) - Constructor for class com.axway.ats.uiengine.internal.driver.SwingDriverInternal
 
SwingElementFinder - Class in com.axway.ats.uiengine.elements.swing
This class is based on BasicComponentFinder, the only difference is that we are not using LinkedHashSet for the founded components, but ArrayList and every time the component index is the same (in the component hierarchy tree), and we are able to search by index.
SwingElementFinder() - Constructor for class com.axway.ats.uiengine.elements.swing.SwingElementFinder
 
SwingElementLocator - Class in com.axway.ats.uiengine.elements.swing
 
SwingElementLocator() - Constructor for class com.axway.ats.uiengine.elements.swing.SwingElementLocator
 
SwingElementsFactory - Class in com.axway.ats.uiengine.elements.swing
 
SwingElementState - Class in com.axway.ats.uiengine.utilities.swing
 
SwingElementState(UiElement) - Constructor for class com.axway.ats.uiengine.utilities.swing.SwingElementState
 
SwingEngine - Class in com.axway.ats.uiengine.engine
 
SwingEngine(UiDriver) - Constructor for class com.axway.ats.uiengine.engine.SwingEngine
 
SwingException - Exception in com.axway.ats.uiengine.exceptions
 
SwingException(String) - Constructor for exception com.axway.ats.uiengine.exceptions.SwingException
 
SwingException(String, Throwable) - Constructor for exception com.axway.ats.uiengine.exceptions.SwingException
 
SwingFileBrowse - Class in com.axway.ats.uiengine.elements.swing
A Swing File Chooser
SwingFileBrowse(UiDriver, UiElementProperties) - Constructor for class com.axway.ats.uiengine.elements.swing.SwingFileBrowse
 
SwingLabel - Class in com.axway.ats.uiengine.elements.swing
A Swing Label
SwingLabel(UiDriver, UiElementProperties) - Constructor for class com.axway.ats.uiengine.elements.swing.SwingLabel
 
SwingMenuItem - Class in com.axway.ats.uiengine.elements.swing
A Swing Menu Item
SwingMenuItem(UiDriver, UiElementProperties) - Constructor for class com.axway.ats.uiengine.elements.swing.SwingMenuItem
 
SwingMultiSelectList - Class in com.axway.ats.uiengine.elements.swing
A Multiple Selection Swing List
SwingMultiSelectList(UiDriver, UiElementProperties) - Constructor for class com.axway.ats.uiengine.elements.swing.SwingMultiSelectList
 
SwingOptionPane - Class in com.axway.ats.uiengine.elements.swing
A Swing Option Pane
SwingOptionPane(UiDriver, UiElementProperties) - Constructor for class com.axway.ats.uiengine.elements.swing.SwingOptionPane
 
SwingPopupMenu - Class in com.axway.ats.uiengine.elements.swing
A Swing PopupMenu
SwingPopupMenu(UiDriver, UiElementProperties) - Constructor for class com.axway.ats.uiengine.elements.swing.SwingPopupMenu
 
SwingRadioButton - Class in com.axway.ats.uiengine.elements.swing
A Swing Radio Button
SwingRadioButton(UiDriver, UiElementProperties) - Constructor for class com.axway.ats.uiengine.elements.swing.SwingRadioButton
 
SwingSingleSelectList - Class in com.axway.ats.uiengine.elements.swing
A Single Selection Swing List
SwingSingleSelectList(UiDriver, UiElementProperties) - Constructor for class com.axway.ats.uiengine.elements.swing.SwingSingleSelectList
 
SwingSpinner - Class in com.axway.ats.uiengine.elements.swing
A Swing Spinner
SwingSpinner(UiDriver, UiElementProperties) - Constructor for class com.axway.ats.uiengine.elements.swing.SwingSpinner
 
SwingTabbedPane - Class in com.axway.ats.uiengine.elements.swing
A Swing TabbedPane
SwingTabbedPane(UiDriver, UiElementProperties) - Constructor for class com.axway.ats.uiengine.elements.swing.SwingTabbedPane
 
SwingTable - Class in com.axway.ats.uiengine.elements.swing
A Swing Table
SwingTable(UiDriver, UiElementProperties) - Constructor for class com.axway.ats.uiengine.elements.swing.SwingTable
 
SwingTextArea - Class in com.axway.ats.uiengine.elements.swing
A Swing Text Area/Field
SwingTextArea(UiDriver, UiElementProperties) - Constructor for class com.axway.ats.uiengine.elements.swing.SwingTextArea
 
SwingToggleButton - Class in com.axway.ats.uiengine.elements.swing
A Swing Toggle Button
SwingToggleButton(UiDriver, UiElementProperties) - Constructor for class com.axway.ats.uiengine.elements.swing.SwingToggleButton
 
SwingTree - Class in com.axway.ats.uiengine.elements.swing
A Swing Tree
SwingTree(UiDriver, UiElementProperties) - Constructor for class com.axway.ats.uiengine.elements.swing.SwingTree
 

T

toString() - Method in class com.axway.ats.uiengine.elements.html.Cookie
 
toString() - Method in class com.axway.ats.uiengine.elements.UiElement
 
toString() - Method in class com.axway.ats.uiengine.elements.UiElementProperties
 
toString() - Method in class com.axway.ats.uiengine.utilities.mobile.FileInfo
 
type(String) - Method in class com.axway.ats.uiengine.engine.RobotEngine
Type some text
type(int...) - Method in class com.axway.ats.uiengine.engine.RobotEngine
Type some keys defined in java.awt.event.KeyEvent
type(String, int...) - Method in class com.axway.ats.uiengine.engine.RobotEngine
Type some text but combine them with some keys defined in java.awt.event.KeyEvent
It first presses the special key codes(for example Alt + Shift), then it types the provided text and then it releases the special keys in reversed order(for example Shift + Alt )
typeEnter() - Method in class com.axway.ats.uiengine.engine.RobotEngine
Type the ENTER key
typeSpace() - Method in class com.axway.ats.uiengine.engine.RobotEngine
Type the SPACE key
typeTab() - Method in class com.axway.ats.uiengine.engine.RobotEngine
TAB once
typeTab(int) - Method in class com.axway.ats.uiengine.engine.RobotEngine
TAB a number of times

U

UiAlert - Class in com.axway.ats.uiengine.elements
An Alert.
UiAlert(UiDriver) - Constructor for class com.axway.ats.uiengine.elements.UiAlert
 
UiButton - Class in com.axway.ats.uiengine.elements
A Button
UiButton(UiDriver, UiElementProperties) - Constructor for class com.axway.ats.uiengine.elements.UiButton
 
UiCheckBox - Class in com.axway.ats.uiengine.elements
A Check Box
UiCheckBox(UiDriver, UiElementProperties) - Constructor for class com.axway.ats.uiengine.elements.UiCheckBox
 
UiComboBox - Class in com.axway.ats.uiengine.elements
A Combo Box
UiComboBox(UiDriver, UiElementProperties) - Constructor for class com.axway.ats.uiengine.elements.UiComboBox
 
UiConfirm - Class in com.axway.ats.uiengine.elements
JavaScript Confirm.
UiConfirm(UiDriver) - Constructor for class com.axway.ats.uiengine.elements.UiConfirm
 
uiDriver - Variable in class com.axway.ats.uiengine.internal.engine.AbstractEngine
 
UiDriver - Class in com.axway.ats.uiengine
Abstraction of a UI driver
UiDriver() - Constructor for class com.axway.ats.uiengine.UiDriver
 
UiElement - Class in com.axway.ats.uiengine.elements
An abstraction of an element UI Engine can work with
UiElement(UiDriver, UiElementProperties) - Constructor for class com.axway.ats.uiengine.elements.UiElement
 
UiElementException - Exception in com.axway.ats.uiengine.exceptions
 
UiElementException(String) - Constructor for exception com.axway.ats.uiengine.exceptions.UiElementException
 
UiElementException(String, UiElement) - Constructor for exception com.axway.ats.uiengine.exceptions.UiElementException
 
UiElementProperties - Class in com.axway.ats.uiengine.elements
 
UiElementProperties() - Constructor for class com.axway.ats.uiengine.elements.UiElementProperties
 
UiEngineAspect - Class in com.axway.ats.uiengine.aspect
 
UiEngineAspect() - Constructor for class com.axway.ats.uiengine.aspect.UiEngineAspect
 
UiEngineConfigurator - Class in com.axway.ats.uiengine.configuration
This class is used to read a set of properties used by the UI Engine
UiEngineUtilities - Class in com.axway.ats.uiengine.utilities
Generic utility class
UiEngineUtilities() - Constructor for class com.axway.ats.uiengine.utilities.UiEngineUtilities
 
UiFileBrowse - Class in com.axway.ats.uiengine.elements
Html File Browse
UiFileBrowse(UiDriver, UiElementProperties) - Constructor for class com.axway.ats.uiengine.elements.UiFileBrowse
 
UiLink - Class in com.axway.ats.uiengine.elements
A Link
UiLink(UiDriver, UiElementProperties) - Constructor for class com.axway.ats.uiengine.elements.UiLink
 
UiMultiSelectList - Class in com.axway.ats.uiengine.elements
A MultiSelectList
UiMultiSelectList(UiDriver, UiElementProperties) - Constructor for class com.axway.ats.uiengine.elements.UiMultiSelectList
 
UiPrompt - Class in com.axway.ats.uiengine.elements
JavaScript Prompt.
UiPrompt(UiDriver) - Constructor for class com.axway.ats.uiengine.elements.UiPrompt
 
UiRadioButton - Class in com.axway.ats.uiengine.elements
A Radio Button
UiRadioButton(UiDriver, UiElementProperties) - Constructor for class com.axway.ats.uiengine.elements.UiRadioButton
 
UiRadioList - Class in com.axway.ats.uiengine.elements
A Radio List
UiRadioList(UiDriver, UiElementProperties) - Constructor for class com.axway.ats.uiengine.elements.UiRadioList
 
UiSingleSelectList - Class in com.axway.ats.uiengine.elements
A SingleSelectList
UiSingleSelectList(UiDriver, UiElementProperties) - Constructor for class com.axway.ats.uiengine.elements.UiSingleSelectList
 
UiTable - Class in com.axway.ats.uiengine.elements
A Table
UiTable(UiDriver, UiElementProperties) - Constructor for class com.axway.ats.uiengine.elements.UiTable
 
UiTextArea - Class in com.axway.ats.uiengine.elements
A Text Area that can be edited
UiTextArea(UiDriver, UiElementProperties) - Constructor for class com.axway.ats.uiengine.elements.UiTextArea
 
UiTextBox - Class in com.axway.ats.uiengine.elements
A Text Box that can be edited
UiTextBox(UiDriver, UiElementProperties) - Constructor for class com.axway.ats.uiengine.elements.UiTextBox
 
UiTree - Class in com.axway.ats.uiengine.elements
A Tree
UiTree(UiDriver, UiElementProperties) - Constructor for class com.axway.ats.uiengine.elements.UiTree
 
unCheck() - Method in class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlCheckBox
Uncheck the check box
unCheck() - Method in class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlCheckBox
Uncheck the check box
unCheck() - Method in class com.axway.ats.uiengine.elements.mobile.MobileCheckBox
Uncheck the check box
unCheck() - Method in class com.axway.ats.uiengine.elements.swing.SwingCheckBox
Uncheck the CheckBox
unCheck() - Method in class com.axway.ats.uiengine.elements.UiCheckBox
Uncheck the check box
unsetValue(String) - Method in class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlMultiSelectList
unselect a value
unsetValue(String) - Method in class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlMultiSelectList
unselect a value
unsetValue(String) - Method in class com.axway.ats.uiengine.elements.swing.SwingMultiSelectList
Unset MultiSelectList value
unsetValue(String) - Method in class com.axway.ats.uiengine.elements.UiMultiSelectList
unselect a value
useComponentInspector(SwingDriverInternal) - Static method in class com.axway.ats.uiengine.elements.swing.SwingElementLocator
Log the clicked element (its type, properties and index in the component hierarchy from the current container)
useComponentInspector() - Method in class com.axway.ats.uiengine.engine.SwingEngine
Whether to use component inspector tool, which logs the selected component type, its available properties and calculates its index in the component hierarchy tree in the scope of the current container.
The tool works with mouse click action only.

V

valueOf(String) - Static method in enum com.axway.ats.uiengine.AbstractRealBrowserDriver.BrowserType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.axway.ats.uiengine.internal.driver.InternalObjectsEnum
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.axway.ats.uiengine.AbstractRealBrowserDriver.BrowserType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.axway.ats.uiengine.internal.driver.InternalObjectsEnum
Returns an array containing the constants of this enum type, in the order they are declared.
VerificationException - Exception in com.axway.ats.uiengine.exceptions
 
VerificationException() - Constructor for exception com.axway.ats.uiengine.exceptions.VerificationException
 
VerificationException(String, Throwable) - Constructor for exception com.axway.ats.uiengine.exceptions.VerificationException
 
VerificationException(String) - Constructor for exception com.axway.ats.uiengine.exceptions.VerificationException
 
VerificationException(Throwable) - Constructor for exception com.axway.ats.uiengine.exceptions.VerificationException
 
verifyChecked() - Method in class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlCheckBox
Verify the check box is checked throws an error if verification fail
verifyChecked() - Method in class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlCheckBox
Verify the check box is checked throws an error if verification fail
verifyChecked() - Method in class com.axway.ats.uiengine.elements.mobile.MobileCheckBox
Verify the check box is checked throws an error if verification fail
verifyChecked() - Method in class com.axway.ats.uiengine.elements.swing.SwingCheckBox
Verify the check box is checked
verifyChecked() - Method in class com.axway.ats.uiengine.elements.UiCheckBox
Verify the check box is checked throws an error if verification fail
verifyDisabled() - Method in class com.axway.ats.uiengine.utilities.swing.SwingElementState
Verifies the element is disabled
verifyEditable() - Method in class com.axway.ats.uiengine.utilities.swing.SwingElementState
Verifies the element is editable
verifyEnabled() - Method in class com.axway.ats.uiengine.utilities.swing.SwingElementState
Verifies the element is enabled
VerifyEqualityException - Exception in com.axway.ats.uiengine.exceptions
 
VerifyEqualityException(String, String, UiElement) - Constructor for exception com.axway.ats.uiengine.exceptions.VerifyEqualityException
 
VerifyEqualityException(String, UiElement) - Constructor for exception com.axway.ats.uiengine.exceptions.VerifyEqualityException
 
verifyExist() - Method in class com.axway.ats.uiengine.utilities.hiddenbrowser.HiddenHtmlElementState
Verifies the element exist throws an exception if verification fail
verifyExist() - Method in interface com.axway.ats.uiengine.utilities.IHtmlElementState
Verifies the element exist throws an exception if verification fail
verifyExist() - Method in class com.axway.ats.uiengine.utilities.mobile.MobileElementState
Verifies the element exist throws an exception if verification fail
verifyExist() - Method in class com.axway.ats.uiengine.utilities.realbrowser.html.RealHtmlElementState
Verifies the element exist throws an exception if verification fail
verifyExist() - Method in class com.axway.ats.uiengine.utilities.swing.SwingElementState
Verifies the element exist
verifyFieldValue(String, int, int) - Method in class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlTable
Verify the field value is as specified
verifyFieldValue(String, int, int) - Method in class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlTable
Verify the field value is as specified
verifyFieldValue(String, int, int) - Method in class com.axway.ats.uiengine.elements.swing.SwingTable
Verify the field value is as specified
verifyFieldValue(String, int, int) - Method in class com.axway.ats.uiengine.elements.UiTable
Verify the field value is as specified
verifyFieldValueRegex(String, int, int) - Method in class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlTable
Verify the field value matches the specified java regular expression
verifyFieldValueRegex(String, int, int) - Method in class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlTable
Verify the field value matches the specified java regular expression
verifyFieldValueRegex(String, int, int) - Method in class com.axway.ats.uiengine.elements.swing.SwingTable
Verify the field value matches the specified java regular expression
verifyFieldValueRegex(String, int, int) - Method in class com.axway.ats.uiengine.elements.UiTable
Verify the field value matches the specified java regular expression
verifyNotChecked() - Method in class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlCheckBox
Verify the check box is not checked throws an error if verification fail
verifyNotChecked() - Method in class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlCheckBox
Verify the check box is not checked throws an error if verification fail
verifyNotChecked() - Method in class com.axway.ats.uiengine.elements.mobile.MobileCheckBox
Verify the check box is not checked throws an error if verification fail
verifyNotChecked() - Method in class com.axway.ats.uiengine.elements.swing.SwingCheckBox
Verify the check box is not checked
verifyNotChecked() - Method in class com.axway.ats.uiengine.elements.UiCheckBox
Verify the check box is not checked throws an error if verification fail
verifyNotEditable() - Method in class com.axway.ats.uiengine.utilities.swing.SwingElementState
Verifies the element is not editable
VerifyNotEqualityException - Exception in com.axway.ats.uiengine.exceptions
 
VerifyNotEqualityException(String, UiElement) - Constructor for exception com.axway.ats.uiengine.exceptions.VerifyNotEqualityException
 
verifyNotExist() - Method in class com.axway.ats.uiengine.utilities.hiddenbrowser.HiddenHtmlElementState
Verifies the element does NOT exist throws an exception if verification fail
verifyNotExist() - Method in interface com.axway.ats.uiengine.utilities.IHtmlElementState
Verifies the element does NOT exist throws an exception if verification fail
verifyNotExist() - Method in class com.axway.ats.uiengine.utilities.mobile.MobileElementState
Verifies the element does NOT exist throws an exception if verification fail
verifyNotExist() - Method in class com.axway.ats.uiengine.utilities.realbrowser.html.RealHtmlElementState
Verifies the element does NOT exist throws an exception if verification fail
verifyNotExist() - Method in class com.axway.ats.uiengine.utilities.swing.SwingElementState
Verifies the element does NOT exist
verifyNotFieldValue(String, int, int) - Method in class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlTable
Verify the field value is NOT as specified
verifyNotFieldValue(String, int, int) - Method in class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlTable
Verify the field value is NOT as specified
verifyNotFieldValue(String, int, int) - Method in class com.axway.ats.uiengine.elements.swing.SwingTable
Verify the field value is NOT as specified
verifyNotFieldValue(String, int, int) - Method in class com.axway.ats.uiengine.elements.UiTable
Verify the field value is NOT as specified
verifyNotSelected() - Method in class com.axway.ats.uiengine.elements.swing.SwingRadioButton
Verify the selected value is NOT as specified
verifyNotValue(String) - Method in class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlFileBrowse
Verify the File Select Button value is NOT as specified
verifyNotValue(String) - Method in class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlMultiSelectList
Verify the specified value is NOT selected
verifyNotValue(String) - Method in class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlRadioList
Verify the selected value is NOT as specified
verifyNotValue(String) - Method in class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlSingleSelectList
Verify the selected value is NOT as specified
verifyNotValue(String) - Method in class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlTextArea
Verify the Text Area value is NOT as specified
verifyNotValue(String) - Method in class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlTextBox
Verify the Text Box value is NOT as specified
verifyNotValue(String) - Method in class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlFileBrowse
Verify the File Select Button value is NOT as specified
verifyNotValue(String) - Method in class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlMultiSelectList
Verify the specified value is NOT selected
verifyNotValue(String) - Method in class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlRadioList
Verify the selected value is NOT as specified
verifyNotValue(String) - Method in class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlSingleSelectList
Verify the selected value is NOT as specified
verifyNotValue(String) - Method in class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlTextArea
Verify the Text Area value is NOT as specified
verifyNotValue(String) - Method in class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlTextBox
Verify the Text Box value is NOT as specified
verifyNotValue(String) - Method in class com.axway.ats.uiengine.elements.mobile.MobileTextBox
Verify the Text Box value is NOT as specified
verifyNotValue(String) - Method in class com.axway.ats.uiengine.elements.swing.SwingComboBox
Verify the selected value is NOT as specified
verifyNotValue(String) - Method in class com.axway.ats.uiengine.elements.swing.SwingFileBrowse
Verifies that the value of 'File Name' text field is different from the expected
verifyNotValue(String) - Method in class com.axway.ats.uiengine.elements.swing.SwingMultiSelectList
Verify the specified value is NOT selected
verifyNotValue(String) - Method in class com.axway.ats.uiengine.elements.swing.SwingSingleSelectList
Verify the selected value is NOT as specified
verifyNotValue(String) - Method in class com.axway.ats.uiengine.elements.swing.SwingTextArea
Verify the Text Area value is NOT as specified
verifyNotValue(String) - Method in class com.axway.ats.uiengine.elements.UiComboBox
Verify the specified value is NOT selected
verifyNotValue(String) - Method in class com.axway.ats.uiengine.elements.UiFileBrowse
Verify the Text Box value is NOT as specified
verifyNotValue(String) - Method in class com.axway.ats.uiengine.elements.UiMultiSelectList
Verify the specified value is NOT selected
verifyNotValue(String) - Method in class com.axway.ats.uiengine.elements.UiRadioList
Verify the selected value is NOT as specified
verifyNotValue(String) - Method in class com.axway.ats.uiengine.elements.UiSingleSelectList
Verify the specified value is NOT selected
verifyNotValue(String) - Method in class com.axway.ats.uiengine.elements.UiTextArea
Verify the Text Area value is NOT as specified
verifyNotValue(String) - Method in class com.axway.ats.uiengine.elements.UiTextBox
Verify the Text Box value is NOT as specified
verifyNotVisible() - Method in class com.axway.ats.uiengine.utilities.swing.SwingElementState
Verifies the element is not visible
verifyProcessed() - Method in class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlAlert
 
verifyProcessed() - Method in class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlConfirm
 
verifyProcessed() - Method in class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlPrompt
 
verifyProcessed() - Method in class com.axway.ats.uiengine.elements.html.HtmlAlert
 
verifyProcessed() - Method in class com.axway.ats.uiengine.elements.html.HtmlConfirm
 
verifyProcessed() - Method in class com.axway.ats.uiengine.elements.html.HtmlPrompt
 
verifyProcessed() - Method in class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlAlert
 
verifyProcessed() - Method in class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlConfirm
 
verifyProcessed() - Method in class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlPrompt
 
verifySelected() - Method in class com.axway.ats.uiengine.elements.swing.SwingRadioButton
Verify the selected value is as specified
verifyValue(String) - Method in class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlFileBrowse
Verify the File Select Button value is as specified
verifyValue(String) - Method in class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlMultiSelectList
Verify the specified value is selected
verifyValue(String) - Method in class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlRadioList
Verify the selected value is as specified
verifyValue(String) - Method in class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlSingleSelectList
Verify the selected value is as specified
verifyValue(String) - Method in class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlTextArea
Verify the Text Area value is as specified
verifyValue(String) - Method in class com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlTextBox
Verify the Text Box value is as specified
verifyValue(String) - Method in class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlFileBrowse
Verify the File Select Button value is as specified
verifyValue(String) - Method in class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlMultiSelectList
Verify the specified value is selected
verifyValue(String) - Method in class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlRadioList
Verify the selected value is as specified
verifyValue(String) - Method in class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlSingleSelectList
Verify the selected value is as specified
verifyValue(String) - Method in class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlTextArea
Verify the Text Area value is as specified
verifyValue(String) - Method in class com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlTextBox
Verify the Text Box value is as specified
verifyValue(String) - Method in class com.axway.ats.uiengine.elements.mobile.MobileTextBox
Verify the Text Box value is as specified
verifyValue(String) - Method in class com.axway.ats.uiengine.elements.swing.SwingComboBox
Verify the selected value is as specified
verifyValue(String) - Method in class com.axway.ats.uiengine.elements.swing.SwingFileBrowse
Verifies that the value of 'File Name' text field is as expected
verifyValue(String) - Method in class com.axway.ats.uiengine.elements.swing.SwingMultiSelectList
Verify the specified value is selected
verifyValue(String) - Method in class com.axway.ats.uiengine.elements.swing.SwingSingleSelectList
Verify the selected value is as specified
verifyValue(String) - Method in class com.axway.ats.uiengine.elements.swing.SwingTextArea
Verify the Text Area value is as specified
verifyValue(String) - Method in class com.axway.ats.uiengine.elements.UiComboBox
Verify the specified value is selected
verifyValue(String) - Method in class com.axway.ats.uiengine.elements.UiFileBrowse
Verify the Text Box value is as specified
verifyValue(String) - Method in class com.axway.ats.uiengine.elements.UiMultiSelectList
Verify the specified value is selected
verifyValue(String) - Method in class com.axway.ats.uiengine.elements.UiRadioList
Verify the selected value is as specified
verifyValue(String) - Method in class com.axway.ats.uiengine.elements.UiSingleSelectList
Verify the specified value is selected
verifyValue(String) - Method in class com.axway.ats.uiengine.elements.UiTextArea
Verify the Text Area value is as specified
verifyValue(String) - Method in class com.axway.ats.uiengine.elements.UiTextBox
Verify the Text Box value is as specified
verifyVisible() - Method in class com.axway.ats.uiengine.utilities.swing.SwingElementState
Verifies the element is visible

W

waitForPageLoaded(WebDriver, int) - Method in class com.axway.ats.uiengine.AbstractRealBrowserDriver
 
waitToBecomeDisabled() - Method in class com.axway.ats.uiengine.utilities.hiddenbrowser.HiddenHtmlElementState
Waits for a period of time (check the 'elementStateChangeDelay' property) the element to become disabled throws an exception if it does not become disabled for the default waiting period (check the 'elementStateChangeDelay' property)
waitToBecomeDisabled(int) - Method in class com.axway.ats.uiengine.utilities.hiddenbrowser.HiddenHtmlElementState
Waits for a period of time the element to become disabled throws an exception if it does not become disabled for the specified period
waitToBecomeDisabled() - Method in interface com.axway.ats.uiengine.utilities.IHtmlElementState
Waits for a period of time (check the 'elementStateChangeDelay' property) the element to become disabled throws an exception if it does not become disabled for the default waiting period (check the 'elementStateChangeDelay' property)
waitToBecomeDisabled(int) - Method in interface com.axway.ats.uiengine.utilities.IHtmlElementState
Waits for a period of time the element to become disabled throws an exception if it does not become disabled for the specified period
waitToBecomeDisabled() - Method in class com.axway.ats.uiengine.utilities.realbrowser.html.RealHtmlElementState
Waits for a period of time (check the 'elementStateChangeDelay' property) the element to become disabled throws an exception if it does not become disabled for the default waiting period (check the 'elementStateChangeDelay' property)
waitToBecomeDisabled(int) - Method in class com.axway.ats.uiengine.utilities.realbrowser.html.RealHtmlElementState
Waits for a period of time the element to become disabled throws an exception if it does not become disabled for the specified period
waitToBecomeDisabled() - Method in class com.axway.ats.uiengine.utilities.swing.SwingElementState
Waits for a period of time (check the 'elementStateChangeDelay' property) the element to become disabled
waitToBecomeDisabled(int) - Method in class com.axway.ats.uiengine.utilities.swing.SwingElementState
Waits for a period of time the element to become disabled
waitToBecomeDisplayed() - Method in class com.axway.ats.uiengine.utilities.hiddenbrowser.HiddenHtmlElementState
Waits for a period of time (check the 'elementStateChangeDelay' property) the element to become displayed throws an exception if it does not become displayed for the default waiting period (check the 'elementStateChangeDelay' property)
waitToBecomeDisplayed(int) - Method in class com.axway.ats.uiengine.utilities.hiddenbrowser.HiddenHtmlElementState
Waits for a period of time the element to become displayed throws an exception if it does not become displayed for the specified period
waitToBecomeDisplayed() - Method in interface com.axway.ats.uiengine.utilities.IHtmlElementState
Waits for a period of time (check the 'elementStateChangeDelay' property) the element to become displayed throws an exception if it does not become displayed for the default waiting period (check the 'elementStateChangeDelay' property)
waitToBecomeDisplayed(int) - Method in interface com.axway.ats.uiengine.utilities.IHtmlElementState
Waits for a period of time the element to become displayed throws an exception if it does not become displayed for the specified period
waitToBecomeDisplayed() - Method in class com.axway.ats.uiengine.utilities.mobile.MobileElementState
Waits for a period of time (check the 'elementStateChangeDelay' property) the element to become displayed throws an exception if it does not become displayed for the default waiting period (check the 'elementStateChangeDelay' property)
waitToBecomeDisplayed(int) - Method in class com.axway.ats.uiengine.utilities.mobile.MobileElementState
Waits for a period of time the element to become displayed throws an exception if it does not become displayed for the specified period
waitToBecomeDisplayed() - Method in class com.axway.ats.uiengine.utilities.realbrowser.html.RealHtmlElementState
Waits for a period of time (check the 'elementStateChangeDelay' property) the element to become displayed throws an exception if it does not become displayed for the default waiting period (check the 'elementStateChangeDelay' property)
waitToBecomeDisplayed(int) - Method in class com.axway.ats.uiengine.utilities.realbrowser.html.RealHtmlElementState
Waits for a period of time the element to become displayed throws an exception if it does not become displayed for the specified period
waitToBecomeEnabled() - Method in class com.axway.ats.uiengine.utilities.hiddenbrowser.HiddenHtmlElementState
Waits for a period of time (check the 'elementStateChangeDelay' property) the element to become enabled throws an exception if it does not become enabled for the default waiting period (check the 'elementStateChangeDelay' property)
waitToBecomeEnabled(int) - Method in class com.axway.ats.uiengine.utilities.hiddenbrowser.HiddenHtmlElementState
Waits for a period of time the element to become enabled throws an exception if it does not become enabled for the specified period
waitToBecomeEnabled() - Method in interface com.axway.ats.uiengine.utilities.IHtmlElementState
Waits for a period of time (check the 'elementStateChangeDelay' property) the element to become enabled throws an exception if it does not become enabled for the default waiting period (check the 'elementStateChangeDelay' property)
waitToBecomeEnabled(int) - Method in interface com.axway.ats.uiengine.utilities.IHtmlElementState
Waits for a period of time the element to become enabled throws an exception if it does not become enabled for the specified period
waitToBecomeEnabled() - Method in class com.axway.ats.uiengine.utilities.realbrowser.html.RealHtmlElementState
Waits for a period of time (check the 'elementStateChangeDelay' property) the element to become enabled throws an exception if it does not become enabled for the default waiting period (check the 'elementStateChangeDelay' property)
waitToBecomeEnabled(int) - Method in class com.axway.ats.uiengine.utilities.realbrowser.html.RealHtmlElementState
Waits for a period of time the element to become enabled throws an exception if it does not become enabled for the specified period
waitToBecomeEnabled() - Method in class com.axway.ats.uiengine.utilities.swing.SwingElementState
Waits for a period of time (check the 'elementStateChangeDelay' property) the element to become enabled
waitToBecomeEnabled(int) - Method in class com.axway.ats.uiengine.utilities.swing.SwingElementState
Waits for a period of time the element to become enabled
waitToBecomeExisting() - Method in class com.axway.ats.uiengine.utilities.hiddenbrowser.HiddenHtmlElementState
Waits for a period of time (check the 'elementStateChangeDelay' property) the element to become existing throws an exception if it does not become existing for the default waiting period (check the 'elementStateChangeDelay' property)
waitToBecomeExisting(int) - Method in class com.axway.ats.uiengine.utilities.hiddenbrowser.HiddenHtmlElementState
Waits for a period of time the element to become existing throws an exception if it does not become existing for the specified period
waitToBecomeExisting() - Method in interface com.axway.ats.uiengine.utilities.IHtmlElementState
Waits for a period of time (check the 'elementStateChangeDelay' property) the element to become existing throws an exception if it does not become existing for the default waiting period (check the 'elementStateChangeDelay' property)
waitToBecomeExisting(int) - Method in interface com.axway.ats.uiengine.utilities.IHtmlElementState
Waits for a period of time the element to become existing throws an exception if it does not become existing for the specified period
waitToBecomeExisting() - Method in class com.axway.ats.uiengine.utilities.mobile.MobileElementState
Waits for a period of time (check the 'elementStateChangeDelay' property) the element to become existing throws an exception if it does not become existing for the default waiting period (check the 'elementStateChangeDelay' property)
waitToBecomeExisting(int) - Method in class com.axway.ats.uiengine.utilities.mobile.MobileElementState
Waits for a period of time the element to become existing throws an exception if it does not become existing for the specified period
waitToBecomeExisting() - Method in class com.axway.ats.uiengine.utilities.realbrowser.html.RealHtmlElementState
Waits for a period of time (check the 'elementStateChangeDelay' property) the element to become existing throws an exception if it does not become existing for the default waiting period (check the 'elementStateChangeDelay' property)
waitToBecomeExisting(int) - Method in class com.axway.ats.uiengine.utilities.realbrowser.html.RealHtmlElementState
Waits for a period of time the element to become existing throws an exception if it does not become existing for the specified period
waitToBecomeExisting() - Method in class com.axway.ats.uiengine.utilities.swing.SwingElementState
Waits for a period of time (check the 'elementStateChangeDelay' property) the element to become existing
waitToBecomeExisting(int) - Method in class com.axway.ats.uiengine.utilities.swing.SwingElementState
Waits for a period of time the element to become existing
waitToBecomeHidden() - Method in class com.axway.ats.uiengine.utilities.hiddenbrowser.HiddenHtmlElementState
Waits for a period of time (check the 'elementStateChangeDelay' property) the element to become hidden throws an exception if it does not become hidden for the default waiting period (check the 'elementStateChangeDelay' property)
waitToBecomeHidden(int) - Method in class com.axway.ats.uiengine.utilities.hiddenbrowser.HiddenHtmlElementState
Waits for a period of time the element to become hidden throws an exception if it does not become hidden for the specified period
waitToBecomeHidden() - Method in interface com.axway.ats.uiengine.utilities.IHtmlElementState
Waits for a period of time (check the 'elementStateChangeDelay' property) the element to become hidden throws an exception if it does not become hidden for the default waiting period (check the 'elementStateChangeDelay' property)
waitToBecomeHidden(int) - Method in interface com.axway.ats.uiengine.utilities.IHtmlElementState
Waits for a period of time the element to become hidden throws an exception if it does not become hidden for the specified period
waitToBecomeHidden() - Method in class com.axway.ats.uiengine.utilities.realbrowser.html.RealHtmlElementState
Waits for a period of time (check the 'elementStateChangeDelay' property) the element to become hidden throws an exception if it does not become hidden for the default waiting period (check the 'elementStateChangeDelay' property)
waitToBecomeHidden(int) - Method in class com.axway.ats.uiengine.utilities.realbrowser.html.RealHtmlElementState
Waits for a period of time the element to become hidden throws an exception if it does not become hidden for the specified period
waitToBecomeNotExisting() - Method in class com.axway.ats.uiengine.utilities.hiddenbrowser.HiddenHtmlElementState
Waits for a period of time (check the 'elementStateChangeDelay' property) the element to became non-existing throws an exception if it does not become non-existing for the default waiting period (check the 'elementStateChangeDelay' property)
waitToBecomeNotExisting(int) - Method in class com.axway.ats.uiengine.utilities.hiddenbrowser.HiddenHtmlElementState
Waits for a period of time the element to became non-existing throws an exception if it does not become non-existing for the specified period
waitToBecomeNotExisting() - Method in interface com.axway.ats.uiengine.utilities.IHtmlElementState
Waits for a period of time (check the 'elementStateChangeDelay' property) the element to became non-existing throws an exception if it does not become non-existing for the default waiting period (check the 'elementStateChangeDelay' property)
waitToBecomeNotExisting(int) - Method in interface com.axway.ats.uiengine.utilities.IHtmlElementState
Waits for a period of time the element to became non-existing throws an exception if it does not become non-existing for the specified period
waitToBecomeNotExisting() - Method in class com.axway.ats.uiengine.utilities.mobile.MobileElementState
Waits for a period of time (check the 'elementStateChangeDelay' property) the element to became non-existing throws an exception if it does not become non-existing for the default waiting period (check the 'elementStateChangeDelay' property)
waitToBecomeNotExisting(int) - Method in class com.axway.ats.uiengine.utilities.mobile.MobileElementState
Waits for a period of time the element to became non-existing throws an exception if it does not become non-existing for the specified period
waitToBecomeNotExisting() - Method in class com.axway.ats.uiengine.utilities.realbrowser.html.RealHtmlElementState
Waits for a period of time (check the 'elementStateChangeDelay' property) the element to became non-existing throws an exception if it does not become non-existing for the default waiting period (check the 'elementStateChangeDelay' property)
waitToBecomeNotExisting(int) - Method in class com.axway.ats.uiengine.utilities.realbrowser.html.RealHtmlElementState
Waits for a period of time the element to became non-existing throws an exception if it does not become non-existing for the specified period
waitToBecomeNotExisting() - Method in class com.axway.ats.uiengine.utilities.swing.SwingElementState
Waits for a period of time (check the 'elementStateChangeDelay' property) the element to became non-existing
waitToBecomeNotExisting(int) - Method in class com.axway.ats.uiengine.utilities.swing.SwingElementState
Waits for a period of time the element to became non-existing
waitToBecomeNotVisible() - Method in class com.axway.ats.uiengine.utilities.swing.SwingElementState
Waits for a period of time (check the 'elementStateChangeDelay' property) the element to become invisible
waitToBecomeVisible() - Method in class com.axway.ats.uiengine.utilities.swing.SwingElementState
Waits for a period of time (check the 'elementStateChangeDelay' property) the element to become visible
webDriver - Variable in class com.axway.ats.uiengine.AbstractRealBrowserDriver
 
webDriver - Variable in class com.axway.ats.uiengine.HiddenBrowserDriver
 
windowFixture - Variable in class com.axway.ats.uiengine.SwingDriver
Current window container.
windowTitle - Variable in class com.axway.ats.uiengine.SwingDriver
 

X

XPATH - Static variable in class com.axway.ats.uiengine.elements.html.HtmlElementLocatorBuilder
 
A B C D E F G H I J K L M N P R S T U V W X 
Skip navigation links

Copyright © 2017 Axway Software. All rights reserved.