Jump to content

How to select item in combo box on IE 9 webpage?


Recommended Posts

There's a webpage I am on where you can select to show 20 items (default), 100 items, or "All" items.

I've tried several different iterations of the following code:

$oIE = _IECreate($Site)

$opFrame = _IEGetObjByName ($oIE, "pgr_page_size")

_IEFormElementOptionselect ($opFrame, "All", 1, "byText")

I think I need to have a couple other commands in here though like:

_IEFormGetObjByName

_IEFormElementGetObjByName

But when I look at the developer code I can't find a form name? Maybe I'm missing it.

here's a screen capture of what I see.

Posted Image

Any help?

Thanks,

Terry

Edited by mattw112
Link to comment
Share on other sites

Your screen shot is not readable. Use ALT+PRTSCN to capture only the active window instead of the whole desktop.

:)

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
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...