- This topic has 1 reply, 2 voices, and was last updated 9 years ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Tagged: filtering
How can I ignore an element on my website that is causing an error?
You can enable network filter by right-click=>Add Network Filter=>Advanced=>Deny. Add
URL of failing element to “URL to filter” field and press OK. Use * or ? if needed.
Also, after playing a script “Playback Results” window appears. You can choose tab
“Network Errors”, select failing elements and press “Ignore URLs during monitoring”.
Before applying a network filter, be sure that your root HTML element (for example
https://www.example.com) isn’t filtered. Specific filtered elements should like similar
to this within your script:
NetworkFilter.Deny (“https://www.example.com/folderpath/FilteredOutElement.ttf“);