Quantcast
Channel: WebPagetest Forums - All Forums
Viewing all articles
Browse latest Browse all 3879

Can't get 'Block Requests Containing' to work

$
0
0
Hi

In http://www.webpagetest.org/result/120618_FC_AJ5/

I am using scripting to simulate a logged in user clicking on a thread page.

I'd like to block the following files and see the impact as I suspect they might be impacting UX:

ckeditor.php
ckeditor.js
vbulletin_textedit.js

How do I do this? as doing it in the Block tab doesnt seem to be working for me and I'm not sure how to do it in the script directly.

Here's the script I am using if that helps:

Code:
logData    0
navigate    http://www.thestudentroom.co.uk/signin.php
sleep    5
setValue    name=vb_login_username    username
setValue    name=vb_login_password    password
submitForm    action=login.php?do=login
sleep    5
logData    1
navigate    http://www.thestudentroom.co.uk/showthread.php?t=1579631

Thanks Smile

Viewing all articles
Browse latest Browse all 3879

Trending Articles