SkillAgentSearch skills...

Wdm4j

Automatic Selenium WebDriver binaries management for java

Install / Use

/learn @rosolko/Wdm4j
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

WebDriver manager for java

ci

This small library aimed to automate the Selenium WebDriver binaries management inside a java project.

Installation

repositories {
    jcenter() 
    ...
    OR
    ...
    mavenCentral()
}

dependencies {
    implementation 'com.github.rosolko:wdm4j:1.1.2'
}

Using

Pick preset binary configuration:

  • ChromeConfig
  • EdgeConfig
  • FirefoxConfig
  • InternetExplorerConfig
  • OperaConfig
  • PhantomJsConfig

Or implement your own from CommonConfig interface

Configure based on selected configuration:

new WebDriverManager().setup(new ChromeConfig())

Lock binary version:

new WebDriverManager().setup(new ChromeConfig(), "2.45")    

Related Skills

View on GitHub
GitHub Stars15
CategoryDevelopment
Updated1y ago
Forks3

Languages

Java

Security Score

80/100

Audited on Dec 11, 2024

No findings