## 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?