is not current version
Last Version 0.58

com.github.mike10004:selenium-capture 0.53

Library that helps you use Selenium WebDriver in Java

GroupId

GroupId

com.github.mike10004
ArtifactId

ArtifactId

selenium-capture
Version

Version

0.53
Type

Type

jar

Download selenium-capture 0.53


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