-
public final class AutoScrollParamsThe class that holds all the necessary for com.kaspersky.kaspresso.autoscroll.AutoScrollProviderImpl and com.kaspersky.kaspresso.autoscroll.WebAutoScrollProviderImpl parameters.
-
-
Field Summary
Fields Modifier and Type Field Description private final Set<Class<Out Throwable>>allowedExceptions
-
Method Summary
Modifier and Type Method Description final Set<Class<Out Throwable>>getAllowedExceptions()The set of exceptions, if caught, the com.kaspersky.kaspresso.autoscroll.AutoScrollProviderImpl or com.kaspersky.kaspresso.autoscroll.WebAutoScrollProviderImpl will autoscroll. -
-
Method Detail
-
getAllowedExceptions
final Set<Class<Out Throwable>> getAllowedExceptions()
The set of exceptions, if caught, the com.kaspersky.kaspresso.autoscroll.AutoScrollProviderImpl or com.kaspersky.kaspresso.autoscroll.WebAutoScrollProviderImpl will autoscroll.
-
-
-
-