List of usage examples for org.openqa.selenium TimeoutException subclass-usage
From source file io.github.seleniumquery.wait.SeleniumQueryTimeoutException.java
/** * @deprecated prefer {@link io.github.seleniumquery.fluentfunctions.waituntil.SeleniumQueryTimeoutException} */ @Deprecated public class SeleniumQueryTimeoutException extends TimeoutException {
From source file jhc.redsniff.webdriver.FindingExpectationTimeoutException.java
public class FindingExpectationTimeoutException extends TimeoutException { private static final long serialVersionUID = 1L; private String reason; private String originalMessage; public FindingExpectationTimeoutException() {