You can download winium-webdriver-0.1.0.jar in this page.
Mozilla Public License, version 2.0
winium-webdriver-0.1.0.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/com.github.2gis.winium/winium-webdriver/pom.properties META-INF/maven/com.github.2gis.winium/winium-webdriver/pom.xml org.openqa.selenium.winium.DesktopOptions.class org.openqa.selenium.winium.KeyboardSimulatorType.class org.openqa.selenium.winium.SilverlightOptions.class org.openqa.selenium.winium.StoreAppsOptions.class org.openqa.selenium.winium.WiniumDriver.class org.openqa.selenium.winium.WiniumDriverCommandExecutor.class org.openqa.selenium.winium.WiniumDriverService.class org.openqa.selenium.winium.WiniumOptions.class
winium-webdriver-0.1.0.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> <groupId>com.github.2gis.winium</groupId> <artifactId>winium-webdriver</artifactId> <version>0.1.0-1</version> <name>Winium.WebDriver</name> <url>https://github.com/2gis/Winium/tree/master/java</url> <description>Winium.WebDriver retains the functionality of common driver and has specific methods for interaction with the Winium Driver.</description> <licenses> <license> <name>Mozilla Public License, version 2.0</name> <url>https://www.mozilla.org/en-US/MPL/2.0/</url> </license> </licenses> <scm> <url>https://github.com/2gis/Winium/</url> </scm> <developers> <developer> <name>Artem Pryanichnikov</name> <url>https://github.com/zebraxxl</url> </developer> </developers> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> <distributionManagement> <snapshotRepository> <id>ossrh</id> <url>https://oss.sonatype.org/content/repositories/snapshots</url> </snapshotRepository> </distributionManagement> <dependencies> <dependency> <groupId>org.seleniumhq.selenium</groupId> <artifactId>selenium-java</artifactId> <version>2.48.2</version> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>3.3</version> <configuration> <source>1.6</source> <target>1.6</target> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <version>2.2.1</version> <executions> <execution> <id>attach-sources</id> <goals> <goal>jar-no-fork</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>2.9.1</version> <executions> <execution> <id>attach-javadocs</id> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-gpg-plugin</artifactId> <version>1.5</version> <executions> <execution> <id>sign-artifacts</id> <phase>verify</phase> <goals> <goal>sign</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.sonatype.plugins</groupId> <artifactId>nexus-staging-maven-plugin</artifactId> <version>1.6.3</version> <extensions>true</extensions> <configuration> <serverId>ossrh</serverId> <nexusUrl>https://oss.sonatype.org/</nexusUrl> <autoReleaseAfterClose>true</autoReleaseAfterClose> </configuration> </plugin> </plugins> </build> </project>
<dependency> <groupId>com.github.2gis.winium</groupId> <artifactId>winium-webdriver</artifactId> <version>0.1.0</version> </dependency>
If you think the following winium-webdriver-0.1.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download winium-webdriver-0.1.0.jar file