or
AlertDialog SearchResults200Dialog =
new
AlertDialog(AiiBrowser, DialogButton.OK);
Manager.Current.DialogMonitor.AddDialog(SearchResults200Dialog);
Manager.Current.DialogMonitor.Start();
consentSearch.SearchClick();
Manager.Settings.UnexpectedDialogAction = UnexpectedDialogAction.DoNotHandle;
DownloadDialogsHandler handler =
new
DownloadDialogsHandler(ActiveBrowser, DialogButton.SAVE, @
"D:\address.xls"
, Manager.Desktop);
Manager.ActiveBrowser.WaitUntilReady();
Pages.abcd.FrameFrame1.DownloadlinkLink.Click(
false
);
handler.WaitUntilHandled(9000);
I am getting the attached exception and the file doesnot save.
It opens the SaveAs dialog and doesnot pick the given path and freezes.
Attached is the screenshot of steps performed to save.
Could you please help.
Thanks,
Satya