Simple UI Interaction setup

Hasenpfeffer

New member
I need to start/stop the ftp-server. The form is simple. It has only one button which I tried to handle with the UI interaction click x/y. Unfortunately nothing happens. below the screenshots of the form, the Macrodoid setup and the macro. What is maybe missing? Environment is Pixel2 with Android 11
 

Attachments

  • 2024-01-02 14_57_01-Clipboard.png
    2024-01-02 14_57_01-Clipboard.png
    62.3 KB · Views: 14
  • 2024-01-02 14_57_32-Clipboard.png
    2024-01-02 14_57_32-Clipboard.png
    348.7 KB · Views: 13
  • 2024-01-02 14_58_10-Clipboard.png
    2024-01-02 14_58_10-Clipboard.png
    237.8 KB · Views: 11
  • 2024-01-02 14_58_46-Clipboard.png
    2024-01-02 14_58_46-Clipboard.png
    225.1 KB · Views: 11
  • 2024-01-02 14_59_30-Clipboard.png
    2024-01-02 14_59_30-Clipboard.png
    213.4 KB · Views: 13

Yogi

Member
Hi,
try to put an action "Wait" with a delay of 1 or 2 seconds
between the 2 actions.

If that doesn't work try the "UI Interaction->Click->Identify in app" action

The delay after calling an app and the "Wait" action depends, so you
have to try and error.

Regards,
Fritz
 

LF0

Member
As Yogi said, try the following two ways, method 1 is relatively simple, and method 2 should be more stable
 

Attachments

  • IMG_20240103_023224.jpg
    IMG_20240103_023224.jpg
    151.4 KB · Views: 8
  • Screenshot_20240103_022749.jpg
    Screenshot_20240103_022749.jpg
    378 KB · Views: 8

Hasenpfeffer

New member
A combination of both was necessary to get it run. Working with "UI Interaction->Click->Identify in app" was a bit tricky, but OK (messages must be on) Thanks a lot for help.
 

Attachments

  • 2024-01-03 07_30_01-Clipboard.png
    2024-01-03 07_30_01-Clipboard.png
    327.5 KB · Views: 6
  • 2024-01-03 07_30_43-Clipboard.png
    2024-01-03 07_30_43-Clipboard.png
    547.9 KB · Views: 6
Top