Jump to content

neither we are able to click on popup nor we are able to proceed with the script


mmahima
 Share

Recommended Posts

The following script opens a popup window

#include<IE.au3>

$oIE = _IECreate("...searchrequests.do")

_IELoadWait($oIE,1000)

$tags = $oIE.document.all.tags("input")

for $tag in $tags

iF(StringInStr($tag.type,"submit")>0)Then

$tag.click

msgbox(0,"","Inside the for loop")

ExitLoop

EndIf

Next

I am not able to click on the popup window, which is popped nor message box is getting opened

i.e., when i click on $tag.click an alert dialog box is opened.

post-25727-12603422810065_thumb.jpg

Edited by mmahima
Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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