Can I Exclude the Capture During Browser Testing?

There are several ways you can disable your Capture using behavioural rules if it is interfering with testing or screenshots.

If you have a Capture installed on your website and it interferes with testing or screenshots from testing, there are several ways you can disable it using behavioural rules.

One option is to use the 'Exclude if Visited URL' rule and exclude based on URL param.

Exclude if Visited URL rule

Another option is to set a cookie in your test browser and then exclude it using the 'Cookie Match' rule.

Set a cookie

Additional options involve geofencing, adding JavaScript, and device detection. However, typically, the two methods described here are the most straightforward.