All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.fluentlenium.core.wait.AwaitControl Maven / Gradle / Ivy

package org.fluentlenium.core.wait;

/**
 * Control interface for fluent wait.
 */
public interface AwaitControl {
    /**
     * wait for an asynchronous call
     *
     * @return FluentWait element
     */
    FluentWait await();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy