com.github.nscuro.wdm.manager.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 responsible for {@link org.openqa.selenium.WebDriver} instance management.
*
* @since 0.1.3
*/
@ParametersAreNonnullByDefault
package com.github.nscuro.wdm.manager;
import javax.annotation.ParametersAreNonnullByDefault;