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

com.clarolab.selenium.pages.exception.SeleniumActionsException Maven / Gradle / Ivy

Go to download

Framework for automated testing using Selenium. Provides easy configuration of WebDrivers with BrowserFactory. Provides a Page abstraction.

The newest version!
package com.clarolab.selenium.pages.exception;

public class SeleniumActionsException extends Exception {
    public SeleniumActionsException(String msg) {
        super(msg);
    }

    public SeleniumActionsException(String msg, Exception e) {
        super(msg, e);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy