Website is not reachable

When you face issues related to getting to a site on an Android device when connected to Perfecto, try connecting the device to your workstation using adb.

Prior to getting to the site you would like to check, via adb, run the following to clean all device system logs:

Copy
logcat -

Then try getting to the site you require.

To create a logcat.txt file in your current directory, run the following via adb:

Copy
a:  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.