com.chavaillaz.browser.engine.Browser Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of automated-browser Show documentation
Show all versions of automated-browser Show documentation
Library to automate a browser for multiple purposes
package com.chavaillaz.browser.engine;
public enum Browser {
EDGE,
CHROME,
FIREFOX
}