12-10-2015, 07:49 PM
Hi Patric,
I am facing an issue while executing the webpagetest script(more than one script line) using API.
I have developed the WPT script for our scenario and the script like as...
navigate https://edge12345.com/
setValue name'proxyUsername xxxxx
setValue name'proxyPassword xxxx
clickAndWait name'loginSubmit
I am using HTTP Requester for posting the request to API, for single script line i am using parameter "script" with value as "google.co.in" and working fine. But in my script i have more script line as mentioned above.
How can we pass this entire script to the API. I have tired by passing ALL script lines to the "script" parameter but no luck. Please help us on how to execute WPT script having multiple commands (navigate, setValue, ClickAndWait) etc.
Thanks,
Vijay
I am facing an issue while executing the webpagetest script(more than one script line) using API.
I have developed the WPT script for our scenario and the script like as...
navigate https://edge12345.com/
setValue name'proxyUsername xxxxx
setValue name'proxyPassword xxxx
clickAndWait name'loginSubmit
I am using HTTP Requester for posting the request to API, for single script line i am using parameter "script" with value as "google.co.in" and working fine. But in my script i have more script line as mentioned above.
How can we pass this entire script to the API. I have tired by passing ALL script lines to the "script" parameter but no luck. Please help us on how to execute WPT script having multiple commands (navigate, setValue, ClickAndWait) etc.
Thanks,
Vijay