Forum Discussion

mgroen's avatar
mgroen
Frequent Contributor
12 years ago

Getting access to Java Security prompt


Hi,

when I start the application (which runs in browser and uses Java JRE), a Java security popup is first displayed, in which the user has to click "Run" to invoke the Java applet.



This message is being displayed after each Java update.



I want to automate this in my tests so that if this warning is displayed the tick before "Do not show this again...", is checked and also the Run is pressed so my tests can continue to test the application.



In recording mode (keyword testing) I cannot get access to the check box, and the Run button.



Anyone got an idea for a better approach?



Thanks.