05-10-2008, 07:54 AM
Try this:
There might be a few reasons why this has happened. You must check if you executed your code for the right dialog box, and if yes, then chances are that its a dynamic object. You should look into Regular Expressions to handle such behavior, or revert to DP.
Code:
Browser("micclass:=Browser").Dialog("micclass:=Dialog").WinButton("si").Click
There might be a few reasons why this has happened. You must check if you executed your code for the right dialog box, and if yes, then chances are that its a dynamic object. You should look into Regular Expressions to handle such behavior, or revert to DP.