Hi, I want to pinch to zoom on my mobile app. The command does get executed without any errors but
i do not see the action being done on my mobile app. Any comments? Thanks.
‘Get Element Height of “camera stream” Element’
ele_Height = Mobile.getElementHeight(findTestObject(‘Object Repository/Home Screen/Camera and Camera Settings/android.widget.FrameLayout’), 30)
‘Get Element Width of “camera stream” Element’
ele_Width = Mobile.getElementWidth(findTestObject(‘Object Repository/Home Screen/Camera and Camera Settings/android.widget.FrameLayout’), 30)
‘Pinch to zoom in at position 200,300’
Mobile.pinchToZoomInAtPosition(ele_Height, ele_Width, 200)