- getActionDelay() - Method in DriverFactory
-
Get the action delay (in seconds)
- getAlert() - Method in DriverFactory
-
Get the current alert if there is one popped up
- getAlertText() - Method in WebUiBuiltInKeywords
-
Get displayed text of the alert class (alert, confirmation popup, prompt
popup).
- getAllLinksOnCurrentPage(boolean, List) - Method in WebUiBuiltInKeywords
-
Get all links on current page
- getAttribute(TestObject, String) - Method in WebUiBuiltInKeywords
-
Get attribute value of a web element
- getChromeDriverPath() - Method in DriverFactory
-
Get the absolute path of the current ChromeDriver
- getCSSValue(TestObject, String, FailureHandling) - Method in WebUiBuiltInKeywords
-
Get CSS value of a web element
- getCurrentWindowIndex() - Method in DriverFactory
-
Get the index of the window the web driver is on
- getDefaultPageLoadTimeout() - Method in DriverFactory
-
Get the default page load timeout
- getDeviceId() - Method in WebMobileDriverFactory
-
Get the id of the current mobile device
- getDeviceManufacturer() - Method in WebMobileDriverFactory
-
Get the manufacturer of the current mobile device
- getDeviceModel() - Method in WebMobileDriverFactory
-
Get the model of the current mobile device
- getDeviceName() - Method in WebMobileDriverFactory
-
Get the name of the current mobile device
- getDeviceOS() - Method in WebMobileDriverFactory
-
Get the os of the current mobile device
- getDeviceOSVersion() - Method in WebMobileDriverFactory
-
Get the os version of the current mobile device
- getDevicePlatform() - Method in WebMobileDriverFactory
-
Get the platform of the current active driver
- getDriver() - Method in WebMobileDriverFactory
-
Get the current active web mobile driver
- getElementHeight(TestObject) - Method in WebUiBuiltInKeywords
-
Get height of web element
- getElementLeftPosition(TestObject) - Method in WebUiBuiltInKeywords
-
Get the left position of web element
- getElementWidth(TestObject) - Method in WebUiBuiltInKeywords
-
Get width of web element
- getExecutedBrowser() - Method in DriverFactory
-
Get the current executed browser type
- getGeckoDriverPath() - Method in DriverFactory
-
Get the absolute path of the current GeckoDriver
- getName() - Method in WebUIDriverType
-
- getNumberOfSelectedOption(TestObject) - Method in WebUiBuiltInKeywords
-
Count the number of options which are being selected the given web element has.
- getNumberOfTotalOption(TestObject) - Method in WebUiBuiltInKeywords
-
Count the total number of options the given web element has
- getPageHeight() - Method in WebUiBuiltInKeywords
-
Get current web page's height
- getPageWidth() - Method in WebUiBuiltInKeywords
-
Get current web page's width
- getPropertyKey() - Method in WebUIDriverType
-
- getPropertyValue() - Method in WebUIDriverType
-
- getRemoteWebDriverServerType() - Method in DriverFactory
-
Get the type of the remove web driver is the current web driver type is remote
- getRemoteWebDriverServerUrl() - Method in DriverFactory
-
Get the url of the remove web driver is the current web driver type is remote
- getText(TestObject) - Method in WebUiBuiltInKeywords
-
Get the visible (i.e. not hidden by CSS) innerText of the web element, including sub-elements, without any leading or trailing whitespace.
- getUrl() - Method in WebUiBuiltInKeywords
-
Get url of the current window
- getViewportHeight() - Method in WebUiBuiltInKeywords
-
Get current viewport's height value
- getViewportLeftPosition() - Method in WebUiBuiltInKeywords
-
Get current view port left (x) position relatively to the web page
- getViewportTopPosition() - Method in WebUiBuiltInKeywords
-
Get current view port top (y) position relatively to the web page
- getViewportWidth() - Method in WebUiBuiltInKeywords
-
Get current viewport's width value
- getWebDriver() - Method in DriverFactory
-
Get the current active web driver
- getWebDriverServerUrl(RemoteWebDriver) - Method in DriverFactory
-
- getWebMobileDriverType() - Method in WebMobileDriverFactory
-
Get the web mobile driver type of the current active driver
- getWindowIndex() - Method in WebUiBuiltInKeywords
-
Get index of the current window
- getWindowTitle() - Method in WebUiBuiltInKeywords
-
Get title of the current window
- scrollToElement(TestObject, int) - Method in WebUiBuiltInKeywords
-
scrolls a element into the visible area of the browser window
- scrollToPosition(int, int) - Method in WebUiBuiltInKeywords
-
Scroll the viewport to a specific position
- selectAllOption(TestObject) - Method in WebUiBuiltInKeywords
-
Selection all options of an object.
- selectOptionByIndex(TestObject, Object) - Method in WebUiBuiltInKeywords
-
Select the options at the given indices.
- selectOptionByLabel(TestObject, String, boolean) - Method in WebUiBuiltInKeywords
-
Select all options with the given label (displayed text)
- selectOptionByValue(TestObject, String, boolean) - Method in WebUiBuiltInKeywords
-
Select all options that have a value matching the "value" argument.
- sendKeys(String, Keys) - Method in KatalonWebDriverBackedSelenium
-
- sendKeys(TestObject, String) - Method in WebUiBuiltInKeywords
-
Simulates keystroke events on the specified element, as though you typed the value key-by-key
- setAlertText(String) - Method in WebUiBuiltInKeywords
-
Simulate users typing text into prompt popup.
- setEncryptedText(TestObject, String) - Method in WebUiBuiltInKeywords
-
Set encrypted text into an input field.
- setMaskedText(TestObject, String, FailureHandling) - Method in WebUiBuiltInKeywords
-
Set the value of an input field, as though you type it in.
- setText(TestObject, String) - Method in WebUiBuiltInKeywords
-
Set the value of an input field, as though you type it in.
- setViewPortSize(int, int) - Method in WebUiBuiltInKeywords
-
Set the size of the current window.
- startClient() - Method in ExistingRemoteWebDriver
-
- startExisitingMobileDriver(DriverType, String, String) - Method in WebMobileDriverFactory
-
- startExistingBrowser() - Method in DriverFactory
-
- startSession(Capabilities) - Method in ExistingRemoteWebDriver
-
- stringValues() - Method in WebUIDriverType
-
- submit(TestObject) - Method in WebUiBuiltInKeywords
-
If this current element is a form, or an element within a form, then this will be submitted.
- switchToAvailableWindow() - Method in DriverFactory
-
Switch the active web driver to any available window
- switchToDefaultContent() - Method in WebUiBuiltInKeywords
-
Use this keyword to switch back to default Window, after deal with some
framed element
- switchToFrame(TestObject, int) - Method in WebUiBuiltInKeywords
-
Switch the current context into an iframe
- switchToWindowIndex(Object) - Method in WebUiBuiltInKeywords
-
Switch to the window with given index.
- switchToWindowTitle(String) - Method in WebUiBuiltInKeywords
-
Switch to the window with given title.
- switchToWindowUrl(String) - Method in WebUiBuiltInKeywords
-
Switch to the window with given url.
- verificationErrors - Field in KatalonWebDriverBackedSelenium
-
- verifyAlertNotPresent(int) - Method in WebUiBuiltInKeywords
-
Verify if alert does not present
- verifyAlertPresent(int) - Method in WebUiBuiltInKeywords
-
Verify if alert presents
- verifyAllLinksOnCurrentPageAccessible(boolean, List) - Method in WebUiBuiltInKeywords
-
Verify all links (URLs) on the current page are accessible
- verifyElementAttributeValue(TestObject, String, String, int) - Method in WebUiBuiltInKeywords
-
Verify if the web element has an attribute with the specific name and value
- verifyElementChecked(TestObject, int) - Method in WebUiBuiltInKeywords
-
Verify if the given web element is checked.
- verifyElementClickable(TestObject) - Method in WebUiBuiltInKeywords
-
Verify if the given element is clickable
- verifyElementHasAttribute(TestObject, String, int) - Method in WebUiBuiltInKeywords
-
Verify if the web element has an attribute with the specific name
- verifyElementInViewport(TestObject, int) - Method in WebUiBuiltInKeywords
-
Deprecated.
- verifyElementNotChecked(TestObject, int) - Method in WebUiBuiltInKeywords
-
Verify if the given web element is NOT checked.
- verifyElementNotClickable(TestObject) - Method in WebUiBuiltInKeywords
-
Verify if the given element is NOT clickable
- verifyElementNotHasAttribute(TestObject, String, int) - Method in WebUiBuiltInKeywords
-
Verify if the web element doesn't have an attribute with the specific name
- verifyElementNotInViewport(TestObject, int) - Method in WebUiBuiltInKeywords
-
Verify if the web element is NOT visible in current view port
- verifyElementNotPresent(TestObject, int) - Method in WebUiBuiltInKeywords
-
Verify if the given web element does NOT present on the DOM
- verifyElementNotVisible(TestObject) - Method in WebUiBuiltInKeywords
-
Verify if given web element is NOT visible
- verifyElementNotVisibleInViewport(TestObject, int) - Method in WebUiBuiltInKeywords
-
Deprecated.
- verifyElementPresent(TestObject, int) - Method in WebUiBuiltInKeywords
-
Verify if the given web element presents on the DOM
- verifyElementText(TestObject, String) - Method in WebUiBuiltInKeywords
-
Verify text of an element.
- verifyElementVisible(TestObject) - Method in WebUiBuiltInKeywords
-
Verify if given web element is visible
- verifyElementVisibleInViewport(TestObject, int) - Method in WebUiBuiltInKeywords
-
Deprecated.
- verifyEquals(Object, Object) - Method in KatalonWebDriverBackedSelenium
-
- verifyFalse(boolean) - Method in KatalonWebDriverBackedSelenium
-
- verifyImagePresent(TestObject) - Method in WebUiBuiltInKeywords
-
Verify if an image is present on page
- verifyLinksAccessible(List) - Method in WebUiBuiltInKeywords
-
Verify a list of links (URLs) are accessible
- verifyOptionNotPresentByLabel(TestObject, String, boolean, int) - Method in WebUiBuiltInKeywords
-
Verify if the options with the given displayed texts do not exist.
- verifyOptionNotPresentByValue(TestObject, String, boolean, int) - Method in WebUiBuiltInKeywords
-
Verify if the options with the given value do not present.
- verifyOptionNotSelectedByIndex(TestObject, Object, int) - Method in WebUiBuiltInKeywords
-
Verify if the options at the given indices are not selected
- verifyOptionNotSelectedByLabel(TestObject, String, boolean, int) - Method in WebUiBuiltInKeywords
-
Verify if the options with the given displayed texts are not selected.
- verifyOptionNotSelectedByValue(TestObject, String, boolean, int) - Method in WebUiBuiltInKeywords
-
Verify if the options with the given value are not selected.
- verifyOptionPresentByLabel(TestObject, String, boolean, int) - Method in WebUiBuiltInKeywords
-
Verify if the option with the given label (displayed text) presents
- verifyOptionPresentByValue(TestObject, String, boolean, int) - Method in WebUiBuiltInKeywords
-
Verify if the options with the given value present.
- verifyOptionSelectedByIndex(TestObject, Object, int) - Method in WebUiBuiltInKeywords
-
Verify if the options at the given indices are selected.
- verifyOptionSelectedByLabel(TestObject, String, boolean, int) - Method in WebUiBuiltInKeywords
-
Verify if the options with the given displayed texts are selected.
- verifyOptionSelectedByValue(TestObject, String, boolean, int) - Method in WebUiBuiltInKeywords
-
Verify if the options with the given value are selected.
- verifyOptionsPresent(TestObject, List) - Method in WebUiBuiltInKeywords
-
Verify if all expected options are present within the given test object.
- verifyTextNotPresent(String, boolean) - Method in WebUiBuiltInKeywords
-
Verify if the given texts do NOT present anywhere in the page source
- verifyTextPresent(String, boolean) - Method in WebUiBuiltInKeywords
-
Verify if the given texts present anywhere in the page source
- verifyTrue(boolean) - Method in KatalonWebDriverBackedSelenium
-