组织ID: |
org.seleniumhq.selenium |
项目ID: |
selenium-ie-driver |
版本: |
2.0a1 |
最后修改时间: |
2019-10-23 12:04:29 |
包类型: |
jar |
标题: |
selenium-ie-driver |
大小: |
537.63KB |
|
Maven引入代码: |
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-ie-driver</artifactId>
<version>2.0a1</version>
</dependency>
|
Gradle引入代码: |
org.seleniumhq.selenium:selenium-ie-driver:2.0a1
|
下载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.0a1</version>
</parent>
<artifactId>selenium-ie-driver</artifactId>
<name>selenium-ie-driver</name>
<dependencies>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-common</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>net.java.dev.jna</groupId>
<artifactId>jna</artifactId>
<version>3.2.2</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>
<resources>
<resource>
<directory>prebuilt/Win32/Release</directory>
<targetPath>x86</targetPath>
</resource>
<resource>
<directory>prebuilt/x64/Release</directory>
<targetPath>amd64</targetPath>
</resource>
</resources>
<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
amd64/InternetExplorerDriver.dll
amd64/webdriver-ie-test.dll
amd64/WebDriver.IE.dll
org.openqa.selenium.ie.ElementCollection.class
org.openqa.selenium.ie.ErrorHandler.class
org.openqa.selenium.ie.ExportedWebDriverFunctions$HWND.class
org.openqa.selenium.ie.ExportedWebDriverFunctions$HWNDByReference.class
org.openqa.selenium.ie.ExportedWebDriverFunctions.class
org.openqa.selenium.ie.Finder.class
org.openqa.selenium.ie.InternetExplorerDriver$1.class
org.openqa.selenium.ie.InternetExplorerDriver$InternetExplorerNavigation.class
org.openqa.selenium.ie.InternetExplorerDriver$InternetExplorerOptions.class
org.openqa.selenium.ie.InternetExplorerDriver$InternetExplorerTargetLocator.class
org.openqa.selenium.ie.InternetExplorerDriver$NullPathCookie.class
org.openqa.selenium.ie.InternetExplorerDriver.class
org.openqa.selenium.ie.InternetExplorerElement.class
org.openqa.selenium.ie.StringCollection.class
org.openqa.selenium.ie.StringWrapper.class
org.openqa.selenium.ie.TimedOutException.class
org.openqa.selenium.ie.UnexpectedJavascriptExecutionException.class
x86/InternetExplorerDriver.dll
x86/webdriver-ie-test.dll
x86/WebDriver.IE.dll
META-INF/maven/org.seleniumhq.selenium/selenium-ie-driver/pom.xml
META-INF/maven/org.seleniumhq.selenium/selenium-ie-driver/pom.properties
|
依赖Jar: |
selenium-common-${project.version}.jar
/org.seleniumhq.selenium/selenium-common/${project.version}
查看selenium-common所有版本文件
jna-3.2.2.jar
/net.java.dev.jna/jna/3.2.2
查看jna所有版本文件
selenium-common-${project.version}.jar
/org.seleniumhq.selenium/selenium-common/${project.version}
查看selenium-common所有版本文件
|