MVN

com.microsoft.edge : msedge-selenium-tools-java

Maven & Gradle

Jan 27, 2022
5 usages
87 stars

Selenium Tools for Microsoft Edge · An updated EdgeDriver implementation for Selenium 3 with newly-added support for Microsoft Edge (Chromium).

<dependency>
    <groupId>com.microsoft.edge</groupId>
    <artifactId>msedge-selenium-tools-java</artifactId>
    <version>3.141.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.microsoft.edge : msedge-selenium-tools-java to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.141.1

All Versions

Choose a version of com.microsoft.edge : msedge-selenium-tools-java to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.141.x
msedge-selenium-tools-java-3.141.1
msedge-selenium-tools-java-3.141.0

How to add a dependency to Maven

Add the following com.microsoft.edge : msedge-selenium-tools-java maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.microsoft.edge</groupId>
    <artifactId>msedge-selenium-tools-java</artifactId>
    <version>3.141.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.microsoft.edge : msedge-selenium-tools-java gradle dependency to your build.gradle file:

implementation 'com.microsoft.edge:msedge-selenium-tools-java:3.141.1'

Gradle Kotlin DSL: Add the following com.microsoft.edge : msedge-selenium-tools-java gradle kotlin dependency to your build.gradle.kts file:

implementation("com.microsoft.edge:msedge-selenium-tools-java:3.141.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.microsoft.edge : msedge-selenium-tools-java sbt scala dependency to your build.sbt file:

libraryDependencies += "com.microsoft.edge" % "msedge-selenium-tools-java" % "3.141.1"

Advertisement