Hi team,
I got this error when i try to Record my apps
and this is the appium log until the error
I’ve try the Troubleshooting Guide but it’s not working on me.
Please let me know if you have another solution.
Thank you.
Hi team,
I got this error when i try to Record my apps
and this is the appium log until the error
I’ve try the Troubleshooting Guide but it’s not working on me.
Please let me know if you have another solution.
Thank you.
Hi Raka,
There are some DesiredCapabilities you can set that might help you get around this. In your Project->Settings menu, go to Execution->Default->Mobile->Android.
Add new entries for appPackage, appActivity, appWaitActivity, and appWaitDuration. Here’s a description of what those activities mean: http://appium.io/docs/en/writing-running-appium/caps/
When done, it should look something like this (substituting mycompany for the actual company code in the package).
Name Type ValueappWaitActivity String com.mycompany.*
appPackage String com.mycompany.app
appActivity String com.mycompany.Login
appWaitDuration Number 30000
Hope this helps,
Chris
Chris Trevarthen said:
Hi Raka,
There are some DesiredCapabilities you can set that might help you get around this. In your Project->Settings menu, go to Execution->Default->Mobile->Android.
Add new entries for appPackage, appActivity, appWaitActivity, and appWaitDuration. Here’s a description of what those activities mean: http://appium.io/docs/en/writing-running-appium/caps/
When done, it should look something like this (substituting mycompany for the actual company code in the package).
Name Type ValueappWaitActivity String com.mycompany.*
appPackage String com.mycompany.app
appActivity String com.mycompany.Login
appWaitDuration Number 30000
Hope this helps, Chris
Hi Chris,
i’ve try it, but i still got the error. Is there any other possible solution?
Thanks for your help Chris, really appreciate it!
Hi Raka,
Could you share what your Preferences->Katalon->Mobile->Appium Directory setting is (the location of appium you set in Katalon)?
- Chris
Hello, setup or error reporting
Hello, there are still errors after settings
Hi Jocker, can you please share the error you’re seeing now?
– Chris