Hi everyone. I have been trying to implement an application where I can automatically upload an image in a third party application. I started with the accessibility library, but it does not allow me to generate a click.
In a suggestion I saw the accessibility in the #extend (created by
@OliverA ), but I can't generate the click with the dispatchgestures (I don't know Java and I have no idea how I should pass the expected arguments). Also I have the doubt, I understand that starting and ending coordinates are expected, does this not create a Scroll event instead of a click event?
Thank you very much, any help or guidance would be appreciated.
Greetings!