Download selenium-chrome-driver-3.3.1.jar file

Introduction

You can download selenium-chrome-driver-3.3.1.jar in this page.

License

The Apache Software License, Version 2.0

Type List

selenium-chrome-driver-3.3.1.jar file has the following types.

META-INF/MANIFEST.MF
org.openqa.selenium.chrome.ChromeDriver.class
org.openqa.selenium.chrome.ChromeDriverCommand.class
org.openqa.selenium.chrome.ChromeDriverCommandExecutor.class
org.openqa.selenium.chrome.ChromeDriverService.class
org.openqa.selenium.chrome.ChromeOptions.class

Pom

selenium-chrome-driver-3.3.1.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.seleniumhq.selenium</groupId>
  <artifactId>selenium-chrome-driver</artifactId>
  <version>3.3.1</version>
  <name>selenium-chrome-driver</name>
  <description>Selenium automates browsers. That's it! What you do with that power is entirely up to you.</description>
  <url>http://www.seleniumhq.org/</url>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>simon.m.stewart</id>
      <name>Simon Stewart</name>
      <roles>
        <role>Owner</role>
      </roles>
    </developer>
    <developer>
      <id>dawagner</id>
      <name>Daniel Wagner-Hall</name>
      <roles>
        <role>Committer</role>
      </roles>
    </developer>
    <developer>
      <id>eran.mes@gmail.com</id>
      <name>Eran Mes</name>
      <roles>
        <role>Committer</role>
      </roles>
    </developer>
    <developer>
      <id>james.h.evans.jr</id>
      <name>Jim Evans</name>
      <roles>
        <role>Committer</role>
      </roles>
    </developer>
    <developer>
      <id>jari.bakken</id>
      <name>Jari Bakken</name>
      <roles>
        <role>Committer</role>
      </roles>
    </developer>
    <developer>
      <id>michael.tamm2</id>
      <name>Michael Tamm</name>
      <roles>
        <role>Committer</role>
      </roles>
    </developer>
    <developer>
      <id>theautomatedtester</id>
      <name>David Burns</name>
      <roles>
        <role>Committer</role>
      </roles>
    </developer>
    <developer>
      <id>krosenvold</id>
      <name>Kristian Rosenvold</name>
      <roles>
        <role>Committer</role>
      </roles>
    </developer>
    <developer>
      <id>lsemerau</id>
      <name>Luke Inman-Semerau</name>
      <roles>
        <role>Committer</role>
      </roles>
    </developer>
    <developer>
      <id>barancev</id>
      <name>Alexei Barantsev</name>
      <roles>
        <role>Committer</role>
      </roles>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git@github.com:SeleniumHQ/selenium.git</connection>
    <developerConnection>scm:git:git@github.com:SeleniumHQ/selenium.git</developerConnection>
    <url>https://github.com/SeleniumHQ/selenium/</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.seleniumhq.selenium</groupId>
      <artifactId>selenium-remote-driver</artifactId>
      <version>3.3.1</version>
      <classifier></classifier>
    </dependency>
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>org.seleniumhq.selenium</groupId>
   <artifactId>selenium-chrome-driver</artifactId>
   <version>3.3.1</version>
</dependency>

Download

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



Download selenium-chrome-driver-3.3.1.jar file




PreviousNext

Related