Download htmlelements-java-1.8.jar file

Introduction

You can download htmlelements-java-1.8.jar in this page.

License

Open Source

Type List

htmlelements-java-1.8.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/ru.yandex.qatools.htmlelements/htmlelements-java/pom.properties
META-INF/maven/ru.yandex.qatools.htmlelements/htmlelements-java/pom.xml
ru.yandex.qatools.htmlelements.annotations.Block.class
ru.yandex.qatools.htmlelements.annotations.Name.class
ru.yandex.qatools.htmlelements.element.Button.class
ru.yandex.qatools.htmlelements.element.CheckBox.class
ru.yandex.qatools.htmlelements.element.HtmlElement.class
ru.yandex.qatools.htmlelements.element.Link.class
ru.yandex.qatools.htmlelements.element.Named.class
ru.yandex.qatools.htmlelements.element.Radio.class
ru.yandex.qatools.htmlelements.element.Select.class
ru.yandex.qatools.htmlelements.element.TextInput.class
ru.yandex.qatools.htmlelements.element.TypifiedElement.class
ru.yandex.qatools.htmlelements.exceptions.HtmlElementsException.class
ru.yandex.qatools.htmlelements.loader.HtmlElementLoader.class
ru.yandex.qatools.htmlelements.loader.decorator.HtmlElementClassAnnotationsHandler.class
ru.yandex.qatools.htmlelements.loader.decorator.HtmlElementDecorator.class
ru.yandex.qatools.htmlelements.loader.decorator.HtmlElementFactory.class
ru.yandex.qatools.htmlelements.loader.decorator.HtmlElementFieldAnnotationsHandler.class
ru.yandex.qatools.htmlelements.loader.decorator.HtmlElementLocatorFactory.class
ru.yandex.qatools.htmlelements.loader.decorator.HtmlElementUtils.class
ru.yandex.qatools.htmlelements.loader.decorator.proxyhandlers.HtmlElementListNamedProxyHandler.class
ru.yandex.qatools.htmlelements.loader.decorator.proxyhandlers.TypifiedElementListNamedProxyHandler.class
ru.yandex.qatools.htmlelements.loader.decorator.proxyhandlers.WebElementListNamedProxyHandler.class
ru.yandex.qatools.htmlelements.loader.decorator.proxyhandlers.WebElementNamedProxyHandler.class
ru.yandex.qatools.htmlelements.pagefactory.AnnotationsHandler.class
ru.yandex.qatools.htmlelements.pagefactory.DefaultElementLocator.class
ru.yandex.qatools.htmlelements.pagefactory.DefaultFieldAnnotationsHandler.class

Pom

htmlelements-java-1.8.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<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/xsd/maven-4.0.0.xsd">
	<parent>
		<groupId>ru.yandex.qatools.htmlelements</groupId>
		<artifactId>htmlelements</artifactId>
		<version>1.8</version>
	</parent>
	<modelVersion>4.0.0</modelVersion>

	<artifactId>htmlelements-java</artifactId>
	<name>QA Tools Html Elements For Java</name>

    <properties>
        <selenium.version>2.24.1</selenium.version>
    </properties>

    <dependencies>
		<dependency>
			<groupId>org.seleniumhq.selenium</groupId>
			<artifactId>selenium-java</artifactId>
			<version>${selenium.version}</version>
		</dependency>
		<dependency>
			<groupId>junit</groupId>
			<artifactId>junit</artifactId>
			<version>4.10</version>
			<scope>test</scope>
		</dependency>
		<dependency>
			<groupId>org.mockito</groupId>
			<artifactId>mockito-all</artifactId>
			<version>1.8.4</version>
			<scope>test</scope>
		</dependency>
        <dependency>
            <groupId>org.hamcrest</groupId>
            <artifactId>hamcrest-all</artifactId>
            <version>1.3</version>
            <scope>test</scope>
        </dependency>
    </dependencies>

</project>

POM Entry

<dependency>
   <groupId>ru.yandex.qatools.htmlelements</groupId>
   <artifactId>htmlelements-java</artifactId>
   <version>1.8</version>
</dependency>

Download

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



Download htmlelements-java-1.8.jar file




PreviousNext

Related