Skip to content

Instantly share code, notes, and snippets.

@luisromanbcn
Created October 5, 2017 13:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luisromanbcn/cf2cab104204e41d74313e287538f2db to your computer and use it in GitHub Desktop.
Save luisromanbcn/cf2cab104204e41d74313e287538f2db to your computer and use it in GitHub Desktop.
<dependency>
<groupId>io.appium</groupId>
<artifactId>java-client</artifactId>
<version>5.0.3</version>
<exclusions>
<exclusion>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-java</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-java</artifactId>
<version>3.5.3</version>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-api</artifactId>
<version>3.5.3</version>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-remote-driver</artifactId>
<version>3.5.3</version>
</dependency>
@Amitk115
Copy link

Amitk115 commented Jan 3, 2019

Not working

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment