hi I dont think you can do this directly/ dynamically. Statically if you record tests/ check browser sniffers you can determine which images are referenced from which pages and request those urls explicitly.
You could request the CSS and post process out all background-image urls , but it would be pretty hard to figure which classes are being referred to in the document. regards deepak On Wed, Nov 11, 2009 at 10:34 AM, Craig Flichel <[email protected]>wrote: > I can't find any documentation on CSS other than how to tell JMeter to > download externally referenced CSS. > > What I desire is more of a simulation of the browser requests that would > come in when evaluating a style referenced on a page and that style > references an image e.g. background-image:url(""); > That URL should be requested. > > Any way to do that? > Thanks, > Craig > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >

