0

what is the way for adding selenium {webDriver}in Android studio?

I have this problem [ when I run my App this bugging happens

Fix dependency resolution errors. selenium-server-4.0.0-beta ]

0m3r
  • 12,286
  • 15
  • 35
  • 71

1 Answers1

0
  1. Get the selenium-server-4.0.0-beta-1.jar file from here https://selenium-release.storage.googleapis.com/4.0-beta-1/selenium-server-4.0.0-beta-1.jar
  1. In Android studio add the dependency like in this post: How to add a jar in External Libraries in android studio
art_architect
  • 919
  • 6
  • 8