Hi,
Dialog Monitor code for handling windows authentication dialog is not working on Win 10 (both IE and Edge). It hangs on logon dialog and not proceed further.
It is working fine on all other browsers.
Code to handle Logon Dialog:
manager.DialogMonitor.AddDialog(LogonDialog.CreateLogonDialog(BrowserManager.MyManager.ActiveBrowser, "" + Domain + @"\" + UserName, @"" + Password, DialogButton.OK));
manager.DialogMonitor.Start();
manager.ActiveBrowser.NavigateTo(@"" + URL);
See the attached screen. It hangs on this popup screen. We are using 2017.1.207.0 version of telerik testing framework.
-Raju