How to handle java security warning popup

Hi,

Trying to handle the below popup which we are getting while launching the java form. I tried, win popup handler activity but it is not able to identify that popup window.
I tried window names as “Home”, “Home - Internet”, “Security Warning” by using contains method but its not working.

Please help to suggest solution for this.
Thanks…!

Hi,

You can configure this pop up using Application Host activity

Regards,
Amit

Hi Amit,

I tried by using Application host activity. While configuration, Run button is not getting highlighted like the cancel is getting highlighted with blue borders.
(Tried by using Java as well as Oracle EBS option of Application host)

image

Hi,

If you are able to select cancel then do focus on Cancel and then use Key Event Shift + tab. This will bring focus to Run button . You can do enter to click on Run button then

Regards,
Amit

Okay. Thank you…