组织ID: |
org.seleniumhq.webdriver |
项目ID: |
webdriver-firefox |
版本: |
0.9.7376 |
最后修改时间: |
2018-07-26 12:07:27 |
包类型: |
jar |
标题: |
webdriver-firefox |
大小: |
298.03KB |
|
Maven引入代码: |
<dependency>
<groupId>org.seleniumhq.webdriver</groupId>
<artifactId>webdriver-firefox</artifactId>
<version>0.9.7376</version>
</dependency>
|
Gradle引入代码: |
org.seleniumhq.webdriver:webdriver-firefox:0.9.7376
|
下载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.7376</version>
</parent>
<artifactId>webdriver-firefox</artifactId>
<name>webdriver-firefox</name>
<dependencies>
<dependency>
<groupId>org.seleniumhq.webdriver</groupId>
<artifactId>webdriver-common</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20080701</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>create_extension_and_copy_libraries</id>
<phase>generate-resources</phase>
<configuration>
<tasks>
<copy todir="target/webdriver-extension">
<fileset dir="src/extension" excludes="**/.svn/**" />
</copy>
<copy todir="target/webdriver-extension/components">
<fileset dir="prebuilt" includes="*.xpt" />
</copy>
<copy todir="target/webdriver-extension/components">
<fileset dir="prebuilt" includes="*.xpt" />
</copy>
<copy file="prebuilt/Win32/Release/webdriver-firefox.dll" todir="target/webdriver-extension/platform/WINNT_x86-msvc/components" />
<copy file="prebuilt/linux/Release/libwebdriver-firefox.so" todir="target/webdriver-extension/platform/Linux_x86-gcc3/components" />
<copy file="prebuilt/linux64/Release/libwebdriver-firefox.so" todir="target/webdriver-extension/platform/Linux_x86_64-gcc3/components" />
<mkdir dir="target/classes" />
<zip destfile="target/classes/webdriver-extension.zip" basedir="target/webdriver-extension" />
<copy file="prebuilt/linux/Release/x_ignore_nofocus.so" todir="target/classes/x86" />
<copy file="prebuilt/linux64/Release/x_ignore_nofocus.so" 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/x_ignore_nofocus.so
org.openqa.selenium.firefox.Command.class
org.openqa.selenium.firefox.Context.class
org.openqa.selenium.firefox.ExtensionConnection.class
org.openqa.selenium.firefox.FirefoxBinary$OutputWatcher.class
org.openqa.selenium.firefox.FirefoxBinary.class
org.openqa.selenium.firefox.FirefoxDriver$1.class
org.openqa.selenium.firefox.FirefoxDriver$FirefoxNavigation.class
org.openqa.selenium.firefox.FirefoxDriver$FirefoxOptions.class
org.openqa.selenium.firefox.FirefoxDriver$FirefoxTargetLocator.class
org.openqa.selenium.firefox.FirefoxDriver.class
org.openqa.selenium.firefox.FirefoxLauncher.class
org.openqa.selenium.firefox.FirefoxProfile$1.class
org.openqa.selenium.firefox.FirefoxProfile.class
org.openqa.selenium.firefox.FirefoxWebElement.class
org.openqa.selenium.firefox.internal.AbstractExtensionConnection.class
org.openqa.selenium.firefox.internal.CircularOutputStream.class
org.openqa.selenium.firefox.internal.Executable$1.class
org.openqa.selenium.firefox.internal.Executable.class
org.openqa.selenium.firefox.internal.ExtensionConnectionFactory.class
org.openqa.selenium.firefox.internal.Lock.class
org.openqa.selenium.firefox.internal.NewProfileExtensionConnection.class
org.openqa.selenium.firefox.internal.ProfilesIni$1.class
org.openqa.selenium.firefox.internal.ProfilesIni$ProfileFromDirectory.class
org.openqa.selenium.firefox.internal.ProfilesIni.class
org.openqa.selenium.firefox.internal.RunningInstanceConnection.class
org.openqa.selenium.firefox.internal.SocketLock.class
org.openqa.selenium.firefox.internal.Streams.class
org.openqa.selenium.firefox.NotConnectedException.class
org.openqa.selenium.firefox.Preferences.class
org.openqa.selenium.firefox.ProfileManager$1.class
org.openqa.selenium.firefox.ProfileManager.class
org.openqa.selenium.firefox.Response.class
webdriver-extension.zip
x86/x_ignore_nofocus.so
META-INF/maven/org.seleniumhq.webdriver/webdriver-firefox/pom.xml
META-INF/maven/org.seleniumhq.webdriver/webdriver-firefox/pom.properties
|
依赖Jar: |
webdriver-common-${project.version}.jar
/org.seleniumhq.webdriver/webdriver-common/${project.version}
查看webdriver-common所有版本文件
json-20080701.jar
/org.json/json/20080701
查看json所有版本文件
webdriver-common-${project.version}.jar
/org.seleniumhq.webdriver/webdriver-common/${project.version}
查看webdriver-common所有版本文件
|