Hi, need help on the Xpath in the Interact Block.
I am using a Huawei phone.
Trying to create a flow to force stop an app. I can call up the app info page. I then use the Interact Block to record interaction. But it doesn't work.
Here is my input in the Interact Block
Action: Click (Android 4.1+)
Package: com.huawei.android.launcher
xPath expression: /android.widget.FrameLayout/android.widget.LinearLayout/android.widget.FrameLayout[@android:id='@android:id/content']/android.widget.FrameLayout[@android:id='@com.huawei.android.launcher:id/drag_layer']/android.widget.FrameLayout[@android:id='@com.huawei.android.launcher:id/overview_panel_container']/android.widget.ScrollView[@android:id='@com.huawei.android.launcher:id/overview_panel']/android.widget.FrameLayout[@android:contentDescription='Settings App info']
Content:"FORCE STOP"
Please help.