License |
License |
---|---|
GroupId | GroupIdcom.github.mike10004 |
ArtifactId | ArtifactIdselenium-capture |
Last Version | Last Version0.58 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionselenium-capture
Capture HTTP traffic generated by Selenium WebDriver in Java
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
selenium-capture-0.58.pom | |
selenium-capture-0.58.jar | 238 KB |
selenium-capture-0.58-sources.jar | 102 KB |
selenium-capture-0.58-javadoc.jar | 904 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.mike10004/selenium-capture/ -->
<dependency>
<groupId>com.github.mike10004</groupId>
<artifactId>selenium-capture</artifactId>
<version>0.58</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mike10004/selenium-capture/
implementation 'com.github.mike10004:selenium-capture:0.58'
// https://jarcasting.com/artifacts/com.github.mike10004/selenium-capture/
implementation ("com.github.mike10004:selenium-capture:0.58")
'com.github.mike10004:selenium-capture:jar:0.58'
<dependency org="com.github.mike10004" name="selenium-capture" rev="0.58">
<artifact name="selenium-capture" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mike10004', module='selenium-capture', version='0.58')
)
libraryDependencies += "com.github.mike10004" % "selenium-capture" % "0.58"
[com.github.mike10004/selenium-capture "0.58"]