Dee Arora

Results 6 comments of Dee Arora

Now, I've noticed that there is no effect for my listener which I've added in config.properties. I was following "PagePatternAppium" then I tried putting config.properties at different places, it never...

I tried to fix and raised a PR: - [ https://github.com/AppiumTestDistribution/AppiumTestDistribution/pull/891]( https://github.com/AppiumTestDistribution/AppiumTestDistribution/pull/891) It says... First-time contributors need a maintainer to approve running workflows. Learn more. 1 failing, 4 cancelled, and...

@diebold2000 @dipikachowdhary07 @mykola-mokhnach any update on the same question (how to make fast app restart and back user to Login screen / Home screen in the absence of driver.launchApp())

> Hello @deepakarorawins with client 8.3.0 and server 2.0.1 the following statements work perfectly for me (Kotlin): > > `fun restartMobileApplication() { if (driver != null) { (driver as InteractsWithApps).terminateApp(Configuration.appBundleId)...

> For iOS, [uninstall the app](https://appium.github.io/appium-xcuitest-driver/5.3/execute-methods/#mobile-removeapp), then [install it again](https://appium.github.io/appium-xcuitest-driver/5.3/execute-methods/#mobile-installapp) does the same thing. (launchApp endpoint did it the same) This is not Android, but for Android, you could use...

For me it worked by setting environment variable as mentioned in trouble shooting document: [https://appium-device-farm-eight.vercel.app/troubleshooting/](https://appium-device-farm-eight.vercel.app/troubleshooting/) **export GO_IOS="/opt/homebrew/lib/node_modules/go-ios/dist/go-ios-darwin-amd64_darwin_amd64/ios"** export PATH=$JAVA_HOME/bin:$GROOVY_HOME/bin:**$GO_IOS**:$PATH