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.

There is a newer version: 1.0.18
Show 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 - 2024 Weber Informatics LLC | Privacy Policy