com.github.nscuro.wdm.binary.edge.MicrosoftWebDriverRelease Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of webdriver-manager Show documentation
Show all versions of webdriver-manager Show documentation
Simplifying WebDriver instantiation
package com.github.nscuro.wdm.binary.edge;
import lombok.Data;
@Data
final class MicrosoftWebDriverRelease {
private final String version;
private final String downloadUrl;
}