|
I have the following code:
$ie->getButton('value:', 'Sumbit')->Click;
for the following HTML tag
<input type="submit" name="Submit" value="Submit" />
I have tried ('name:', 'Submit'). but that still gets me the same error of "Can't call method "Click" on an undefined value at PressSubmit.pl line 26."
I am unsure how to resolve this. |