com.github.nscuro.wdm.factory.package-info 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
/**
* This package contains classes that are responsible for the actual {@link org.openqa.selenium.WebDriver} instantiation.
*/
@ParametersAreNonnullByDefault
package com.github.nscuro.wdm.factory;
import javax.annotation.ParametersAreNonnullByDefault;