Block Hostnames
Block third-party hostnames during Runs so popups and scripts stay out of the page.
Block Hostnames stops named hosts from loading during a Run. Use it when a third-party script injects a popup, banner, or other noise that makes a Test Case flaky.
When to use it
Quiet a marketing or chat popup that appears on only some loads.
Keep analytics or widget domains from changing the DOM under test.
Stabilise a journey that is otherwise correct when those hosts stay out.
Find the hostname
Open the page in a normal browser.
Watch network requests on load for hosts that are not your application domain.
Note the hostname that serves the popup or script, such as
popup.example.com.
Common third-party popup and lead-capture hosts include domains from Popup Maker, Elementor, OptinMonster, Sumo, Ninja Popups, Bloom, TrustPulse, WP Popups, Thrive Leads, and ConvertPlus. Use the exact hostname your page calls, not the marketing site name alone.
Set blocked hostnames
Related
Last updated