Hello,
we are automating a sequence, where we have an embedded window (dialogBox) in FireFox. this widow is a result of an action like "Save As". where we need to save the utility/exe to local Disk. Silk test is not able to recognize the window/dialogbox.
here is a spinet for the code, which is use to click save File to local disk,
Desktop.Find ("//BrowserApplication//MainWin//PushButton[@caption='Save File']").Click ()
the above code is very much in-consistent to click (), when we tried to create a Mainwin dialog box declaration it fails to recognize.
appreciate, if any pointer can make it work.
thanks
Syed