How to get ride of this pop up "Security Warning Window"?

Dears,

I created one BOT and working properly and suddenly I got one issue ( I think is Java related), where there is one Pop-up will appear sometimes, How to get ride of it? Knowing that I’ve added this site to trusted list in : Java Control Pannel>Security>Edit Sie List … but without success

image

Thanks in Advance

Hello @hsendel ,

Is this a pop up from Firefox?

One dirty workaround is to download the certificate and install it on you local machine.
When install, put it in Trusted certificates.

The safe one is to create some logic in your process, when this pop up apear to click on Continue/Cancel.

I hope it helps.

Vasile.

1 Like

Thanks @wasea for prompt feedback.
I’m using IE ( this website recommend this browser ),
From where I download the certificate?
And for the last option , I want to avoid using Click/Continue…;due to the fact that it’s not appearing all the time.

For the easiest solution, you can use Element Exist. After that with an IF activity, you can do the rest of your process.

The second one, install the certificate, you have some steps here:

I hope it helps.

Vasile.

1 Like

Thanks a lot @wasea , it worked as it’s required :+1:

Thats great! :+1:

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.