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:

www.webpagetest.org/?url=http://websemantics.uk&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
[hr]
Worked out the runs:

?url=http://websemantics.uk/&label=test&runs=5

Now just the run location if it’s possible?

Mike

All of them - they are in the docs - https://sites.google.com/a/webpagetest.org/docs/advanced-features/webpagetest-restful-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

Nice.

Thanks Patrick.