Download webdriver-support-0.9.7376.jar file

Introduction

You can download webdriver-support-0.9.7376.jar in this page.

License

Open Source

Type List

webdriver-support-0.9.7376.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.seleniumhq.webdriver/webdriver-support/pom.properties
META-INF/maven/org.seleniumhq.webdriver/webdriver-support/pom.xml
org.openqa.selenium.lift.Finders.class
org.openqa.selenium.lift.HamcrestWebDriverTestCase.class
org.openqa.selenium.lift.Matchers.class
org.openqa.selenium.lift.TestContext.class
org.openqa.selenium.lift.WebDriverTestContext.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.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.support.ByIdOrName.class
org.openqa.selenium.support.CacheLookup.class
org.openqa.selenium.support.FindBy.class
org.openqa.selenium.support.FindBys.class
org.openqa.selenium.support.How.class
org.openqa.selenium.support.PageFactory.class
org.openqa.selenium.support.events.AbstractWebDriverEventListener.class
org.openqa.selenium.support.events.EventFiringWebDriver.class
org.openqa.selenium.support.events.WebDriverEventListener.class
org.openqa.selenium.support.pagefactory.AjaxElementLocator.class
org.openqa.selenium.support.pagefactory.AjaxElementLocatorFactory.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
org.openqa.selenium.support.pagefactory.ElementLocator.class
org.openqa.selenium.support.pagefactory.ElementLocatorFactory.class
org.openqa.selenium.support.pagefactory.FieldDecorator.class
org.openqa.selenium.support.pagefactory.internal.LocatingElementHandler.class
org.openqa.selenium.support.ui.Clock.class
org.openqa.selenium.support.ui.LoadableComponent.class
org.openqa.selenium.support.ui.Select.class
org.openqa.selenium.support.ui.SlowLoadableComponent.class
org.openqa.selenium.support.ui.SystemClock.class
org.openqa.selenium.support.ui.UnexpectedTagNameException.class

Pom

webdriver-support-0.9.7376.pom file content.

<?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-support</artifactId>
	<name>webdriver-support</name>

	<dependencies>
		<dependency>
			<groupId>org.seleniumhq.webdriver</groupId>
			<artifactId>webdriver-common</artifactId>
			<version>${project.version}</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.webdriver</groupId>
			<artifactId>webdriver-common</artifactId>
			<version>${project.version}</version>
			<classifier>tests</classifier>
			<scope>test</scope>
		</dependency>
		<dependency>
			<groupId>org.seleniumhq.webdriver</groupId>
			<artifactId>webdriver-htmlunit</artifactId>
			<version>${project.version}</version>
			<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>**/*Test.java</include>
                    </includes>
                </configuration>
            </plugin>
        </plugins>
	</build>

</project>

POM Entry

<dependency>
   <groupId>org.seleniumhq.webdriver</groupId>
   <artifactId>webdriver-support</artifactId>
   <version>0.9.7376</version>
</dependency>

Download

If you think the following webdriver-support-0.9.7376.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download webdriver-support-0.9.7376.jar file




PreviousNext

Related