About debugging method when using cloud

An error occurred when using cloud.
Is there a way to check what HTML is being returned?
The robot confirmation page is probably displayed, and the results will be different from when you run it manually.

1 Like

Hi @co9809 - one of the most common way is to view the page’s snapshot when the error occurred. This can be done by looking at the error’s detail page as shown in the following screenshot:

Couple of things to note about snapshots:

  1. Snapshots are captured for both cloud and local monitors.
  2. It is available only when the Distill was able to load the page. If the page fails to load, say because it timed out, a snapshot can’t be captured.

Let me know if that makes sense of if you have any questions. Cheers!