-
- Notifications
You must be signed in to change notification settings - Fork 768
Closed
Labels
Description
Description
In our projects we use both selenium & appium java client jars together.
One of the problems I am facing is: duplicate classes
as we are using the same package name: org.openqa.selenium for the classes under the below path in the appium java-client & selenium jars.
https://github.com/appium/java-client/tree/master/src/main/java/org/openqa/selenium
Can we use unique package names please?
AndiCover, brian-tryon, ViniciusArnhold, jwestapplause, NainalChauhan and 2 more