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

cn.patterncat.webdriver.component.DriverProcessor Maven / Gradle / Ivy

There is a newer version: 0.0.7
Show newest version
package cn.patterncat.webdriver.component;

import org.openqa.selenium.phantomjs.PhantomJSDriver;

/**
 * Created by patterncat on 2017-10-18.
 */
public interface DriverProcessor {
    T execute(PhantomJSDriver driver);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy