-1

I'm connecting to my application over VPN and i get security error pop up something like this: IE11 Security pop up

I have handled it using AUTOIT for now, but i wanted to know if there is a way to handle it using ie Desired capabilities???

  • Selenium does not have the capability to handle IE "Windows Security" pop up. Not even through "switch alert accept/ dismiss" concept. you are using autoit is correct and if you want to change you can use sikuli. – Dhru 'soni Nov 02 '18 at 13:56

1 Answers1

0

Selenium is an automation testing tool which supports only web application testing, that means, it doesn’t support windows based applications and window alert/ popup/ dialog are one of them. For a work around, you can refer this link. https://www.joecolantonio.com/selenium-how-to-handle-windows-based-dialogs-and-pop-ups/

Deepak-MSFT
  • 8,111
  • 1
  • 6
  • 14