To perform a pinch gesture in Appium, you typically use the _______ method.

  • multiTouch()
  • pinch()
  • pinchZoom()
  • zoom()
To perform a pinch gesture in Appium, you typically use the pinch() method. This method is part of the TouchAction class and is used to simulate the pinching action for testing purposes.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *