RBM - Add content check via Web Transaction Recorder (Chrome Extension)

RBM - Add content check via Web Transaction Recorder (Chrome Extension)


Related topic:
Check out this link if you want to configure content check through the Playback Script.

Applications Manager's Real Browser Monitoring allows to configure content check to be done on the webpages by configuring checks for both Content to be present and Content not to be present conditions in between the steps
  1. Content to be present: Data will be collected successfully only if the specified content is present in the recorded steps. Else data collection will stop in that step.
  2. Content not to be present: Data will be collected successful only if the specified content is not present in the recorded steps. Else data collection will stop in that step.
If you want to add content check in any of the step which you have recorded for Real Browser Monitor (RBM), view the extension window to see the all the steps recorded once the recording is completed. Then follow the steps below to add content checks for both the conditions:

1. Insert new command


2. Select the new step created



3. Add the content check commands

  1. For content to be present condition, select the command type as "verify text" and specify the required content as target.
  2. For content not to be present condition, select the command type as "verify not text" and specify the required content as target.


4. Verify the step in the playback script

After the RBM monitor is added, from the monitor details page choose "Monitor Actions -> Edit Playback Script" to view the script.
  1. For content to be present condition, the required content will be present in the following format in playback script.
    assert_text_present( "<content_to_be_checked>", "<true/false>" )


  2. For content not to be present condition, the required content will be present in the following format in playback script.
    assert_text_not_present( "<content_to_be_checked>", "<true/false>" )


                  New to ADManager Plus?

                    New to ADSelfService Plus?

                      • Related Articles

                      • RBM - Configure Content Check using Playback Script

                        Related topic: Check out this link if you want to configure content check through the Chrome Extension (Web Transaction Recorder). Content Check option Applications Manager's Real Browser Monitoring allows to configure content check to be done on the ...
                      • RBM - FAQs

                        1. I am unable to create a new RBM monitor. Go to  the Support tab and check the license Information. Verify if "EUM Add-on" option is enabled. If it is not enabled, contact sales@manageengine.com to purchase/trial the Add-on since RBM requires the ...
                      • RBM - Steps to perform Test Playback

                        What is Test Playback? Applications Manager's Real Browser Monitor works based on a playback script that is created during the monitor creation or recording of the transactions. This playback script will contain Locators to locate the HTML elements ...
                      • RBM - Enabling the Playback using Microsoft Edge browser

                        Note: Please note that playback using the Microsoft Edge browser is possible only in a Windows server with Microsoft Edge installed on it Please find the below steps to enable the Playback using Microsoft Edge in an EUM Agent: Download the EUM Agent ...
                      • RBM - Chrome playback Troubleshooting

                        Chrome playback option not enabled Verify End User Monitoring Agent version. End User Monitoring Agent (version 17 and above) & Applications Manager (Build no: 15000 and above) is required Check error message in End User Monitoring Agent settings ...