Hi All,
I am unsure why my element is able to be ‘tap’ but unable to be ‘doubleTap’
I have tried the following so far and it doesn’t work:
- Mobile.sendKeys(findTestObject(‘Object Repository/android.widget.ImageView’), ‘doubleTap’)
- Mobile.tap(findTestObject(‘Object Repository/android.widget.ImageView’), 10) // i saw from another forum (doubleTap, singleTap, tapAtPosition, pinchToZoomInAtPosition not working as expected) that the person tried this and his side was double tap so decide to try to see if it works on my end