A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
R
S
T
U
V
W
I
- i(String) - function in com.kaspersky.kaspresso.logger.Logger
- Info level of logging.
- i(String,String) - function in com.kaspersky.kaspresso.logger.Logger
- Info level of logging with tag.
- i(String) - function in com.kaspersky.kaspresso.logger.Logger
- Info level of logging.
- i(String,String) - function in com.kaspersky.kaspresso.logger.Logger
- Info level of logging with tag.
- i(String) - function in com.kaspersky.kaspresso.logger.UiTestLoggerImpl
- Info level of logging.
- i(String,String) - function in com.kaspersky.kaspresso.logger.UiTestLoggerImpl
- Info level of logging with tag.
- init(String,Function1) - function in com.kaspersky.kaspresso.testcases.api.testcaserule.BaseTestCaseRule
- Starts the building of a test from data initialization section.
- init(String,Function1) - function in com.kaspersky.kaspresso.testcases.api.testcaserule.BaseTestCaseRule
- Starts the building of a test from data initialization section.
- init(Function1) - function in com.kaspersky.kaspresso.testcases.core.sections.InitSection
- Can be invoked after BeforeTestSection.
- init(Function1) - function in com.kaspersky.kaspresso.testcases.core.sections.MainTestSection
- Can be invoked after BeforeTestSection.
- initCause(Throwable) - function in java.lang.Throwable
- initCause(Throwable) - function in java.lang.Throwable
- initCause(Throwable) - function in kotlin.Throwable
- initCause(Throwable) - function in kotlin.Throwable
- initCause(Throwable) - function in kotlin.Throwable
- InitSection - class in com.kaspersky.kaspresso.testcases.core.sections
- install(String) - function in com.kaspersky.kaspresso.device.apps.Apps
- Installs an app via ADB.
- install(String) - function in com.kaspersky.kaspresso.device.apps.AppsImpl
- Installs an app via ADB.
- installIfNotExists(String,String) - function in com.kaspersky.kaspresso.device.apps.Apps
- Installs an app via ADB only if packageName is not installedRequired Permissions: INTERNET.
- installIfNotExists(String,String) - function in com.kaspersky.kaspresso.device.apps.AppsImpl
- Installs an app via ADB only if packageName is not installedRequired Permissions: INTERNET.
- intercept(Interaction,Function0) - function in com.kaspersky.kaspresso.interceptors.behavior.BehaviorInterceptor
- Called to do some stuff and actually perform an interaction with element.
- intercept(DataInteraction,Function0) - function in com.kaspersky.kaspresso.interceptors.behavior.BehaviorInterceptor
- Called to do some stuff and actually perform an interaction with element.
- intercept(ViewInteraction,Function0) - function in com.kaspersky.kaspresso.interceptors.behavior.BehaviorInterceptor
- Called to do some stuff and actually perform an interaction with element.
- intercept(Web.WebInteraction,Function0) - function in com.kaspersky.kaspresso.interceptors.behavior.BehaviorInterceptor
- Called to do some stuff and actually perform an interaction with element.
- intercept(ViewInteraction,Function0) - function in com.kaspersky.kaspresso.interceptors.behavior.impl.autoscroll.AutoScrollViewBehaviorInterceptor
- Wraps the given action invocation with the autoscrolling on failure.
- intercept(Web.WebInteraction,Function0) - function in com.kaspersky.kaspresso.interceptors.behavior.impl.autoscroll.AutoScrollWebBehaviorInterceptor
- Wraps the given action invocation with the autoscrolling on failure.
- intercept(DataInteraction,Function0) - function in com.kaspersky.kaspresso.interceptors.behavior.impl.failure.FailureLoggingDataBehaviorInterceptor
- Wraps the given action invocation with the failure logging.
- intercept(ViewInteraction,Function0) - function in com.kaspersky.kaspresso.interceptors.behavior.impl.failure.FailureLoggingViewBehaviorInterceptor
- Wraps the given action invocation with the failure logging.
- intercept(Web.WebInteraction,Function0) - function in com.kaspersky.kaspresso.interceptors.behavior.impl.failure.FailureLoggingWebBehaviorInterceptor
- Wraps the given action invocation with the failure logging.
- intercept(DataInteraction,Function0) - function in com.kaspersky.kaspresso.interceptors.behavior.impl.flakysafety.FlakySafeDataBehaviorInterceptor
- Wraps the given action invocation with the flaky safety.
- intercept(ViewInteraction,Function0) - function in com.kaspersky.kaspresso.interceptors.behavior.impl.flakysafety.FlakySafeViewBehaviorInterceptor
- Wraps the given action invocation with the flaky safety.
- intercept(Web.WebInteraction,Function0) - function in com.kaspersky.kaspresso.interceptors.behavior.impl.flakysafety.FlakySafeWebBehaviorInterceptor
- Wraps the given action invocation with the flaky safety.
- intercept(DataInteraction,Function0) - function in com.kaspersky.kaspresso.interceptors.behavior.impl.systemsafety.SystemDialogSafetyDataBehaviorInterceptor
- Wraps the given action invocation with the system dialog safety.
- intercept(ViewInteraction,Function0) - function in com.kaspersky.kaspresso.interceptors.behavior.impl.systemsafety.SystemDialogSafetyViewBehaviorInterceptor
- Wraps the given action invocation with the system dialog safety.
- intercept(Web.WebInteraction,Function0) - function in com.kaspersky.kaspresso.interceptors.behavior.impl.systemsafety.SystemDialogSafetyWebBehaviorInterceptor
- Wraps the given action invocation with the system dialog safety.
- intercept(AtomProxy,Evaluation) - function in com.kaspersky.kaspresso.interceptors.watcher.view.AtomWatcherInterceptor
- Called to do some stuff before androidx.test.espresso.web.model.Atom.transform is actually called.
- intercept(ViewAction,View) - function in com.kaspersky.kaspresso.interceptors.watcher.view.ViewActionWatcherInterceptor
- Called to do some stuff before ViewAction.perform is actually called.
- intercept(ViewAssertion,View,NoMatchingViewException) - function in com.kaspersky.kaspresso.interceptors.watcher.view.ViewAssertionWatcherInterceptor
- Called to do some stuff before androidx.test.espresso.ViewAssertion.check is actually called.
- intercept(WebAssertionProxy,WebView,Object) - function in com.kaspersky.kaspresso.interceptors.watcher.view.WebAssertionWatcherInterceptor
- Called to do some stuff before androidx.test.espresso.web.assertion.WebAssertion.checkResult is actually called.
- intercept(AtomProxy,Evaluation) - function in com.kaspersky.kaspresso.interceptors.watcher.view.impl.logging.LoggingAtomWatcherInterceptor
- Writes info to logger.
- intercept(ViewAction,View) - function in com.kaspersky.kaspresso.interceptors.watcher.view.impl.logging.LoggingViewActionWatcherInterceptor
- Writes info to logger.
- intercept(ViewAssertion,View,NoMatchingViewException) - function in com.kaspersky.kaspresso.interceptors.watcher.view.impl.logging.LoggingViewAssertionWatcherInterceptor
- Writes info to logger.
- intercept(WebAssertionProxy,WebView,Object) - function in com.kaspersky.kaspresso.interceptors.watcher.view.impl.logging.LoggingWebAssertionWatcherInterceptor
- Writes info to compositeLogger.
- intercept(Function1) - function in com.kaspersky.components.kautomator.screen.UiScreen
- intercept(Function1) - function in com.kaspersky.components.kautomator.screen.UiScreen
- intercept(Function1) - function in com.kaspersky.components.kautomator.screen.UiScreen
- intercept(Function1) - function in com.kaspersky.components.kautomator.screen.UiScreen
- intercept(Function1) - function in com.kaspersky.components.kautomator.screen.UiScreen
- intercept(Function1) - function in com.agoda.kakao.screen.Screen
- interceptAfterFinally(StepInfo) - function in com.kaspersky.kaspresso.interceptors.watcher.testcase.StepWatcherInterceptor
- interceptAfterFinally(StepInfo) - function in com.kaspersky.kaspresso.interceptors.watcher.testcase.impl.logging.LoggingStepWatcherInterceptor
- Logs the given stepInfo on step finally finishes.
- interceptAfterFinally(StepInfo) - function in com.kaspersky.kaspresso.interceptors.watcher.testcase.StepWatcherInterceptor
- interceptAfterWithError(StepInfo,Throwable) - function in com.kaspersky.kaspresso.interceptors.watcher.testcase.StepWatcherInterceptor
- interceptAfterWithError(StepInfo,Throwable) - function in com.kaspersky.kaspresso.interceptors.watcher.testcase.impl.logging.LoggingStepWatcherInterceptor
- Logs the given stepInfo on step finishes with failure.
- interceptAfterWithError(StepInfo,Throwable) - function in com.kaspersky.kaspresso.interceptors.watcher.testcase.impl.screenshot.ScreenshotStepWatcherInterceptor
- Takes a screenshot of the screen on which the step falied.
- interceptAfterWithSuccess(StepInfo) - function in com.kaspersky.kaspresso.interceptors.watcher.testcase.StepWatcherInterceptor
- interceptAfterWithSuccess(StepInfo) - function in com.kaspersky.kaspresso.interceptors.watcher.testcase.impl.logging.LoggingStepWatcherInterceptor
- Logs the given stepInfo on step finishes with success.
- interceptAfterWithSuccess(StepInfo) - function in com.kaspersky.kaspresso.interceptors.watcher.testcase.impl.screenshot.ScreenshotStepWatcherInterceptor
- Takes a screenshot of the screen on which the step succeeded.
- interceptBefore(StepInfo) - function in com.kaspersky.kaspresso.interceptors.watcher.testcase.StepWatcherInterceptor
- interceptBefore(StepInfo) - function in com.kaspersky.kaspresso.interceptors.watcher.testcase.impl.logging.LoggingStepWatcherInterceptor
- Logs the given stepInfo on step starts.
- interceptBefore(StepInfo) - function in com.kaspersky.kaspresso.interceptors.watcher.testcase.StepWatcherInterceptor
- interceptCheck(UiDeviceInteraction,UiOperation,Function0) - function in com.kaspersky.kaspresso.interceptors.behaviorkautomator.KautomatorBehaviorInterceptor
- Called to do some stuff and actually check an interaction with element.
- interceptCheck(Interaction,Assertion,Function0) - function in com.kaspersky.kaspresso.interceptors.behaviorkautomator.KautomatorBehaviorInterceptor
- Called to do some stuff and actually check an interaction with element.
- interceptCheck(UiObjectInteraction,UiOperation,Function0) - function in com.kaspersky.kaspresso.interceptors.behaviorkautomator.KautomatorBehaviorInterceptor
- Called to do some stuff and actually check an interaction with element.
- interceptCheck(UiObjectInteraction,UiOperation,Function0) - function in com.kaspersky.kaspresso.interceptors.behaviorkautomator.impl.autoscroll.AutoScrollObjectBehaviorInterceptor
- Wraps the given assertion invocation with the autoscrolling on failure.
- interceptCheck(UiDeviceInteraction,UiOperation,Function0) - function in com.kaspersky.kaspresso.interceptors.behaviorkautomator.impl.failure.FailureLoggingDeviceBehaviorInterceptor
- Wraps the given activity invocation with the failure logging.
- interceptCheck(UiObjectInteraction,UiOperation,Function0) - function in com.kaspersky.kaspresso.interceptors.behaviorkautomator.impl.failure.FailureLoggingObjectBehaviorInterceptor
- Wraps the given activity invocation with the failure logging.
- interceptCheck(UiDeviceInteraction,UiOperation,Function0) - function in com.kaspersky.kaspresso.interceptors.behaviorkautomator.impl.flakysafety.FlakySafeDeviceBehaviorInterceptor
- Wraps the given activity invocation with the flaky safety.
- interceptCheck(UiObjectInteraction,UiOperation,Function0) - function in com.kaspersky.kaspresso.interceptors.behaviorkautomator.impl.flakysafety.FlakySafeObjectBehaviorInterceptor
- Wraps the given activity invocation with the flaky safety.
- interceptCheck(UiObjectInteraction,UiOperation,Function0) - function in com.kaspersky.kaspresso.interceptors.behaviorkautomator.impl.loader.UiObjectLoaderBehaviorInterceptor
- Wraps the given activity invocation with the UiObject2 repeated loading.
- interceptCheck(UiDeviceInteraction,UiOperation,Function0) - function in com.kaspersky.kaspresso.interceptors.behaviorkautomator.impl.systemsafety.SystemDialogSafetyDeviceBehaviorInterceptor
- Wraps the given activity invocation with the system dialog safety.
- interceptCheck(UiObjectInteraction,UiOperation,Function0) - function in com.kaspersky.kaspresso.interceptors.behaviorkautomator.impl.systemsafety.SystemDialogSafetyObjectBehaviorInterceptor
- Wraps the given activity invocation with the system dialog safety.
- interceptCheck(UiDeviceInteraction,UiOperation) - function in com.kaspersky.kaspresso.interceptors.watcher.kautomator.KautomatorWatcherInterceptor
- Called to do some stuff before UiInteraction.
- interceptCheck(Interaction,Assertion) - function in com.kaspersky.kaspresso.interceptors.watcher.kautomator.KautomatorWatcherInterceptor
- Called to do some stuff before UiInteraction.check is actually called.
- interceptCheck(UiObjectInteraction,UiOperation) - function in com.kaspersky.kaspresso.interceptors.watcher.kautomator.KautomatorWatcherInterceptor
- Called to do some stuff before UiInteraction.
- interceptCheck(UiDeviceInteraction,UiOperation) - function in com.kaspersky.kaspresso.interceptors.watcher.kautomator.impl.logging.LoggingDeviceWatcherInterceptor
- Writes info to logger.
- interceptCheck(UiObjectInteraction,UiOperation) - function in com.kaspersky.kaspresso.interceptors.watcher.kautomator.impl.logging.LoggingObjectWatcherInterceptor
- Writes info to logger.
- interceptPerform(UiDeviceInteraction,UiOperation,Function0) - function in com.kaspersky.kaspresso.interceptors.behaviorkautomator.KautomatorBehaviorInterceptor
- Called to do some stuff and actually perform an interaction with element.
- interceptPerform(Interaction,Action,Function0) - function in com.kaspersky.kaspresso.interceptors.behaviorkautomator.KautomatorBehaviorInterceptor
- Called to do some stuff and actually perform an interaction with element.
- interceptPerform(UiObjectInteraction,UiOperation,Function0) - function in com.kaspersky.kaspresso.interceptors.behaviorkautomator.KautomatorBehaviorInterceptor
- Called to do some stuff and actually perform an interaction with element.
- interceptPerform(UiObjectInteraction,UiOperation,Function0) - function in com.kaspersky.kaspresso.interceptors.behaviorkautomator.impl.autoscroll.AutoScrollObjectBehaviorInterceptor
- Wraps the given action invocation with the autoscrolling on failure.
- interceptPerform(UiDeviceInteraction,UiOperation,Function0) - function in com.kaspersky.kaspresso.interceptors.behaviorkautomator.impl.failure.FailureLoggingDeviceBehaviorInterceptor
- Wraps the given activity invocation with the failure logging.
- interceptPerform(UiObjectInteraction,UiOperation,Function0) - function in com.kaspersky.kaspresso.interceptors.behaviorkautomator.impl.failure.FailureLoggingObjectBehaviorInterceptor
- Wraps the given activity invocation with the failure logging.
- interceptPerform(UiDeviceInteraction,UiOperation,Function0) - function in com.kaspersky.kaspresso.interceptors.behaviorkautomator.impl.flakysafety.FlakySafeDeviceBehaviorInterceptor
- Wraps the given activity invocation with the flaky safety.
- interceptPerform(UiObjectInteraction,UiOperation,Function0) - function in com.kaspersky.kaspresso.interceptors.behaviorkautomator.impl.flakysafety.FlakySafeObjectBehaviorInterceptor
- Wraps the given activity invocation with the flaky safety.
- interceptPerform(UiObjectInteraction,UiOperation,Function0) - function in com.kaspersky.kaspresso.interceptors.behaviorkautomator.impl.loader.UiObjectLoaderBehaviorInterceptor
- Wraps the given activity invocation with the UiObject2 repeated loading.
- interceptPerform(UiDeviceInteraction,UiOperation,Function0) - function in com.kaspersky.kaspresso.interceptors.behaviorkautomator.impl.systemsafety.SystemDialogSafetyDeviceBehaviorInterceptor
- Wraps the given activity invocation with the system dialog safety.
- interceptPerform(UiObjectInteraction,UiOperation,Function0) - function in com.kaspersky.kaspresso.interceptors.behaviorkautomator.impl.systemsafety.SystemDialogSafetyObjectBehaviorInterceptor
- Wraps the given activity invocation with the system dialog safety.
- interceptPerform(UiDeviceInteraction,UiOperation) - function in com.kaspersky.kaspresso.interceptors.watcher.kautomator.KautomatorWatcherInterceptor
- Called to do some stuff before UiInteraction.
- interceptPerform(Interaction,Action) - function in com.kaspersky.kaspresso.interceptors.watcher.kautomator.KautomatorWatcherInterceptor
- Called to do some stuff before UiInteraction.perform is actually called.
- interceptPerform(UiObjectInteraction,UiOperation) - function in com.kaspersky.kaspresso.interceptors.watcher.kautomator.KautomatorWatcherInterceptor
- Called to do some stuff before UiInteraction.
- interceptPerform(UiDeviceInteraction,UiOperation) - function in com.kaspersky.kaspresso.interceptors.watcher.kautomator.impl.logging.LoggingDeviceWatcherInterceptor
- Writes info to logger.
- interceptPerform(UiObjectInteraction,UiOperation) - function in com.kaspersky.kaspresso.interceptors.watcher.kautomator.impl.logging.LoggingObjectWatcherInterceptor
- Writes info to logger.
- InternalScreenshotMaker - class in com.kaspersky.kaspresso.device.screenshots.screenshotmaker
- Captures the view of a current activity
- invoke(Function1) - function in com.kaspersky.components.kautomator.screen.UiScreen
- invoke(Function1) - function in com.kaspersky.components.kautomator.screen.UiScreen
- invoke(Function1) - function in com.kaspersky.components.kautomator.screen.UiScreen
- invoke(Function1) - function in com.kaspersky.components.kautomator.screen.UiScreen
- invoke(Function1) - function in com.kaspersky.components.kautomator.screen.UiScreen
- invoke(Function1) - function in com.agoda.kakao.screen.Screen
- invokeFlakySafely(FlakySafetyParams,String,Function0) - function in com.kaspersky.kaspresso.flakysafety.algorithm.FlakySafetyAlgorithm
- Attempts to invoke the given action.
- io.reactivex.exceptions - package io.reactivex.exceptions
- isCurrent(Class) - function in com.kaspersky.kaspresso.device.activities.Activities
- Checks if passed activity is resumed.
- isCurrent(Class) - function in com.kaspersky.kaspresso.device.activities.ActivitiesImpl
- Checks if passed activity is resumed.
- isDialogVisible() - function in com.kaspersky.kaspresso.device.permissions.Permissions
- Check the permission-requesting permissions dialog is visible.
- isDialogVisible() - function in com.kaspersky.kaspresso.device.permissions.PermissionsImpl
- Waits for 1 sec, check the permission-requesting permissions dialog is visible.
- isInstalled(String) - function in com.kaspersky.kaspresso.device.apps.Apps
- Checks app is installed on device
- isInstalled(String) - function in com.kaspersky.kaspresso.device.apps.AppsImpl
- Checks app is installed on device