![]() |
scripted tests - Printable Version +- WebPagetest Forums (https://www.webpagetest.org/forums) +-- Forum: WebPagetest (/forumdisplay.php?fid=7) +--- Forum: Private Instances (/forumdisplay.php?fid=12) +--- Thread: scripted tests (/showthread.php?tid=12113) |
scripted tests - hlentz - 03-15-2013 08:44 PM I need some help with scripted wpt tests. i tried different ways for assigning the login areas. ID´s, name, class. Nothing worked with the commands which are specified in the manual logData 0 // bring up the login screen navigate http://webmail.aol.com logData 1 // log in setValue name=loginId someuser@aol.com setValue name=password somepassword submitForm name=AOLLoginForm my credentials wheren´t filled in in the form. any ideas where my mistake is ? thanks in advance RE: scripted tests - andydavies - 03-15-2013 09:35 PM Are your scripts tab or space separated? From memory they need to be tab separated like this: http://www.slideshare.net/AndyDavies/web-page-test-beyond-the-basics/24 Also what browser? |