How did you added the objects.
I doubt the heirarchy is not proper, I have never seen one dialog under a dialog.
also, I cant see the naiveclass property for FileName, are you able to highlight the control in your application?
Can you check if the below statement works?
if No then please try again adding object into OR. I beleive the 'Save As' dialog should be different Node.
Ex: Refer Snap of OR and the code should be like
let me know how it goes.
I doubt the heirarchy is not proper, I have never seen one dialog under a dialog.
also, I cant see the naiveclass property for FileName, are you able to highlight the control in your application?
Can you check if the below statement works?
Code:
Dialog("File Download").Dialog("Save As").WinButton("Save").Click
if No then please try again adding object into OR. I beleive the 'Save As' dialog should be different Node.
Ex: Refer Snap of OR and the code should be like
Code:
Dialog("File Download").WinButton("Save").Click
Dialog("Save As").WinEdit("FileName").Set "C:\"
Dialog("Save As").WinButton("Save").Click