com.lazerycode.selenium.exceptions.ExpectedFileNotFoundException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of driver-binary-downloader-maven-plugin Show documentation
Show all versions of driver-binary-downloader-maven-plugin Show documentation
A plugin to automatically download individual selenium standalone binaries (e.g. chromedriver.exe) for your mavenised selenium project.
package com.lazerycode.selenium.exceptions;
import org.apache.maven.plugin.MojoFailureException;
public class ExpectedFileNotFoundException extends MojoFailureException {
public ExpectedFileNotFoundException(String message) {
super(message);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy