com.rk.fsp.interfaces.Driverable Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of FSP-main Show documentation
Show all versions of FSP-main Show documentation
Library for supporting automatically
frame switching inside pages
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