A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
R
S
T
U
V
W
A
- Acceptance - class in com.kaspersky.kaspresso.annotations
- Accessibility - class in com.kaspersky.kaspresso.device.accessibility
- The interface to work with accessibility.
- AccessibilityImpl - class in com.kaspersky.kaspresso.device.accessibility
- The implementation of the Accessibility interface.
- ActionsOnElementsPack - class in com.kaspersky.kaspresso.compose.pack
- The builder class for parameters of com.kaspersky.kaspresso.compose.ComposeProvider.compose method.
- ActionsOnWebElementsPack - class in com.kaspersky.kaspresso.compose.pack
- The builder class for parameters of com.kaspersky.kaspresso.compose.WebComposeProvider.compose method.
- ActionsPack - class in com.kaspersky.kaspresso.compose.pack
- The builder class for parameters of com.kaspersky.kaspresso.compose.ComposeProvider.compose and com.kaspersky.kaspresso.compose.WebComposeProvider.compose] methods.
- Activities - class in com.kaspersky.kaspresso.device.activities
- The interface to work with activities.
- ActivitiesImpl - class in com.kaspersky.kaspresso.device.activities
- The implementation of the Activities interface.
- AdbServer - class in com.kaspersky.kaspresso.device.server
- This is a comfortable wrapper to work with AdbServer repository.
- AdbServerException - class in com.kaspersky.kaspresso.internal.exceptions
- AdbServerImpl - class in com.kaspersky.kaspresso.device.server
- The implementation of AdbServer interface.
- addInterceptors() - function in com.kaspersky.components.kautomator.screen.UiScreen
- addInterceptors() - function in com.kaspersky.components.kautomator.screen.UiScreen
- addInterceptors() - function in com.kaspersky.components.kautomator.screen.UiScreen
- addInterceptors() - function in com.kaspersky.components.kautomator.screen.UiScreen
- addInterceptors() - function in com.kaspersky.components.kautomator.screen.UiScreen
- addInterceptors() - function in com.agoda.kakao.screen.Screen
- addSuppressed(Throwable) - function in java.lang.Throwable
- addSuppressed(Throwable) - function in java.lang.Throwable
- addSuppressed(Throwable) - function in kotlin.Throwable
- addSuppressed(Throwable) - function in kotlin.Throwable
- addSuppressed(Throwable) - function in kotlin.Throwable
- advanced(Function1) - function in com.kaspersky.kaspresso.kaspresso.Kaspresso.Builder.Companion
- Advanced (full-featured with screenshot functionality) Builder for test environment configuration.
- after(Function1) - function in com.kaspersky.kaspresso.testcases.core.sections.AfterTestSection
- Wraps actions in a lambda, that will invoke these actions and make screenshot if actions will fail when it will be invoked itself, and sets this lambda as the TestBody.afterTestActions.
- afterEachTest(Boolean,Function1) - function in com.kaspersky.kaspresso.interceptors.watcher.testcase.impl.defaults.DefaultTestRunWatcherInterceptor
- Set the action which will be executed after the test.
- afterEachTest(Boolean,Function1) - function in com.kaspersky.kaspresso.kaspresso.Kaspresso.Builder
- Set the action which will be executed after the test.
- afterMainSectionRun(TestContext,TestInfo) - function in com.kaspersky.kaspresso.enricher.MainSectionEnricher
- This method will be invoked right after execution of "run" block in your test case.
- afterMainSectionRun(TestContext,TestInfo) - function in com.kaspersky.kaspresso.enricher.impl.composite.CompositeMainSectionEnricher
- This method will be invoked right after execution of "run" block in your test case.
- AfterTestSection - class in com.kaspersky.kaspresso.testcases.core.sections
- The representation of a set of actions to invoke after the test.
- ALL - enum entry in com.kaspersky.kaspresso.device.logcat.Logcat.Buffer
- ALLOW - enum entry in com.kaspersky.kaspresso.device.permissions.Permissions.Button
- ALLOW_ALWAYS - enum entry in com.kaspersky.kaspresso.device.permissions.Permissions.Button
- ALLOW_FOREGROUND - enum entry in com.kaspersky.kaspresso.device.permissions.Permissions.Button
- allowViaDialog() - function in com.kaspersky.kaspresso.device.permissions.Permissions
- Passes the permission-requesting permissions dialog and allows permissions.
- allowViaDialog() - function in com.kaspersky.kaspresso.device.permissions.PermissionsImpl
- Waits for 1 sec, passes the permission-requesting permissions dialog and allows permissions.
- AllureReportWriter - class in com.kaspersky.kaspresso.report.impl
- This com.kaspersky.kaspresso.report.ReportWriter processes com.kaspersky.kaspresso.testcases.models.info.TestInfo for generating LogCat logs with <a href="https://docs.qameta.io/allure/#_steps">Allure's steps</a> info JSON.
- androidx.test.espresso.web.assertion - package androidx.test.espresso.web.assertion
- apply(Statement,Description) - function in com.kaspersky.kaspresso.docloc.rule.LocaleRule
- apply(Statement,Description) - function in org.junit.rules.TestWatcher
- apply(Statement,Description) - function in com.kaspersky.kaspresso.testcases.api.testcaserule.BaseTestCaseRule
- apply(Statement,Description) - function in com.kaspersky.kaspresso.testcases.api.testcaserule.BaseTestCaseRule
- Apps - class in com.kaspersky.kaspresso.device.apps
- The interface to work with installer, launcher and package manager.
- AppsImpl - class in com.kaspersky.kaspresso.device.apps
- The implementation of the Apps interface.
- assertCurrentActivity() - function in com.kaspersky.kaspresso.device.activities.ActivitiesImpl
- A form of isCurrent method for simplified usage.
- AtomProxy - class in com.kaspersky.kaspresso.proxy
- The proxy-wrapper of Atom for watcher interceptors calls.
- AtomWatcherInterceptor - class in com.kaspersky.kaspresso.interceptors.watcher.view
- The interface for all atom interceptors, used in com.kaspersky.kaspresso.proxy.AtomProxy.
- AutoScrollObjectBehaviorInterceptor - class in com.kaspersky.kaspresso.interceptors.behaviorkautomator.impl.autoscroll
- The implementation of ObjectBehaviorInterceptor and AutoScrollProvider interfaces.
- AutoScrollParams - class in com.kaspersky.kaspresso.params
- The class that holds all the necessary for com.kaspersky.kaspresso.autoscroll.AutoScrollProviderImpl and com.kaspersky.kaspresso.autoscroll.WebAutoScrollProviderImpl parameters.
- AutoScrollProvider - class in com.kaspersky.kaspresso.autoscroll
- The interface to provide autoscroll functionality.
- AutoScrollProviderImpl - class in com.kaspersky.kaspresso.autoscroll
- The implementation of the AutoScrollProvider interface for ViewInteraction
- AutoScrollViewBehaviorInterceptor - class in com.kaspersky.kaspresso.interceptors.behavior.impl.autoscroll
- The implementation of ViewBehaviorInterceptor and AutoScrollProvider interfaces.
- AutoScrollWebBehaviorInterceptor - class in com.kaspersky.kaspresso.interceptors.behavior.impl.autoscroll
- The implementation of WebBehaviorInterceptor and AutoScrollProvider interfaces.