What form fields can I populate from the URI?
|
08-13-2015, 11:14 PM
(This post was last modified: 08-13-2015 11:29 PM by mikefoskett.)
Post: #1
|
|||
|
|||
What form fields can I populate from the URI?
Hi,
I wish to place a link on my test pages to run webpagetest with as many populated fields as possible. I know this works: http://www.webpagetest.org/?url=http://w...label=test But I cannot work out how to add number_of_tests or run location. Couldn't see anything in the docs or find a similar question in the forum. Regards Mike Worked out the runs: ?url=http://websemantics.uk/&label=test&runs=5 Now just the run location if it's possible? Mike |
|||
08-17-2015, 06:36 AM
Post: #2
|
|||
|
|||
RE: What form fields can I populate from the URI?
All of them - they are in the docs - https://sites.google.com/a/webpagetest.o...stful-apis
The main thing you need to be careful of is to url-encode all of the parameter values. url=http://websemantics.uk/ should really be url=http%3A%2F%2Fwebsemantics.uk%2F |
|||
08-17-2015, 08:02 AM
Post: #3
|
|||
|
|||
RE: What form fields can I populate from the URI?
Nice.
Thanks Patrick. |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)