组织ID: |
net.sourceforge.htmlunit |
项目ID: |
webdriver |
版本: |
2.6 |
最后修改时间: |
2018-08-02 14:50:52 |
包类型: |
jar |
标题: |
HtmlUnitDriver |
描述: |
HtmlUnit implementation of WebDriver.
|
相关URL: |
http://htmlunit.sourceforge.net |
大小: |
28.01KB |
|
Maven引入代码: |
<dependency>
<groupId>net.sourceforge.htmlunit</groupId>
<artifactId>webdriver</artifactId>
<version>2.6</version>
</dependency>
|
Gradle引入代码: |
net.sourceforge.htmlunit:webdriver:2.6
|
下载Jar包: |
|
POM文件内容: |
<?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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>net.sourceforge.htmlunit</groupId>
<artifactId>webdriver</artifactId>
<version>2.6</version>
<packaging>jar</packaging>
<name>HtmlUnitDriver</name>
<url>http://htmlunit.sourceforge.net</url>
<description>
HtmlUnit implementation of WebDriver.
</description>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.0.2</version>
<configuration>
<source>1.5</source>
<target>1.5</target>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>org.seleniumhq.webdriver</groupId>
<artifactId>webdriver-common</artifactId>
<version>0.9.7089</version>
</dependency>
<dependency>
<groupId>net.sourceforge.htmlunit</groupId>
<artifactId>htmlunit</artifactId>
<version>2.6</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.5</version>
<scope>test</scope>
</dependency>
</dependencies>
<scm>
<connection>
scm:svn:https://htmlunit.svn.sourceforge.net/svnroot/htmlunit/trunk/webdriver
</connection>
<developerConnection>
scm:svn:https://htmlunit.svn.sourceforge.net/svnroot/htmlunit/trunk/webdriver
</developerConnection>
<url>http://htmlunit.svn.sourceforge.net/viewvc/htmlunit</url>
</scm>
<distributionManagement>
<repository>
<id>htmlunit-m2-repo</id>
<url>
sftp://web.sourceforge.net/home/groups/h/ht/htmlunit/htdocs/m2-repo
</url>
<name>HtmlUnit Maven 2 Repository</name>
</repository>
<snapshotRepository>
<id>htmlunit-m2-repo-snapshots</id>
<url>
sftp://web.sourceforge.net/home/groups/h/ht/htmlunit/htdocs/m2-repo-snapshots
</url>
<name>HtmlUnit Maven 2 Snapshots Repository</name>
<uniqueVersion>false</uniqueVersion>
</snapshotRepository>
</distributionManagement>
</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$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/net.sourceforge.htmlunit/webdriver/pom.xml
META-INF/maven/net.sourceforge.htmlunit/webdriver/pom.properties
|
依赖Jar: |
webdriver-common-0.9.7089.jar
/org.seleniumhq.webdriver/webdriver-common/0.9.7089
查看webdriver-common所有版本文件
htmlunit-2.6.jar
/net.sourceforge.htmlunit/htmlunit/2.6
查看htmlunit所有版本文件
junit-4.5.jar
/junit/junit/4.5
查看junit所有版本文件
|