Help for this page

Select Code to Download


  1. or download this
    use diagnostics;
    if( my $textbox = $ie->getTextBox('name:', 'ctl00$ContentPlaceHolderCo
    +ntent$FileUpload_opfFile') ) {
    ...
    } else {
        print "could not get the text box\n";
    }