Jump to content

Selecting a drop-down menu w/ the IE.au3 library


Recommended Posts

Hi,

I was wondering how would I use the IE.au3 library to create an object from a drop-down menu. I've already tried _IEFormElementGetObjByName without success. This is because the drop-down menu isn't really named anything. Here is a screenshot of how the menu looks like:

Posted Image

If anybody need any more information, please feel free to ask.

Thanks in advance.

Edited by sgmailer
Link to comment
Share on other sites

use _IEFormElementGetObjByIndex it will just count them not go by name, and you have to get the form name just making sure you know that, and the Index is on a 0 base so 0 is actualy 1 and 1 is actualy the second object in the form

Yep, just figured that out also. Thanks anyway though!

Gotta love this place, support is so fast. :D

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