Jump to content

Help with _IEAction


Recommended Posts

Ok i am working on a tool which automates a certain task on a site. I have been using the mouse click method and want to switch to the proper _IE method using the IE automation functions. This will be much better than my previous method in every aspect. I am not sure if the objects on the site are identified as a form because in the source it is classified as a "Multi-Form Data". I have the source code of this tool in VB8. If anyone can help with this it will be greatly appreciated. The site is http://scanner.novirusthanks.org/

Snippets from of VB8 version:

WebBrowser1.document.GetElementById("submitav").InvokeMember("click")
    WebBrowser1.document.GetElementById("submitfile").InvokeMember("click")
  WebBrowser1.document.GetElementById("upfile").InvokeMember("click")

The three pieces of code is the simple automation of these tasks in VB8. In AutoIt i presume a combination of _IEAction, _IEFormGetCollection, _IEFormElementGetObjByName and _IEFormElementCheckBoxSelect will be used.

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...