Package com.codeborne.selenide.impl
Class Arguments
java.lang.Object
com.codeborne.selenide.impl.Arguments
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlong
getTimeoutMs
(long defaultTimeout) <T> T
nth
(int index) <T> Optional<T>
-
Constructor Details
-
Arguments
-
-
Method Details
-
ofType
-
nth
public <T> T nth(int index) -
getTimeoutMs
@CheckReturnValue public long getTimeoutMs(long defaultTimeout)
-