You can download webdriver-factory-1.1.46.jar in this page.
The Apache Software License, Version 2.0
webdriver-factory-1.1.46.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/ru.stqa.selenium/webdriver-factory/pom.properties META-INF/maven/ru.stqa.selenium/webdriver-factory/pom.xml ru.stqa.selenium.factory.SingletonStorage.class ru.stqa.selenium.factory.ThreadLocalSingletonStorage.class ru.stqa.selenium.factory.UnrestrictedStorage.class ru.stqa.selenium.factory.WebDriverFactory.class ru.stqa.selenium.factory.WebDriverFactoryInternal.class ru.stqa.selenium.factory.WebDriverFactoryMode.class
webdriver-factory-1.1.46.pom file content.
<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.stqa.selenium</groupId> <artifactId>webdriver-extensions</artifactId> <version>1.2.46</version> </parent> <artifactId>webdriver-factory</artifactId> <version>1.1.46</version> <packaging>jar</packaging> <name>webdriver-factory</name> <scm> <connection>scm:git:git@github.com:barancev/webdriver-extensions.git</connection> <developerConnection>scm:git:git@github.com:barancev/webdriver-extensions.git</developerConnection> <url>https://github.com/barancev/webdriver-extensions</url> <tag>webdriver-extensions-1.2.46</tag> </scm> <dependencies> <dependency> <groupId>org.seleniumhq.selenium</groupId> <artifactId>selenium-java</artifactId> </dependency> <dependency> <groupId>com.codeborne</groupId> <artifactId>phantomjsdriver</artifactId> <version>1.2.1</version> <exclusions> <exclusion> <groupId>org.seleniumhq.selenium</groupId> <artifactId>selenium-remote-driver</artifactId> </exclusion> <exclusion> <groupId>org.seleniumhq.selenium</groupId> <artifactId>selenium-server</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-gpg-plugin</artifactId> </plugin> </plugins> </build> </project>
<dependency> <groupId>ru.stqa.selenium</groupId> <artifactId>webdriver-factory</artifactId> <version>1.1.46</version> </dependency>
If you think the following webdriver-factory-1.1.46.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download webdriver-factory-1.1.46.jar file