The steps added using WebPageAddUrl will be downloaded only if I select "Automatically download images" checkbox in the profile settings. This will also download all embedded resources in the dynamic HTML and download them automatically. In our application, I want only the lines that I mentioned in WebPageAddUrl to be downloaded concurrently in addition to the embedded resources coming in the page. But I want to exclude static content like css/js/jpg/png etc since they are served from CDN usually. As of now, I am using domain suppress to suppress calls to third party sites. But for our site, I don't want to include this in my workload and want to selectively ignore them so that I get the power of the auto download feature + not losing what I need.
↧