Jump to content

mfsiSudhansu

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by mfsiSudhansu

  1. Hi Everyone, I have a scenario like, when refreshing the page the browser is showing a popup saying Resend and cancel. I want to click on the resend button. How to do that using Autoit? Can anyone please help? Thanks, Sudhansu
  2. Hi All, Now i am not able to click on the Allow button of the popup window. I am not getting what is the exact problem. Actually the flow is: 1. I will click on video link 2. It will take some time to open the page 3. After that it will open a popup whose title is "Security Warning" and class name:#32770 with allow and do not allow options. 4. I want to verify first if that window is present then i will click on allow otherwise i will ignore that popup. How to accomplish the above issue? Please suggest Thanks, Sudhansu
  3. 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.
  4. Hi John, 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("folder\file.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.
×
×
  • Create New...