组织ID: |
org.seleniumhq.selenium |
项目ID: |
selenium-htmlunit-driver |
版本: |
2.34.0 |
最后修改时间: |
2018-09-05 17:25:20 |
包类型: |
jar |
标题: |
selenium-htmlunit-driver |
大小: |
54.97KB |
|
Maven引入代码: |
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-htmlunit-driver</artifactId>
<version>2.34.0</version>
</dependency>
|
Gradle引入代码: |
org.seleniumhq.selenium:selenium-htmlunit-driver:2.34.0
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="Windows-1252"?>
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-parent</artifactId>
<version>2.34.0</version>
</parent>
<artifactId>selenium-htmlunit-driver</artifactId>
<name>selenium-htmlunit-driver</name>
<dependencies>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-remote-driver</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>net.sourceforge.htmlunit</groupId>
<artifactId>htmlunit</artifactId>
<version>2.12</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
<!-- See http://maven.apache.org/plugins/maven-antrun-plugin -->
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<executions>
<execution>
<id>copy_java_files</id>
<phase>generate-sources</phase>
<configuration>
<tasks>
<delete dir="src/main/java" />
<copy todir="src/main/java" includeEmptyDirs="false">
<fileset dir="../../java/client/src">
<include name="org/openqa/selenium/htmlunit/**/*.java" />
</fileset>
</copy>
</tasks>
</configuration>
<goals>
<goal>run</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.openqa.selenium.htmlunit.HtmlUnitDriver$4.class
org.openqa.selenium.htmlunit.HtmlUnitDriver$JavaScriptResultsCollection.class
org.openqa.selenium.htmlunit.KeyboardModifiersState.class
org.openqa.selenium.htmlunit.HtmlUnitDriver$1.class
org.openqa.selenium.htmlunit.HtmlUnitDriver$HtmlUnitTimeouts.class
org.openqa.selenium.htmlunit.HtmlUnitDriver$3.class
org.openqa.selenium.htmlunit.HtmlUnitWebElement$1.class
org.openqa.selenium.htmlunit.HtmlUnitMouse.class
org.openqa.selenium.htmlunit.HtmlUnitWebElement.class
org.openqa.selenium.htmlunit.HtmlUnitDriver$HtmlUnitOptions.class
org.openqa.selenium.htmlunit.HtmlUnitDriver$HtmlUnitNavigation.class
org.openqa.selenium.htmlunit.HtmlUnitDriver$HtmlUnitTargetLocator.class
org.openqa.selenium.htmlunit.HtmlUnitDriver$2.class
org.openqa.selenium.htmlunit.InputKeysContainer.class
org.openqa.selenium.htmlunit.HtmlUnitDriver$5.class
org.openqa.selenium.htmlunit.HtmlUnitDriver$HtmlUnitWindow.class
org.openqa.selenium.htmlunit.HtmlUnitWebElement$2.class
org.openqa.selenium.htmlunit.AsyncScriptExecutor$AsyncScriptResult.class
org.openqa.selenium.htmlunit.HtmlUnitKeyboard.class
org.openqa.selenium.htmlunit.HtmlUnitDriver$HtmlUnitOptions$1.class
org.openqa.selenium.htmlunit.AsyncScriptExecutor.class
org.openqa.selenium.htmlunit.HtmlUnitDriver.class
META-INF/maven/org.seleniumhq.selenium/selenium-htmlunit-driver/pom.xml
META-INF/maven/org.seleniumhq.selenium/selenium-htmlunit-driver/pom.properties
|
依赖Jar: |
selenium-remote-driver-${project.version}.jar
/org.seleniumhq.selenium/selenium-remote-driver/${project.version}
查看selenium-remote-driver所有版本文件
htmlunit-2.12.jar
/net.sourceforge.htmlunit/htmlunit/2.12
查看htmlunit所有版本文件
|