05-06-2011, 12:30 AM
Supputuri,
Thx so much for writing.
1) Yes, I beleive the Window is active. I ensure that the button is actoive (see code)
2) Only the previous dialog box. Selecting it has this dialog box open
3) I tried a wait(2) but not the waitproperty.
Still the Save button is not getting sellected.
What can I try "cringe" ;-)
Thx so much for writing.
1) Yes, I beleive the Window is active. I ensure that the button is actoive (see code)
2) Only the previous dialog box. Selecting it has this dialog box open
3) I tried a wait(2) but not the waitproperty.
Code:
Browser("Wisdom CTE").Dialog("File Download").WinButton("Save").Highlight(0)
Browser("Wisdom CTE").Dialog("File Download").WinButton("Save").Click
Do Until Dialog("File Download_3").Dialog("Save As").GetROProperty("visible")=True
Browser("Wisdom CTE").Dialog("File Download").Activate
Browser("Wisdom CTE").Dialog("File Download").WinButton("Save").Click
Loop
Still the Save button is not getting sellected.
What can I try "cringe" ;-)