MCPcopy
hub / github.com/SeleniumHQ/selenium / until

Method until

java/src/org/openqa/selenium/support/ui/Wait.java:45–45  ·  view source on GitHub ↗

Implementations should wait until the condition evaluates to a value that is neither null nor false. Because of this contract, the return type must not be Void. If the condition does not become true within a certain time (as defined by the implementing class), this method will throw a non-specif

(Function<? super F, ? extends V> isTrue)

Source from the content-addressed store, hash-verified

43 * @return truthy value from the isTrue condition
44 */
45 <V extends @Nullable Object> @NonNull V until(Function<? super F, ? extends V> isTrue);
46}

Implementers 2

FluentWaitjava/src/org/openqa/selenium/support/u
WebDriverWaitpy/selenium/webdriver/support/wait.py

Calls

no outgoing calls