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

io.github.kgress.scaffold.webelements.interfaces.DisplayWaitCondition Maven / Gradle / Ivy

There is a newer version: 3.5.0
Show newest version
package io.github.kgress.scaffold.webelements.interfaces;

import io.github.kgress.scaffold.webdriver.WebDriverWrapper;

// Use this interface to specify a blocking custom wait condition to happen
public interface DisplayWaitCondition {
    /**
     * Waits for the custom condition set here before proceeding
     *
     * @param driver the instance of the {@link WebDriverWrapper}
     */
    void waitUntilLoaded(WebDriverWrapper driver);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy