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:

  1. Via adb, run the following command to clean all device system logs:

    Copy
    logcat -
  2. Try getting to the site you want to test.

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

    Copy
    a:  logcat -d > logcat.txt.
  4. 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.