com.slickqa.webdriver.SeleniumTimeout Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of slick-webdriver-java Show documentation
Show all versions of slick-webdriver-java Show documentation
This is a wrapper and utilities for using webdriver / selenium in Java.
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.slickqa.webdriver;
/**
*
* @author jcorbett
*/
public class SeleniumTimeout extends Exception
{
public SeleniumTimeout(String message)
{
super(message);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy