Hi, everybody. I’ve some problem when I record task in mobile testing like this
in my application there’s a swipe command before entering to login page, and I can’t start to record application.
Thanks for your help, before.
Hi, everybody. I’ve some problem when I record task in mobile testing like this
in my application there’s a swipe command before entering to login page, and I can’t start to record application.
Thanks for your help, before.
Hi @umimunawaroh83,
Please connect your device with your PC, open your app then go to folder: C:\Users\user\katalon\tools\android_sdk\platform-tools and type these commands:
adb shell
dumpsys activity | grep -E 'mCurrentFocus'
then show me the console result.
Thanks