scripted tests

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

Are your scripts tab or space separated?

From memory they need to be tab separated like this: Web Page Test - Beyond the Basics

Also what browser?