A
B
C
D
E
F
G
H
I
K
L
N
O
P
R
S
T
U
W
W
- WAIT_FOR_WINDOW_UPDATE - enum entry in com.kaspersky.components.kautomator.screen.UiScreenActions.UiScreenActionType
- waitForWindowUpdate(String,Long) - function in com.kaspersky.components.kautomator.screen.UiScreenActions
- Waits for window update for specified package name
- waitForWindowUpdate(Long) - function in com.kaspersky.components.kautomator.screen.UiScreenActions
- Waits for window update
- waitForWindowUpdate(String,Long) - function in com.kaspersky.components.kautomator.screen.UiScreenActions
- Waits for window update for specified package name
- waitForWindowUpdate(Long) - function in com.kaspersky.components.kautomator.screen.UiScreenActions
- Waits for window update
- WAKE_UP - enum entry in com.kaspersky.components.kautomator.system.UiSystemActions.UiSystemActionType
- wakeUp() - function in com.kaspersky.components.kautomator.system.UiSystemActions
- This method simulates pressing the power button if the screen is OFF else it does nothing if the screen is already ON.
- wakeUp() - function in com.kaspersky.components.kautomator.system.UiSystemActions
- This method simulates pressing the power button if the screen is OFF else it does nothing if the screen is already ON.
- withAnyText() - function in com.kaspersky.components.kautomator.component.common.builders.UiViewBuilder
- Matches the view which contains any text
- withChild(Function1) - function in com.kaspersky.components.kautomator.component.common.builders.UiViewBuilder
- Matches the view which has child of given matcher
- withClassName(String) - function in com.kaspersky.components.kautomator.component.common.builders.UiViewBuilder
- Matches the view which class matches given name
- withClassName(Pattern) - function in com.kaspersky.components.kautomator.component.common.builders.UiViewBuilder
- Matches the view which class matches given name
- withClassName(Class) - function in com.kaspersky.components.kautomator.component.common.builders.UiViewBuilder
- Matches the view which class matches given name
- withContentDescription(String) - function in com.kaspersky.components.kautomator.component.common.builders.UiViewBuilder
- Matches the view with given content description
- withContentDescription(Pattern) - function in com.kaspersky.components.kautomator.component.common.builders.UiViewBuilder
- Matches the view with given content description
- withDepth(Integer) - function in com.kaspersky.components.kautomator.component.common.builders.UiViewBuilder
- Matches the view that is at a certain depth
- withDepth(Integer,Integer) - function in com.kaspersky.components.kautomator.component.common.builders.UiViewBuilder
- Matches the view that is in a range of depths
- withDescendant(Function1) - function in com.kaspersky.components.kautomator.component.common.builders.UiViewBuilder
- Matches the view which has descendant of given matcher
- withDescendant(Integer,Function1) - function in com.kaspersky.components.kautomator.component.common.builders.UiViewBuilder
- Matches the view which has descendant of given matcher with the maximum depth under the element to search the descendant
- withId(String,String) - function in com.kaspersky.components.kautomator.component.common.builders.UiViewBuilder
- Matches the view with given package name and resource id
- withIndex(Integer,Function1) - function in com.kaspersky.components.kautomator.component.common.builders.UiViewBuilder
- Matches only view at given index, if there are multiple views that matches
- withMaxDepth(Integer) - function in com.kaspersky.components.kautomator.component.common.builders.UiViewBuilder
- Matches the view that is no more than a certain depth
- withMinDepth(Integer) - function in com.kaspersky.components.kautomator.component.common.builders.UiViewBuilder
- Matches the view that is at least a certain depth
- withoutText(String) - function in com.kaspersky.components.kautomator.component.common.builders.UiViewBuilder
- Matches if the view does not have a given text
- withPackage(String) - function in com.kaspersky.components.kautomator.component.common.builders.UiViewBuilder
- Matches the view with given package name
- withPackage(Pattern) - function in com.kaspersky.components.kautomator.component.common.builders.UiViewBuilder
- Matches the view with given package name
- withResourceName(String) - function in com.kaspersky.components.kautomator.component.common.builders.UiViewBuilder
- Matches the view with given resource name
- withResourceName(Pattern) - function in com.kaspersky.components.kautomator.component.common.builders.UiViewBuilder
- Matches the view with given resource name
- withResourceName(String,String) - function in com.kaspersky.components.kautomator.component.common.builders.UiViewBuilder
- Matches the view with given resource name
- withSelector(Function1) - function in com.kaspersky.components.kautomator.component.common.builders.UiViewBuilder
- Matches the view with given custom BySelector
- withText(String) - function in com.kaspersky.components.kautomator.component.common.builders.UiViewBuilder
- Matches the view with given text
- withText(Pattern) - function in com.kaspersky.components.kautomator.component.common.builders.UiViewBuilder
- Matches the view with given text