Relative Content

Tag Archive for javaselenium-webdriverappium

How to simulate the writing gesture with selenium

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.