0

In my testcase I have to draw a line, or at least some points to imitate user's signature. Is there any way to do it, except of clicking on the screen by solo.clickOnScreen?

Ann
  • 475
  • 1
  • 5
  • 14

1 Answers1

0

You can use solo.drag() to draw a line.

Renas
  • 1,919
  • 1
  • 18
  • 17