arya6000 has asked for the wisdom of the Perl Monks concerning the following question:
so this line of perl code does not work with it<button value="Continue" name="Continue" type="submit" tabindex="1">Co +ntinue</button>
Is there anything I can do so that button gets pressed?$ie->getButton('value:', "Continue")->Click;
|
|---|