![JAR search and dependency download from the Maven repository](/logo.png)
com.clarolab.selenium.pages.exception.SeleniumActionsException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pages-framework Show documentation
Show all versions of pages-framework Show documentation
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