There is an app named My Demo App by sauce labs. In that app there is a signature pad kind of thing where user can write things by double clicking on the board and then hold it and then moving the finger like how typical MS paint work.
How do I simulate this action of double clicking then hold and move the cursor to write by selenium. I am using Appium.
I tried Actions class but couldn’t figure out the right combination of functions I should use.