Jump to content

Recommended Posts

Posted

I am automating entering searches in a website.

I have been able to get all the form based entries to work so far until now. I was hoping to get some help on how to automate this one piece successfully.

First, I choose the form:

$oForm = _IEFormGetObjByName ($oIE, "SearchForm")

Now in this form there is a drop down list. This list has an onchange event of selectView();. I know the option I want to submit with this drop down list. SO basically how do I send:

selectView(EXPORT_3rdPartyList);

The EXPORT_3rdPartyList is one of the OPTION value= lines. I want to essentially launch the onchange event with the correct option value. Can anyone help me out?

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
×
×
  • Create New...