Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Description: This command is used to perform pinch operation on a mobile widget. To zoom out, you can use positive numbers in Offset (points) field. To zoom in, you can add minus to the number in the Offset (points) field.

Usage Scenario: Suppose we want to zoom into the Google maps app.

Procedure: Prepare steps that run the app and create a step with Mobile_Pinch command with -50 offset points. For the mobile locator ID, you can the value below. Your steps will look like this:

com.google.android.apps.maps:id/map_frame

This is how Google Maps app will look like before running Mobile_Pinch command:

This is how Google Maps app will look like after running Mobile_Pinch command with -50 offset points:

  • No labels