
com.onevizion.uitest.api.exception.SeleniumUnexpectedException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ui-test-api Show documentation
Show all versions of ui-test-api Show documentation
An API for easily write tests for OneVizion platform
The newest version!
package com.onevizion.uitest.api.exception;
public class SeleniumUnexpectedException extends RuntimeException {
public SeleniumUnexpectedException() {
super();
}
public SeleniumUnexpectedException(String message, Throwable cause) {
super(message, cause);
}
public SeleniumUnexpectedException(String message) {
super(message);
}
public SeleniumUnexpectedException(Throwable cause) {
super(cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy