-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to integrate with appium #29
Comments
Could you please show stacktrace of this error |
Aug 31, 2021 2:11:36 PM io.appium.java_client.remote.AppiumCommandExecutor$1 lambda$0 |
Thank you for the information, we need some time to investigate |
Hi @Mitrabhanu-tech and @AnatoliZaitsau , I didn't get such issue at the time of Appium integration , the major bug I have found from my end - self healing not working . I guess you are getting this issue due to type safe (jar) version conflict issue or instead of using healenium appium 1.2 maven dependancy you have directly imported healenium appium jar in to your project, kindly use maven dependancy of healenium appium 1.2 , in case you are already using healenium appium dependancy than remove existing type safe config maven dependency or declare below dependency in pom.xml . com.typesafe config 1.4.1 |
Thnks for your update, but my application is opeing two times while iam running |
@ashish143ti: is your application invoking two times |
While running getting "no class found :type config " exception
The text was updated successfully, but these errors were encountered: