组织ID: |
org.seleniumhq.webdriver |
项目ID: |
webdriver-htmlunit |
版本: |
0.9.7089 |
最后修改时间: |
2019-10-23 21:41:34 |
包类型: |
jar |
标题: |
webdriver-htmlunit |
大小: |
29.73KB |
|
Maven引入代码: |
<dependency>
<groupId>org.seleniumhq.webdriver</groupId>
<artifactId>webdriver-htmlunit</artifactId>
<version>0.9.7089</version>
</dependency>
|
Gradle引入代码: |
org.seleniumhq.webdriver:webdriver-htmlunit:0.9.7089
|
下载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.webdriver</groupId>
<artifactId>webdriver-parent</artifactId>
<version>0.9.7089</version>
</parent>
<artifactId>webdriver-htmlunit</artifactId>
<name>webdriver-htmlunit</name>
<dependencies>
<dependency>
<groupId>org.seleniumhq.webdriver</groupId>
<artifactId>webdriver-common</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>net.sourceforge.htmlunit</groupId>
<artifactId>htmlunit</artifactId>
<version>2.5</version>
</dependency>
<!-- Test dependencies ... -->
<dependency>
<groupId>org.seleniumhq.webdriver</groupId>
<artifactId>webdriver-common</artifactId>
<version>${project.version}</version>
<classifier>tests</classifier>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<sourceDirectory>src/java</sourceDirectory>
<testSourceDirectory>test/java</testSourceDirectory>
<plugins>
<!-- See http://maven.apache.org/plugins/maven-surefire-plugin -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<includes>
<include>**/*TestSuite.java</include>
</includes>
</configuration>
</plugin>
</plugins>
</build>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.openqa.selenium.htmlunit.HtmlUnitDriver$1.class
org.openqa.selenium.htmlunit.HtmlUnitDriver$History.class
org.openqa.selenium.htmlunit.HtmlUnitDriver$HtmlUnitDriverIterator.class
org.openqa.selenium.htmlunit.HtmlUnitDriver$HtmlUnitNavigation.class
org.openqa.selenium.htmlunit.HtmlUnitDriver$HtmlUnitOptions.class
org.openqa.selenium.htmlunit.HtmlUnitDriver$HtmlUnitTargetLocator.class
org.openqa.selenium.htmlunit.HtmlUnitDriver.class
org.openqa.selenium.htmlunit.HtmlUnitWebElement.class
org.openqa.selenium.htmlunit.RenderedHtmlUnitDriverWebElement.class
META-INF/maven/org.seleniumhq.webdriver/webdriver-htmlunit/pom.xml
META-INF/maven/org.seleniumhq.webdriver/webdriver-htmlunit/pom.properties
|
依赖Jar: |
webdriver-common-${project.version}.jar
/org.seleniumhq.webdriver/webdriver-common/${project.version}
查看webdriver-common所有版本文件
htmlunit-2.5.jar
/net.sourceforge.htmlunit/htmlunit/2.5
查看htmlunit所有版本文件
webdriver-common-${project.version}.jar
/org.seleniumhq.webdriver/webdriver-common/${project.version}
查看webdriver-common所有版本文件
|