A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

A

B

C

checkElement(TestObject, int) - Method in MobileBuiltInKeywords
Check a check-box mobile element (android.widget.CheckBox for Android, UIASwitch for iOS)
clearText(TestObject, int) - Method in MobileBuiltInKeywords
Clear text of a mobile element
closeApplication() - Method in MobileBuiltInKeywords
Close the current running application
closeNotifications() - Method in MobileBuiltInKeywords
Simulate closing notification action on mobile devices

D

dragAndDrop(TestObject, TestObject, int) - Method in MobileBuiltInKeywords
Drag and drop an element into another element

E

F

fromStringValue(String) - Method in MobileDriverType

G

getAttribute(TestObject, String, int) - Method in MobileBuiltInKeywords
Get a specific attribute of a mobile element
getCurrentOrientation() - Method in MobileBuiltInKeywords
Get current screen orientation of the device
getDeviceHeight() - Method in MobileBuiltInKeywords
Get device's physical height
getDeviceManufacturer() - Method in MobileBuiltInKeywords
Get the manufacturer of the current active mobile device
getDeviceOS() - Method in MobileBuiltInKeywords
Get the device os of the current active mobile device
getDeviceOSVersion() - Method in MobileBuiltInKeywords
Get the device os version of the current active mobile device
getDeviceWidth() - Method in MobileBuiltInKeywords
Get device's physical width
getElementHeight(TestObject, int) - Method in MobileBuiltInKeywords
Get the height of mobile element
getElementLeftPosition(TestObject, int) - Method in MobileBuiltInKeywords
Get the left position of mobile element
getElementTopPosition(TestObject, int) - Method in MobileBuiltInKeywords
Get the top position of mobile element
getElementWidth(TestObject, int) - Method in MobileBuiltInKeywords
Get the width of mobile element
getName() - Method in MobileDriverType
Get the name of this mobile driver type
getPlatform() - Method in MobileDriverType
Get the platform of this mobile driver type
getPropertyKey() - Method in MobileDriverType
getPropertyValue() - Method in MobileDriverType
getText(TestObject, int) - Method in MobileBuiltInKeywords
Get text of a mobile element

H

hideKeyboard() - Method in MobileBuiltInKeywords
Hide the keyboard if it is showing

I

J

K

L

M

MobileBuiltInKeywords - Class in com.kms.katalon.core.mobile.keyword
MobileDriverType - Enum in com.kms.katalon.core.mobile.driver
Enum for all supported mobile platform

N

O

openNotifications() - Method in MobileBuiltInKeywords
Simulate opening notification action on mobile devices

P

pinchToZoomInAtPosition(Number, Number, Number) - Method in MobileBuiltInKeywords
Pinch to zoom in at a specific position on the screen of the mobile device
pinchToZoomOutAtPosition(Number, Number, Number) - Method in MobileBuiltInKeywords
Pinch to zoom out at a specific position on the screen of the mobile device
pressBack() - Method in MobileBuiltInKeywords
Simulate pressing back button on a mobile device (Android only)
pressHome() - Method in MobileBuiltInKeywords
Simulate pressing home button on mobile devices (Android only)

Q

R

runIOSAppInBackgroundAndWait(int) - Method in MobileBuiltInKeywords
Running the active application in background

S

scrollToText(String) - Method in MobileBuiltInKeywords
Scroll to an element which contains the given text.
selectListItemByIndex(TestObject, int, int) - Method in MobileBuiltInKeywords
Select item of list view control by its index.
selectListItemByLabel(TestObject, String, int) - Method in MobileBuiltInKeywords
Select item of list view control by its label.
sendKeys(TestObject, String) - Method in MobileBuiltInKeywords
Simulates keystroke events on the specified element, as though you typed the value key-by-key.
setSliderValue(TestObject, Number, int) - Method in MobileBuiltInKeywords
Set the value for Slider control (android.widget.SeekBar for Android, UIASlider for iOS) at specific percentage
setText(TestObject, String, int) - Method in MobileBuiltInKeywords
Set text to a mobile element
startApplication(String, boolean) - Method in MobileBuiltInKeywords
Start up an application
stringValues() - Method in MobileDriverType
swipe(int, int, int, int) - Method in MobileBuiltInKeywords
Simulate swiping fingers on the mobile device
switchToLandscape() - Method in MobileBuiltInKeywords
Switch the current device's mode to landscape mode
switchToNative() - Method in MobileBuiltInKeywords
Switch the current device driver to native context
switchToPortrait() - Method in MobileBuiltInKeywords
Switch the current device's mode to portrait mode
switchToWebView() - Method in MobileBuiltInKeywords
Switch the current device driver to web view context

T

takeScreenshot() - Method in MobileBuiltInKeywords
Taking screenshot of the mobile device screen
tap(TestObject, int) - Method in MobileBuiltInKeywords
Tap on an mobile element
tapAndHold(TestObject, Number, int) - Method in MobileBuiltInKeywords
Tap and hold on a mobile element for a duration
tapAndHoldAtPosition(Number, Number, Number) - Method in MobileBuiltInKeywords
Tap and hold at a specific position on the screen of the mobile device
tapAtPosition(Number, Number) - Method in MobileBuiltInKeywords
Tap at a specific position on the screen of the mobile device
toggleAirplaneMode(String) - Method in MobileBuiltInKeywords
Simulate toggling airplane mode on mobile devices
toString() - Method in MobileDriverType

U

uncheckElement(TestObject, int) - Method in MobileBuiltInKeywords
Un-check a check-box mobile element (android.widget.CheckBox for Android, UIASwitch for iOS)
unlockScreen() - Method in MobileBuiltInKeywords
Unlock device screen

V

verifyElementAttributeValue(TestObject, String, String, int) - Method in MobileBuiltInKeywords
Verify if the element has an attribute with the specific name and value
verifyElementChecked(TestObject, int) - Method in MobileBuiltInKeywords
Verify if a mobile element is checked
verifyElementExist(TestObject, int) - Method in MobileBuiltInKeywords
Verify if a mobile element is presented
verifyElementHasAttribute(TestObject, String, int) - Method in MobileBuiltInKeywords
Verify if the element has an attribute with the specific name
verifyElementNotChecked(TestObject, int) - Method in MobileBuiltInKeywords
Verify if a mobile element is not checked
verifyElementNotExist(TestObject, int) - Method in MobileBuiltInKeywords
Verify if a mobile element is NOT presented
verifyElementNotHasAttribute(TestObject, String, int) - Method in MobileBuiltInKeywords
Verify if the element doesn't have an attribute with the specific name
verifyElementNotVisible(TestObject, int) - Method in MobileBuiltInKeywords
Verify if a mobile element is NOT visible
verifyElementText(TestObject, String) - Method in MobileBuiltInKeywords
Verify text of an element.
verifyElementVisible(TestObject, int) - Method in MobileBuiltInKeywords
Verify if a mobile element is visible
verifyIsLandscape() - Method in MobileBuiltInKeywords
Verify if current device is in landscape mode
verifyIsPortrait() - Method in MobileBuiltInKeywords
Verify if current device is in portrait mode

W

waitForElementAttributeValue(TestObject, String, String, int) - Method in MobileBuiltInKeywords
Wait until the given web element has an attribute with the specific name and value
waitForElementHasAttribute(TestObject, String, int) - Method in MobileBuiltInKeywords
Wait until the given web element has an attribute with the specific name
waitForElementNotHasAttribute(TestObject, String, int) - Method in MobileBuiltInKeywords
Wait until the given web element doesn't have an attribute with the specific name
waitForElementPresent(TestObject, int) - Method in MobileBuiltInKeywords
Wait for a mobile element to present

X

Y

Z

_

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _