组织ID: |
org.seleniumhq.webdriver |
项目ID: |
webdriver-ie |
版本: |
0.9.7089 |
最后修改时间: |
2019-10-23 21:41:27 |
包类型: |
jar |
标题: |
webdriver-ie |
大小: |
453.70KB |
|
Maven引入代码: |
<dependency>
<groupId>org.seleniumhq.webdriver</groupId>
<artifactId>webdriver-ie</artifactId>
<version>0.9.7089</version>
</dependency>
|
Gradle引入代码: |
org.seleniumhq.webdriver:webdriver-ie: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-ie</artifactId>
<name>webdriver-ie</name>
<dependencies>
<dependency>
<groupId>org.seleniumhq.webdriver</groupId>
<artifactId>webdriver-common</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.sun.jna</groupId>
<artifactId>jna</artifactId>
<version>3.0.9</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-antrun-plugin -->
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<executions>
<execution>
<id>copy_InternetExplorerDriver.dll</id>
<phase>generate-resources</phase>
<configuration>
<tasks>
<mkdir dir="target/classes/x86" />
<mkdir dir="target/classes/amd64" />
<copy file="prebuilt/Win32/Release/InternetExplorerDriver.dll" todir="target/classes/x86" />
<copy file="prebuilt/x64/Release/InternetExplorerDriver.dll" todir="target/classes/amd64" />
</tasks>
</configuration>
<goals>
<goal>run</goal>
</goals>
</execution>
</executions>
</plugin>
<!-- 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
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.class
org.openqa.selenium.ie.InternetExplorerElement.class
org.openqa.selenium.ie.StringWrapper.class
org.openqa.selenium.ie.TimedOutException.class
x86/InternetExplorerDriver.dll
META-INF/maven/org.seleniumhq.webdriver/webdriver-ie/pom.xml
META-INF/maven/org.seleniumhq.webdriver/webdriver-ie/pom.properties
|
依赖Jar: |
webdriver-common-${project.version}.jar
/org.seleniumhq.webdriver/webdriver-common/${project.version}
查看webdriver-common所有版本文件
jna-3.0.9.jar
/com.sun.jna/jna/3.0.9
查看jna所有版本文件
webdriver-common-${project.version}.jar
/org.seleniumhq.webdriver/webdriver-common/${project.version}
查看webdriver-common所有版本文件
|