Hi Everyone,
I am very new to Autoit. I was having a problem(see the attachment) while handling the java security warning popup window but it is fixed now using the below code.
I am able to click on Allow button using the below code.
ShellExecuteWait("folderfile.reg")
WinWait("[Class:#32770]")
WinActivate("[Class:#32770]")
ControlClick("[Class:#32770]", "","[CLASS:Button; INSTANCE:1]");
But my question is : I want to verify whether that warning popup window is coming or not in the page using "if" condition. If it will come then only i will click on Allow otherwise no need to click on simply ignore. Can anyone please suggest me How to accomplish this?
With Best Regards,
Sudhansu.