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

FlaNium.WinAPI.webdriver.FlaNiumOptions Maven / Gradle / Ivy

The newest version!
package FlaNium.WinAPI.webdriver;
import org.openqa.selenium.Capabilities;

/**
 * Defines the interface to manage options specific to {@link FlaNiumDriver}
 */
public interface FlaNiumOptions {
    /**
     * Convert options to DesiredCapabilities for one of FlaNium Drivers
     * @return The DesiredCapabilities for FlaNium Driver with these options.
     */
    Capabilities toCapabilities();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy