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

com.rk.fsp.interfaces.Driverable Maven / Gradle / Ivy

The newest version!
package com.rk.fsp.interfaces;

import org.openqa.selenium.WebDriver;

/**
 * Created by roman on 7/4/15.
 */
public interface Driverable {

    public WebDriver getDriver();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy