04-07-2010, 02:30 AM
Hi,
Running QTP 10 on Win 7, I noticed that pop-up boxes, whether it's VB Success or VB Failure, are being clicked on by QTP (the pop-up occurrs QTP clicks OK) then immediatly after, I receive the following:
Object not Visible
Line (22):Anyone know why this message would appear when QTP is already clicking on this OK button?
Thanks
Running QTP 10 on Win 7, I noticed that pop-up boxes, whether it's VB Success or VB Failure, are being clicked on by QTP (the pop-up occurrs QTP clicks OK) then immediatly after, I receive the following:
Object not Visible
Line (22):
Code:
Browser("xxxx.com").Dialog("VBScript:Success").WinButton ("OK).Click".
Thanks