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

com.lazerycode.selenium.exceptions.ExpectedFileNotFoundException Maven / Gradle / Ivy

Go to download

A plugin to automatically download individual selenium standalone binaries (e.g. chromedriver.exe) for your mavenised selenium project.

The newest version!
package com.lazerycode.selenium.exceptions;

import org.apache.maven.plugin.MojoFailureException;

public class ExpectedFileNotFoundException extends MojoFailureException {
    public ExpectedFileNotFoundException(String message) {
        super(message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy