com.rk.fsp.exceptions.DriverableNotImplementedException 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.exceptions;
/**
* Created by Roman_Khachko on 5/17/2016.
*/
public class DriverableNotImplementedException extends RuntimeException {
@Override
public String getMessage() {
return "Driverable should be implemented in order to obtain WebDriver instance";
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy