Whenever I try to run a test with scripts, the scripts never seem to end.
In this test, I had the following script:
[quote]logData 0
navigate http://www.webpagetest.org/
logData 1
setValue id=url someText
click title=Forums[/quote]
All I get is, The test completed but there were no successful results.
I have a private instance of WPT 2.18 running on a 32-bit Windows 7 VM and have the same problem. I have no problems running tests through the Python batch tool without scripts. When I try using a similar simple script to the one above, I get a similar result.
The browser and seems to run through the actions successfully. When it’s done though it just stays on the page without closing the browser. Eventually WPTDriver seems to time out and then the test fails. I’ve tried this using IE 11, Firefox 42, and Chrome 48 (all 32 bit).
Does anybody know what I’m doing wrong?