组织ID: |
org.seleniumhq.selenium |
项目ID: |
selenium-htmlunit-driver |
版本: |
2.0a7 |
最后修改时间: |
2018-08-01 10:03:45 |
包类型: |
jar |
标题: |
selenium-htmlunit-driver |
大小: |
40.01KB |
|
Maven引入代码: |
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-htmlunit-driver</artifactId>
<version>2.0a7</version>
</dependency>
|
Gradle引入代码: |
org.seleniumhq.selenium:selenium-htmlunit-driver:2.0a7
|
下载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.0a7</version>
</parent>
<artifactId>selenium-htmlunit-driver</artifactId>
<name>selenium-htmlunit-driver</name>
<dependencies>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-common</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>net.sourceforge.htmlunit</groupId>
<artifactId>htmlunit</artifactId>
<version>2.8</version>
</dependency>
<!-- Test dependencies ... -->
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-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$2.class
org.openqa.selenium.htmlunit.HtmlUnitDriver$3.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$HtmlUnitTimeouts.class
org.openqa.selenium.htmlunit.HtmlUnitDriver$JavaScriptResultsCollection.class
org.openqa.selenium.htmlunit.HtmlUnitDriver.class
org.openqa.selenium.htmlunit.HtmlUnitKeyboard.class
org.openqa.selenium.htmlunit.HtmlUnitMouse.class
org.openqa.selenium.htmlunit.HtmlUnitWebElement.class
org.openqa.selenium.htmlunit.InputKeysContainer.class
org.openqa.selenium.htmlunit.KeyboardModifiersState.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-common-${project.version}.jar
/org.seleniumhq.selenium/selenium-common/${project.version}
查看selenium-common所有版本文件
htmlunit-2.8.jar
/net.sourceforge.htmlunit/htmlunit/2.8
查看htmlunit所有版本文件
selenium-common-${project.version}.jar
/org.seleniumhq.selenium/selenium-common/${project.version}
查看selenium-common所有版本文件
|