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