-332   BROKER NO PASSWORD FIELD VARIABLE IN SCRIPT

Source:  SecureLogin

Possible Cause:  A Web script must have at least one Type command that has "password" as the second argument. The following lines illustrate a typical script:

Type $Username

Type $Password Password

However, the script has no Type command followed by the Password attribute.

Action:  Add a Type command followed by the Password attribute.