Jump to content

Recommended Posts

Posted

hello

i've some problem with IE pop up. (pict below)

how to detect IE popup like that?? 

im using this code but still not work:

#include <MsgBoxConstants.au3>
#include <IE.au3>
while 1

sleep(3000)
CekPopup()

WEnd

Func CekPopup()
   if _IEAttach("Windows Internet Explorer") = True Then
      local $awin= WinActivate("Windows Internet Explorer")
      sleep(2000)
      send("{ENTER}");;;yes button
   Else
   ConsoleWrite("Pop Up FREEEEEEE...!!! ")
   EndIf
EndFunc   ;==>Example

 

bbbbb.png

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...