You can download webdriver-factory-1.1.41.jar in this page.
The Apache Software License, Version 2.0
webdriver-factory-1.1.41.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 ru.stqa.selenium.factory.samples.JUnitWebDriverSample.class ru.stqa.selenium.factory.samples.NoInitWebDriverSample.class ru.stqa.selenium.factory.samples.TestNgWebDriverSample.class ru.stqa.selenium.factory.samples.VariousBrowsersWebDriverSample.class
webdriver-factory-1.1.41.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.41</version> </parent> <artifactId>webdriver-factory</artifactId> <version>1.1.41</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> </scm> <dependencies> <dependency> <groupId>org.seleniumhq.selenium</groupId> <artifactId>selenium-java</artifactId> </dependency> <dependency> <groupId>com.opera</groupId> <artifactId>operadriver</artifactId> <version>1.5</version> </dependency> <dependency> <groupId>com.github.detro.ghostdriver</groupId> <artifactId>phantomjsdriver</artifactId> <version>1.1.0</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>compile</scope> </dependency> <dependency> <groupId>org.testng</groupId> <artifactId>testng</artifactId> <version>6.8.7</version> </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.41</version> </dependency>
If you think the following webdriver-factory-1.1.41.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.41.jar file