Unable to run Script thru runtest.php
|
08-20-2013, 12:54 AM
Post: #1
|
|||
|
|||
Unable to run Script thru runtest.php
Hi,
How to pass multiple script commands to runtest.php: [Working] http://localhost://runtest.php?script=navigate http://www.walmart.com [Not Working] http://localhost://runtest.php?script=navigate http://www.walmart.com navigate help.walmart.com Please help. |
|||
08-20-2013, 11:11 PM
Post: #2
|
|||
|
|||
RE: Unable to run Script thru runtest.php
You need to urlencode the entire script, including tabs and new-lines (each navigate commad needs to be on a separate line).
The correct urlencoded script would look like this: navigate%09http%3A%2F%2Fwww.walmart.com%0Anavigate%09help.walmart.com |
|||
01-22-2015, 01:57 PM
Post: #3
|
|||
|
|||
RE: Unable to run Script thru runtest.php
Hi,
I have a very basic question. How to run a script file through webpagetest? I dont have desktop version of webpagetest? (08-20-2013 11:11 PM)pmeenan Wrote: You need to urlencode the entire script, including tabs and new-lines (each navigate commad needs to be on a separate line). |
|||
01-29-2015, 12:27 AM
Post: #4
|
|||
|
|||
RE: Unable to run Script thru runtest.php
Go to the advanced settings in the UI, open the script tab and paste whatever script you want to run into the UI.
|
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 2 Guest(s)