"MOBILE_PRINT_PAGE_SOURCE" Command

Description: This command is used to get the source code of the html page being opened.

Usage Scenario: Suppose we want to get the source code of Wikipedia app.

Procedure: Define a step that runs loads Wikipedia app and define another step with Mobile_Print_Page_Source command to retrieve the source code. Your step will look like this:

image-20241113-112525.png

After clicking more.., you can click Page Source which will open the source code on a separate page for you to read/copy.

image-20241113-120400.png

Sample source code:

 

 

Â