This is a migrated thread and some comments may be shown as answers.

DialogMonitor For Windows Authetication Dialog not working on Edge and IE on Win 10

1 Answer 95 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Raju
Top achievements
Rank 1
Raju asked on 03 Apr 2017, 10:16 AM

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

1 Answer, 1 is accepted

Sort by
0
Nikolay Petrov
Telerik team
answered on 06 Apr 2017, 08:16 AM
Hi Raju,

There is an article how to work around similar Windows Security Dialog problem. Please, follow this link and follow the approach proposed there. 

I hope this will solve the problem.

Regards,
Nikolay Petrov
Telerik by Progress
 
Quickly become an expert in Test Studio, check out our new training sessions!
Test Studio Trainings
 
Tags
General Discussions
Asked by
Raju
Top achievements
Rank 1
Answers by
Nikolay Petrov
Telerik team
Share this question
or