List of usage examples for org.openqa.selenium WebDriverException subclass-usage
From source file com.assertthat.selenium_shutterbug.utils.web.UnableTakeSnapshotException.java
/** * Created by Glib_Briia on 17/06/2016. */ public class UnableTakeSnapshotException extends WebDriverException { public UnableTakeSnapshotException() {
From source file com.elastica.customexception.WebSessionEndedException.java
public class WebSessionEndedException extends WebDriverException { private static final long serialVersionUID = -647233887439084123L; public WebSessionEndedException() { super();
From source file com.google.android.testing.nativedriver.client.AdbException.java
/** * An exception that occurred when communicating over the Android Debug Bridge. * * @author Matt DeVore */ public class AdbException extends WebDriverException {
From source file com.mengge.IllegalCoordinatesException.java
public class IllegalCoordinatesException extends WebDriverException { private static final long serialVersionUID = 1L; public IllegalCoordinatesException(String message) { super(message); }
From source file com.opera.core.systems.scope.exceptions.CommunicationException.java
/**
* This event is to be used when the STP communication fails in an unrecoverable fashion -
* connection has been closed.
*
* @author Jan Vidar Krey (janv@opera.com)
*/
From source file com.opera.core.systems.scope.exceptions.FatalException.java
/**
* Exception that is used when failing to start opera or the STP connection during early phases of
* initializations.
*
* @author Jan Vidar Krey <janv@opera.com>
*/
From source file com.opera.core.systems.scope.exceptions.ResponseNotReceivedException.java
/** * Thrown when the response is not received in the given amount of time * * @author Deniz Turkoglu <denizt@opera.com> */ public class ResponseNotReceivedException extends WebDriverException {
From source file com.opera.core.systems.scope.exceptions.ScopeException.java
public class ScopeException extends WebDriverException { public ScopeException(Exception e) { super(e); }
From source file com.opera.core.systems.scope.exceptions.WindowLoadedException.java
/** * Thrown when window-loaded event is not received in the given amount of time. * * @author Deniz Turkoglu <dturkoglu@opera.com> */ public class WindowLoadedException extends WebDriverException {
From source file com.opera.core.systems.scope.exceptions.WindowNotFoundException.java
public class WindowNotFoundException extends WebDriverException { private static final long serialVersionUID = 1L; public WindowNotFoundException() { super();