You can download htmlelements-java-1.13.jar in this page.
Open Source
htmlelements-java-1.13.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.FileInput.class ru.yandex.qatools.htmlelements.element.Form.class ru.yandex.qatools.htmlelements.element.HtmlElement.class ru.yandex.qatools.htmlelements.element.Image.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.Table.class ru.yandex.qatools.htmlelements.element.TextBlock.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.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.AjaxElementLocator.class ru.yandex.qatools.htmlelements.pagefactory.AnnotationsHandler.class ru.yandex.qatools.htmlelements.pagefactory.CustomElementLocatorFactory.class ru.yandex.qatools.htmlelements.pagefactory.DefaultElementLocator.class ru.yandex.qatools.htmlelements.pagefactory.DefaultFieldAnnotationsHandler.class ru.yandex.qatools.htmlelements.utils.HtmlElementUtils.class
htmlelements-java-1.13.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"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>ru.yandex.qatools.htmlelements</groupId> <artifactId>htmlelements</artifactId> <version>1.13</version> </parent> <artifactId>htmlelements-java</artifactId> <name>Yandex QATools HtmlElements For Java</name> <properties> <selenium.version>2.42.0</selenium.version> </properties> <dependencies> <dependency> <groupId>org.seleniumhq.selenium</groupId> <artifactId>selenium-java</artifactId> <version>${selenium.version}</version> </dependency> <dependency> <groupId>commons-lang</groupId> <artifactId>commons-lang</artifactId> <version>2.3</version> </dependency> <dependency> <groupId>com.googlecode.lambdaj</groupId> <artifactId>lambdaj</artifactId> <version>2.3.3</version> <exclusions> <exclusion> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-all</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.11</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>
<dependency> <groupId>ru.yandex.qatools.htmlelements</groupId> <artifactId>htmlelements-java</artifactId> <version>1.13</version> </dependency>
If you think the following htmlelements-java-1.13.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.13.jar file