组织ID: |
org.seleniumhq.selenium |
项目ID: |
selenium-support |
版本: |
2.0a4 |
最后修改时间: |
2019-08-28 11:14:33 |
包类型: |
jar |
标题: |
selenium-support |
大小: |
82.06KB |
|
Maven引入代码: |
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-support</artifactId>
<version>2.0a4</version>
</dependency>
|
Gradle引入代码: |
org.seleniumhq.selenium:selenium-support:2.0a4
|
下载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.0a4</version>
</parent>
<artifactId>selenium-support</artifactId>
<name>selenium-support</name>
<dependencies>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-common</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.google.collections</groupId>
<artifactId>google-collections</artifactId>
<version>1.0</version>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-all</artifactId>
<version>1.1</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</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
com.thoughtworks.selenium.condition.Condition.class
com.thoughtworks.selenium.condition.ConditionRunner$Context.class
com.thoughtworks.selenium.condition.ConditionRunner.class
com.thoughtworks.selenium.condition.DefaultConditionRunner$ContextImpl.class
com.thoughtworks.selenium.condition.DefaultConditionRunner$Log4jMonitor.class
com.thoughtworks.selenium.condition.DefaultConditionRunner$Monitor.class
com.thoughtworks.selenium.condition.DefaultConditionRunner$NoOpMonitor.class
com.thoughtworks.selenium.condition.DefaultConditionRunner.class
com.thoughtworks.selenium.condition.JUnit4AndTestNgConditionRunner.class
com.thoughtworks.selenium.condition.JUnitConditionRunner.class
com.thoughtworks.selenium.condition.Not.class
com.thoughtworks.selenium.condition.Presence.class
com.thoughtworks.selenium.condition.Text.class
com.thoughtworks.selenium.SeleniumCommandTimedOutException.class
com.thoughtworks.selenium.Wait$WaitTimedOutException.class
com.thoughtworks.selenium.Wait.class
org.openqa.selenium.lift.find.BaseFinder$1.class
org.openqa.selenium.lift.find.BaseFinder.class
org.openqa.selenium.lift.find.DivFinder.class
org.openqa.selenium.lift.find.Finder.class
org.openqa.selenium.lift.find.HtmlTagFinder.class
org.openqa.selenium.lift.find.ImageFinder.class
org.openqa.selenium.lift.find.InputFinder.class
org.openqa.selenium.lift.find.LinkFinder.class
org.openqa.selenium.lift.find.PageTitleFinder.class
org.openqa.selenium.lift.find.TableCellFinder.class
org.openqa.selenium.lift.find.TableFinder.class
org.openqa.selenium.lift.find.XPathFinder.class
org.openqa.selenium.lift.Finders$1.class
org.openqa.selenium.lift.Finders.class
org.openqa.selenium.lift.HamcrestWebDriverTestCase.class
org.openqa.selenium.lift.match.AttributeMatcher.class
org.openqa.selenium.lift.match.NumericalMatchers.class
org.openqa.selenium.lift.match.SelectionMatcher.class
org.openqa.selenium.lift.match.TextMatcher.class
org.openqa.selenium.lift.match.ValueMatcher.class
org.openqa.selenium.lift.Matchers.class
org.openqa.selenium.lift.TestContext.class
org.openqa.selenium.lift.WebDriverTestContext.class
org.openqa.selenium.support.ByIdOrName.class
org.openqa.selenium.support.CacheLookup.class
org.openqa.selenium.support.events.AbstractWebDriverEventListener.class
org.openqa.selenium.support.events.EventFiringWebDriver$1.class
org.openqa.selenium.support.events.EventFiringWebDriver$2.class
org.openqa.selenium.support.events.EventFiringWebDriver$EventFiringNavigation.class
org.openqa.selenium.support.events.EventFiringWebDriver$EventFiringOptions.class
org.openqa.selenium.support.events.EventFiringWebDriver$EventFiringRenderedWebElement.class
org.openqa.selenium.support.events.EventFiringWebDriver$EventFiringTargetLocator.class
org.openqa.selenium.support.events.EventFiringWebDriver$EventFiringTimeouts.class
org.openqa.selenium.support.events.EventFiringWebDriver$EventFiringWebElement$1.class
org.openqa.selenium.support.events.EventFiringWebDriver$EventFiringWebElement.class
org.openqa.selenium.support.events.EventFiringWebDriver.class
org.openqa.selenium.support.events.WebDriverEventListener.class
org.openqa.selenium.support.FindBy.class
org.openqa.selenium.support.FindBys.class
org.openqa.selenium.support.How.class
org.openqa.selenium.support.pagefactory.AjaxElementLocator$1.class
org.openqa.selenium.support.pagefactory.AjaxElementLocator$NoSuchElementError.class
org.openqa.selenium.support.pagefactory.AjaxElementLocator$SlowLoadingElement.class
org.openqa.selenium.support.pagefactory.AjaxElementLocator.class
org.openqa.selenium.support.pagefactory.AjaxElementLocatorFactory.class
org.openqa.selenium.support.pagefactory.Annotations$1.class
org.openqa.selenium.support.pagefactory.Annotations.class
org.openqa.selenium.support.pagefactory.ByChained.class
org.openqa.selenium.support.pagefactory.DefaultElementLocator.class
org.openqa.selenium.support.pagefactory.DefaultElementLocatorFactory.class
org.openqa.selenium.support.pagefactory.DefaultFieldDecorator.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
selenium-common-${project.version}.jar
/org.seleniumhq.selenium/selenium-common/${project.version}
查看selenium-common所有版本文件
google-collections-1.0.jar
/com.google.collections/google-collections/1.0
查看google-collections所有版本文件
hamcrest-all-1.1.jar
/org.hamcrest/hamcrest-all/1.1
查看hamcrest-all所有版本文件
junit-3.8.1.jar
/junit/junit/3.8.1
查看junit所有版本文件
selenium-common-${project.version}.jar
/org.seleniumhq.selenium/selenium-common/${project.version}
查看selenium-common所有版本文件
|