What should I do when some of the screenshots for the real browser monitor are not clear?

What should I do when some of the screenshots for the real browser monitor are not clear?

To ensure that all the page elements are loading correctly while taking screenshots, you can try adding wait_for_element_presence and wait_for_element_visibility parameters for the pages where the screenshots are not clear. To make this change:
  1. Log in to Site24x7.

  2. Navigate to Home > Monitors.

  3. Click the monitor of your preference.

  4. On the Monitor Status page that opens, click the hamburger icon next to the monitor name and click Edit Web Script.

  5. In the script that opens, add the following lines with appropriate values above the page elements that aren't clear:

Quotewait(<time in milliseconds>)
wait_for_element_presence(<element type>,<element name>,<maximum wait time in seconds>)
wait_for_element_visibility(<element type>,<element name>,<maximum wait time in seconds>)


    • Related Articles

    • No data for service and process in Windows server monitor

      If you see "No Data" for process and service metrics (such as CPU or memory usage of monitored services) in the Site24x7 Windows server monitor user interface, follow the troubleshooting steps below. Run PowerShell Commands Open PowerShell as ...
    • Site24x7 Real User Monitoring (RUM) - Data Collection

      When you include Site24x7 RUM beacon script in your web pages, the following data is collected. All data that's being collected is in accordance with GDPR compliance. Performance details of web page load time - Metrics like response time of web page ...
    • Difference between a website monitor and a SOAP Web Service monitor

      Website monitor will support monitoring of any web application via POST, GET and HEAD methods of configuration. Learn more on the performance metrics provided for a website monitor. SOAP Web Service monitors , on the other hand, lets you to ...
    • Monitor websites that require a HTTP POST to determine availability

      You can monitor websites that require HTTP POST to determine availability. You can configure HTTP request methods to be passed (POST/GET/HEAD/POST XML) under the HTTP Configuration while adding a monitor itself. Log in to the Site24x7 client and ...
    • Monitor and validate DNS IP changes using regex

      DNS administrators often monitor their DNS servers to detect changes in domain resolution and ensure IP mappings remain secure and accurate. Problem When your organization adds or modifies an IP address for your domain name, it’s critical to: Be ...