0

I am using monkey talk tool for testing an HTML in my ipad, here i have an HTML image imageA on which i have wrote the touch event (Touch start) in javascript in which i am calling a method which changes the image of imageA.

when i touch it, imageA changes its image while using the monkey talk tool i am not able to simulate this behaviour through mt (Monkey talk) scripts

When i change the touch event to onclick and then run the mt script then it seems to be working fine but i would like to have the functionality on the touch start event.

Is it that their is a work around to detect touches of javascript in monkey talk?

Thanks

user2538944
  • 305
  • 4
  • 12

1 Answers1

0

Yeah,you can do it using tap() or touchDown() in javascript.
This will help you: JavaScript API Reference

vivekpansara
  • 895
  • 1
  • 6
  • 14