This site is in read only mode. Please continue to browse, but replying, likes, and other actions are disabled for now.
1 / 11
Sep 2018

HI i am facing one issue , need to automate Signature pad . we have a one option where we need to do signature for approval . But there is no locators for that field’s , so please help me out how can i pass signature in signature pad to move further step .

please follow screen shot and locators.

please do need full help

  • created

    Sep '18
  • last reply

    Jan '19
  • 10

    replies

  • 882

    views

  • 3

    users

  • 2

    links

Try with his parent (whose ID I can not see on the screenshot) like this:

driver.findElement(By.id("parentsID")).findElement(By.className("android.view.View"));
2 months later

Hi Rohit were u able to perform Signature if yes can u please share ur logic…

Thanks
VS

27 days later

Hi , currently i am not using signature i spoke with my developer they made it Un-mandatory

First get the centre SignPad.getCenter() and store in variable Point class
get int.x,int.y,
for newx, newy add some intx+5 and inty+5
Perform touch that is move from x,y to newx,y

Try once…