is not current version
Last Version 0.6

com.github.paulakimenko:webdriver-service 0.3

Selenium WebDriver service. Provides needed WebDriver instance with base properties. Uses different ways to configure.

GroupId

GroupId

com.github.paulakimenko
ArtifactId

ArtifactId

webdriver-service
Version

Version

0.3
Type

Type

jar

Download webdriver-service 0.3


<!-- https://jarcasting.com/artifacts/com.github.paulakimenko/webdriver-service/ -->
<dependency>
    <groupId>com.github.paulakimenko</groupId>
    <artifactId>webdriver-service</artifactId>
    <version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.paulakimenko/webdriver-service/
implementation 'com.github.paulakimenko:webdriver-service:0.3'
// https://jarcasting.com/artifacts/com.github.paulakimenko/webdriver-service/
implementation ("com.github.paulakimenko:webdriver-service:0.3")
'com.github.paulakimenko:webdriver-service:jar:0.3'
<dependency org="com.github.paulakimenko" name="webdriver-service" rev="0.3">
  <artifact name="webdriver-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.paulakimenko', module='webdriver-service', version='0.3')
)
libraryDependencies += "com.github.paulakimenko" % "webdriver-service" % "0.3"
[com.github.paulakimenko/webdriver-service "0.3"]