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

I was trying to use Inspector but it is doesn't work. and when we use Tap button it gave me a error message.

  • created

    Dec '14
  • last reply

    Dec '14
  • 1

    reply

  • 1.3k

    views

  • 2

    users

Try Precise Tap which is available on Mac(Appium)
js.executeScript("mobile: tap", new HashMap() {
{
put("tapCount", 1.0);
put("touchCount", 1.0);
put("duration", 1.0);
put("x", 334.0);
put("y", 148.0);
}
});