Help for this page

Select Code to Download


  1. or download this
    if ($userlabel = $ie->getTextBox ('aftertext:', "User Name:")) {
        $ie->getTextBox ('aftertext:', "User Name:")->SetValue("USER1");
    ...
        print MYFILE "FAILED\n";
        print "\n";
    }
    
  2. or download this
    if ($TAB1 = $ie->getLink('linktext:', "TAB1")) {
        print MYFILE "PASSED\n";
    } else{
        print MYFILE "FAILED\n";
    }