I am trying to access the secured site, to access the site installed the signed certificate. While automating using selenium, every time it is prompting to select certificate and grant permission pop up like.
and next pop up is enter image description here
Please suggest me how to accept the certificate. I tried with alert – but it is not taking as alert. With window handler I can able read the text of the popup, but unable to do any action like “accept permission” Robot key events also not working.