I am trying to write an app that can run some simple actions on other 3rd party apps. My idea is to capture my actions and study the caught events so that I can use acs.performNodeActionOnViewsWithArgs. However, the details are not enough to make it feasible.
Is there an example coding which can do functions like
B4X:
Sub DoEvent(event as string) 'as in what caught in acs_OnAcccessibilityEvent
End sub
'OR
Sub PerformClick(x as int, y as int) ' so as to stimulate a click on the screen regardless whatever view is on that position
End sub
An example of caught event which I want to make it auto by accessibility: