Test pinch to zoom
Pinch zoom requires two simultaneous touch points. The distance change between fingers determines zoom level. This is challenging to automate and often requires device-specific APIs.
Use two fingers to zoom
💡 Use two fingers on a touch device or the +/- buttons to simulate zoom
Gesture events
Pinch to zoom or use buttons
Pinch gestures are hard to automate in browsers. Most solutions require: device emulation, native drivers (Appium), or simulating via programmatic scale changes.
Automation hints