Return-Path: Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: (qmail 10635 invoked from network); 18 Nov 2009 16:04:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 18 Nov 2009 16:04:25 -0000 Received: (qmail 6548 invoked by uid 500); 18 Nov 2009 16:04:24 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 6526 invoked by uid 500); 18 Nov 2009 16:04:24 -0000 Mailing-List: contact jmeter-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "JMeter Users List" Reply-To: "JMeter Users List" Delivered-To: mailing list jmeter-user@jakarta.apache.org Received: (qmail 6516 invoked by uid 99); 18 Nov 2009 16:04:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Nov 2009 16:04:24 +0000 X-ASF-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of sebbaz@gmail.com designates 209.85.218.209 as permitted sender) Received: from [209.85.218.209] (HELO mail-bw0-f209.google.com) (209.85.218.209) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Nov 2009 16:04:22 +0000 Received: by bwz1 with SMTP id 1so1471466bwz.13 for ; Wed, 18 Nov 2009 08:04:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=iy2L6WyZUaQqsNXjVxXLaYqAkp3wEJNpO94wUkc3IjA=; b=nvTmzQpAZOnFd+4rAZ+C8n1S+HDVU+ck57uVqYup+ZMpR4hSu6NElNC4P8UnEQzjhv dfZfKD5Xn+Cnf3lK9dFPbNYjK5wvEQnF0B+YaJCn+c/gGh+Hc9SlwYnU5l3KRpQFZ2qO cNvXx3O+hGa1dZV5UgqS59+I0HO+jYE1iGry8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=x0tWK2MbLz/gjQL8VZqdda38zypwxptDW9O/vghRJf0vsvE9nRDbwsiltz7rwaOgqY I0OmLiZyTa/2foub//aa/d8dkq5nbr5AUSv1Ahn+itAQCEoJOty4kyS7VlFRTkbVuI1r C3L8DBYNrWpgprbQmgUNdyd8opOsxZuvEOWbI= MIME-Version: 1.0 Received: by 10.216.90.135 with SMTP id e7mr2035230wef.34.1258560240833; Wed, 18 Nov 2009 08:04:00 -0800 (PST) In-Reply-To: References: <4AFB03BD.7040601@novator.com> <4483c26c0911111349s4b7901aav4ee01c515c418b3b@mail.gmail.com> Date: Wed, 18 Nov 2009 16:04:00 +0000 Message-ID: <25aac9fc0911180804k779dba48wc53e54f63a34391e@mail.gmail.com> Subject: Re: How do i get the HTTPSampler to download resources defined in CSS styles referenced on the result? From: sebb To: JMeter Users List Content-Type: text/plain; charset=ISO-8859-1 On 18/11/2009, Adrian Speteanu wrote: > hi, > > shouldn't the checkbox "Retrieve all embeded resources" help download all > required resources? (including imagines, .js files, xml files, etc) Yes and no. JMeter will download the CSS file (if this is selected), but it won't process the CSS file to download any files referenced by the CSS. > > > On Wed, Nov 11, 2009 at 11:49 PM, Deepak Shetty wrote: > > > 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 > >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: jmeter-user-unsubscribe@jakarta.apache.org > > > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org > > > > > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: jmeter-user-help@jakarta.apache.org