s

selenium-capture

Capture HTTP traffic generated by Selenium WebDriver in Java
https://github.com/mike10004/selenium-capture
MIT License
Mike Chaberski
Files download
File Operation
selenium-capture-0.58.pom download
Apache Maven
<dependency>
  <groupId>com.github.mike10004</groupId>
  <artifactId>selenium-capture</artifactId>
  <version>0.58</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.mike10004:selenium-capture:0.58'
Gradle Kotlin
implementation("com.github.mike10004:selenium-capture:0.58")
Scala SBT
libraryDependencies += "com.github.mike10004" % "selenium-capture" % "0.58"
Groovy Grape
@Grapes(
  @Grab(group='com.github.mike10004', module='selenium-capture', version='0.58')
)
Apache Ivy
<dependency org="com.github.mike10004" name="selenium-capture" rev="0.58" />
Leiningen
[com.github.mike10004/selenium-capture "0.58"]
Apache Buildr
'com.github.mike10004:selenium-capture:jar:0.58'
Dependencies
The project has no third-party dependencies