Capturing Screens
Once the app (.zip/apk) is uploaded, the app is launched on the screen on the side. The app can navigated and access all properties like using it in a simulator/emulator.
As we navigate through the app, screens can be captured by clicking on the CAPTURE SCREEN
button. This will capture the screen image and layout all the views that are visible and accessible, along with properties of each of these views.
Tagging Screens
Once a screen is captured, you can tag the screen. Tagging screen is helpful in case of analytics, as the SDK will register all the screen enter
and screen exit
events.
The screen tagging is done by marking elements unique to the screen. Any number of elements can be marked madatory to be identifed the screen, but atleast one is mandatory. The screen is identified only if all the elements marked mandatory are received.
-
Using unique properties
- iOS :
tag
,accessibilty id
,accessibility lavel
andaccessibility hint
are unique properties for iOS that can be used to add mandatory elements for screen tagging.
- iOS :
Comments
0 comments
Article is closed for comments.