"MOBILE_SPREAD" Command

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

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

Procedure: Prepare steps that run the app and create a step with Mobile_Spread 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

To launch Google maps, you can use the App Package Name and Activity Name below:

com.google.android.apps.maps
com.google.android.maps.MapsActivity

This is how Google Maps app will look like before running Mobile_Spread command (map is already zoomed out)

 This is how Google Maps app will look like after running Mobile_Spread command with 50 offset points (map gets zoomed in)

 

 

Â