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

com.lazerycode.selenium.repository.unmarshallingEventHandler 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.repository;

import javax.xml.bind.ValidationEvent;
import javax.xml.bind.ValidationEventHandler;

public class unmarshallingEventHandler implements ValidationEventHandler {

    public boolean handleEvent(ValidationEvent event) {
        return false;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy