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

com.slickqa.webdriver.SeleniumTimeout Maven / Gradle / Ivy

There is a newer version: 1.0.1-37
Show newest version
/*
 * 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