selenium-capture
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.mike10004</groupId>
<artifactId>selenium-capture</artifactId>
<version>0.58</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.mike10004</groupId>
<artifactId>selenium-capture</artifactId>
<version>0.58</version>
<packaging>pom</packaging>
<name>selenium-capture</name>
<description>Capture HTTP traffic generated by Selenium WebDriver in Java</description>
<modules>
<module>selenium-capture-core</module>
<module>selenium-capture-chrome</module>
<module>selenium-capture-testing</module>
<module>selenium-capture-firefox</module>
<module>selenium-capture-testbases</module>
</modules>
<url>https://github.com/mike10004/selenium-capture</url>
<inceptionYear>2016</inceptionYear>
<licenses>
<license>
<name>MIT License</name>
<url>http://opensource.org/licenses/MIT</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>mchaberski</id>
<name>Mike Chaberski</name>
<email>mchaberski@gmail.com</email>
<timezone>America/New_York</timezone>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/mike10004/selenium-capture.git</connection>
<developerConnection>scm:git:git@github.com:mike10004/selenium-capture.git</developerConnection>
<url>https://github.com/mike10004/selenium-capture</url>
</scm>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<slf4j.version>1.7.32</slf4j.version>
<xvfb-manager.version>0.19</xvfb-manager.version>
<test.log.level>info</test.log.level>
<selenium.version>4.0.0-rc-1</selenium.version>
<chrome-cookie-implant.version>1.5.16</chrome-cookie-implant.version>
<guava.version>28.2-jre</guava.version>
<antiprint.version>0.16</antiprint.version>
<common-helper.version>10.0.0</common-helper.version>
<browserup-proxy.version>2.1.2</browserup-proxy.version>
<!--suppress CheckTagEmptyBody -->
<proxy.http></proxy.http>
<headlessChromeTestsDisabled>false</headlessChromeTestsDisabled>
<!--suppress CheckTagEmptyBody -->
<firefox.executable.path></firefox.executable.path>
<!--suppress UnresolvedMavenProperty -->
<chromedriver.version>${env.CHROMEDRIVER_VERSION}</chromedriver.version>
<!-- <wdm.chromeDriverManager>76.0.3809.126</wdm.chromeDriverManager>-->
<tests.showBrowserWindow>false</tests.showBrowserWindow>
</properties>
<profiles>
<profile>
<id>log-debug</id>
<properties>
<test.log.level>debug</test.log.level>
</properties>
</profile>
<profile>
<id>travis</id>
<properties>
<chrome.headless.tests.disabled>true</chrome.headless.tests.disabled>
</properties>
<build>
<pluginManagement>
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<systemPropertyVariables>
<selenium-help.tests.environment.debug>true</selenium-help.tests.environment.debug>
<selenium-help.tests.headlessChromeTestsDisabled>${headlessChromeTestsDisabled}</selenium-help.tests.headlessChromeTestsDisabled>
<selenium-help.tests.chrome.options.extraArgs>--no-sandbox --disable-dev-shm-usage</selenium-help.tests.chrome.options.extraArgs>
<!--suppress MavenModelInspection -->
<wdm.chromeDriverVersion>${env.CHROMEDRIVER_VERSION}</wdm.chromeDriverVersion>
<!--suppress MavenModelInspection -->
<wdm.geckodriverVersion>${env.GECKODRIVER_VERSION}</wdm.geckodriverVersion>
<!--suppress MavenModelInspection -->
<wdm.gitHubTokenName>${env.GITHUB_TOKEN_NAME}</wdm.gitHubTokenName>
<!--suppress MavenModelInspection -->
<wdm.gitHubTokenSecret>${env.GITHUB_TOKEN_SECRET}</wdm.gitHubTokenSecret>
</systemPropertyVariables>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
</profile>
<profile>
<id>tests-skip</id>
<build>
<pluginManagement>
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<skipTests>true</skipTests>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
</profile>
<profile>
<id>show-browser-window</id>
<properties>
<tests.showBrowserWindow>true</tests.showBrowserWindow>
</properties>
</profile>
<profile>
<id>no-timeouts</id>
<build>
<pluginManagement>
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<systemPropertyVariables>
<selenium-help.tests.timeout.short>60min</selenium-help.tests.timeout.short>
<selenium-help.tests.timeout.medium>60min</selenium-help.tests.timeout.medium>
<selenium-help.tests.timeout.long>60min</selenium-help.tests.timeout.long>
</systemPropertyVariables>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
</profile>
<profile>
<id>remote-brotli-keycdn</id>
<build>
<pluginManagement>
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<systemPropertyVariables>
<selenium-help.tests.remoteBrotliResourceUrl>https://www.keycdn.com/js/app-4db80e0e1e.js</selenium-help.tests.remoteBrotliResourceUrl>
</systemPropertyVariables>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
</profile>
<profile>
<id>choco-openssl</id>
<build>
<pluginManagement>
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<systemPropertyVariables>
<selenium-help.tests.openssl.executable.path>c:/program files/openssl-win64/bin/openssl.exe</selenium-help.tests.openssl.executable.path>
</systemPropertyVariables>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
</profile>
</profiles>
<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>ossrh</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>
<build>
<pluginManagement>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.0</version>
<configuration>
<source>${maven.compiler.source}</source>
<target>${maven.compiler.target}</target>
</configuration>
</plugin>
<plugin>
<artifactId>maven-source-plugin</artifactId>
<version>3.0.1</version>
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.0.1</version>
<configuration>
<javadocExecutable>${java.home}/bin/javadoc</javadocExecutable>
<source>8</source>
<sourceFileExcludes>
<exclude>**/BrAwareHarCaptureFilter.java</exclude>
</sourceFileExcludes>
</configuration>
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M3</version>
<configuration>
<systemPropertyVariables>
<java.io.tmpdir>${project.build.directory}</java.io.tmpdir>
<wdm.targetPath>${project.build.directory}/webdriver</wdm.targetPath>
<org.slf4j.simpleLogger.defaultLogLevel>${test.log.level}</org.slf4j.simpleLogger.defaultLogLevel>
<selenium-help.tests.proxy.http>${proxy.http}</selenium-help.tests.proxy.http>
<selenium-help.tests.headlessChromeTestsDisabled>${headlessChromeTestsDisabled}</selenium-help.tests.headlessChromeTestsDisabled>
<selenium-help.tests.firefox.executable.path>${firefox.executable.path}</selenium-help.tests.firefox.executable.path>
<selenium-help.tests.showBrowserWindow>${tests.showBrowserWindow}</selenium-help.tests.showBrowserWindow>
</systemPropertyVariables>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.8.2</version>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.7</version>
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
<id>attach-sources</id>
<phase>deploy</phase>
<goals>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<executions>
<execution>
<id>attach-javadocs</id>
<phase>deploy</phase>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.6</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>deploy</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>false</autoReleaseAfterClose>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>sonar-maven-plugin</artifactId>
<version>2.7.1</version>
</plugin>
</plugins>
</build>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-api</artifactId>
<version>${selenium.version}</version>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-remote-driver</artifactId>
<version>${selenium.version}</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>${guava.version}</version>
</dependency>
<dependency>
<!-- This is a runtime dependency of browserup-proxy, but we need it to be scope=compile. -->
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<!-- This is a runtime dependency of browserup-proxy, but we need it to be scope=compile. -->
<groupId>xyz.rogfam</groupId>
<artifactId>littleproxy</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.9.10</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.9.10.7</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>2.9.10</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.8</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.13</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.12.0</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-text</artifactId>
<version>1.9</version>
</dependency>
<dependency>
<groupId>com.browserup</groupId>
<artifactId>browserup-proxy-core</artifactId>
<version>${browserup-proxy.version}</version>
</dependency>
<dependency>
<groupId>com.browserup</groupId>
<artifactId>browserup-proxy-mitm</artifactId>
<version>${browserup-proxy.version}</version>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-java</artifactId>
<version>${selenium.version}</version>
<exclusions>
<exclusion>
<groupId>net.sourceforge.htmlunit</groupId>
<artifactId>htmlunit</artifactId>
</exclusion>
<exclusion>
<groupId>com.codeborne</groupId>
<artifactId>phantomjsdriver</artifactId>
</exclusion>
<exclusion>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-safari-driver</artifactId>
</exclusion>
<exclusion>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-opera-driver</artifactId>
</exclusion>
<exclusion>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-edge-driver</artifactId>
</exclusion>
<exclusion>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-ie-driver</artifactId>
</exclusion>
<exclusion>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-chrome-driver</artifactId>
</exclusion>
<exclusion>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-firefox-driver</artifactId>
</exclusion>
<exclusion>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-firefox-xpi-driver</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.github.mike10004</groupId>
<artifactId>native-helper</artifactId>
<version>${common-helper.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>${slf4j.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>${slf4j.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.2</version>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<version>3.0.2</version>
</dependency>
<dependency>
<groupId>io.github.bonigarcia</groupId>
<artifactId>webdrivermanager</artifactId>
<version>5.0.1</version>
</dependency>
<dependency>
<groupId>com.github.mike10004</groupId>
<artifactId>xvfb-testing</artifactId>
<version>${xvfb-manager.version}</version>
</dependency>
<dependency>
<groupId>com.opencsv</groupId>
<artifactId>opencsv</artifactId>
<!--suppress MavenPackageUpdate -->
<version>4.6</version>
</dependency>
<dependency>
<groupId>com.github.mike10004</groupId>
<artifactId>chrome-cookie-implant</artifactId>
<version>${chrome-cookie-implant.version}</version>
</dependency>
<dependency>
<groupId>com.github.mike10004</groupId>
<artifactId>nanohttpd-server</artifactId>
<version>0.15</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<!--suppress MavenPackageUpdate -->
<version>1.15</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<!--suppress MavenPackageUpdate -->
<version>2.11.0</version>
</dependency>
<dependency>
<groupId>commons-validator</groupId>
<artifactId>commons-validator</artifactId>
<version>1.7</version>
</dependency>
<dependency>
<groupId>com.github.mike10004</groupId>
<artifactId>subprocess</artifactId>
<version>0.4</version>
</dependency>
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<!--suppress MavenPackageUpdate -->
<version>1.0.6</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.github.mike10004</groupId>
<artifactId>nitsick-junit</artifactId>
<version>0.4</version>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-junit</artifactId>
<version>2.0.0.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.ini4j</groupId>
<artifactId>ini4j</artifactId>
<version>0.5.4</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>selenium-capture-testing</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>selenium-capture-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.github.seancfoley</groupId>
<artifactId>ipaddress</artifactId>
<version>5.3.3</version>
</dependency>
</dependencies>
</dependencyManagement>
</project>