Jump to content

Help with IEFrame.


Recommended Posts

Hi,

I want to automate filling data into a webpage which has many fields and buttons.

The AutoItV3 window information tool identifies the class of webpage as IEFrame, But all the following GetCollection methods return the count as 0 with no errors.

$oIE = _IECreate ($MyURL)
sleep(3000)
_IEFormGetCollection ($oIE)
msgbox(0,"",@error)
msgbox(0,"",@extended)
_IEFrameGetCollection ($oIE)
msgbox(0,"",@error)
msgbox(0,"",@extended)
_IEImgGetCollection ($oIE)
msgbox(0,"",@error)
msgbox(0,"",@extended)
_IETableGetCollection($oIE)
msgbox(0,"",@error)
msgbox(0,"",@extended)
_IETableGetCollection ($oIE)
msgbox(0,"",@error)
msgbox(0,"",@extended)

Please help.

Edited by PoojaKrishna
Link to comment
Share on other sites

Thanks for the Tool Valuater.

I have checked the source code of the OrginalURL and have found a statement like:

top.location.href=RedirectURL;

I checked the form filling directly with the RedirectURL and it works, but not with the OrginalURL.

No forms are detected in OrginalURL.

Edited by PoojaKrishna
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...