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???

1

There are 1 answers

0
Deepak-MSFT On

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/