05-28-2010, 01:17 AM
OS Windows
IE8
Created an action to login to website.
inputs the page successfully,
types/encrypts PW sucessfully.
The very Last line of code, merely has to 'click' on the LOGIN button.
Instead, it gives a run time error-object disabled on that line of code.
If 'RETRY' to selected-the step completes perfectly (clicking); but states FAILED for the test.
this is the last line:
Browser("Google").Page("Login").WebButton("Log in").Click
IE8
Created an action to login to website.
inputs the page successfully,
types/encrypts PW sucessfully.
The very Last line of code, merely has to 'click' on the LOGIN button.
Instead, it gives a run time error-object disabled on that line of code.
If 'RETRY' to selected-the step completes perfectly (clicking); but states FAILED for the test.
this is the last line:
Browser("Google").Page("Login").WebButton("Log in").Click