Website is not reachable
When connected to Perfecto, if you face issues reaching a site on an Android device, try connecting the device to your workstation using adb, as follows:
-
Via adb, run the following command to clean all device system logs:
Copylogcat -c
-
Try getting to the site you want to test.
-
To create a
logcat.txt
file in your current directory, run the following command via adb:Copya: logcat -d > logcat.txt.
-
Open the
logcat.txt
file and search for the site URL. If it appears, check if there is any related error included in the file.