Example usage for org.openqa.selenium WebDriverException subclass-usage

List of usage examples for org.openqa.selenium WebDriverException subclass-usage

Introduction

In this page you can find the example usage for org.openqa.selenium WebDriverException subclass-usage.

Usage

From source file com.seleniumtests.customexception.WebSessionEndedException.java

public class WebSessionEndedException extends WebDriverException {

    private static final long serialVersionUID = -647233887439084123L;

    public WebSessionEndedException() {
        super();

From source file com.seltaf.customexceptions.WebSessionEndedException.java

public class WebSessionEndedException extends WebDriverException {

    private static final long serialVersionUID = -647233887439084123L;

    public WebSessionEndedException() {
        super();