Jump to content

Best method to script working with web objects.


 Share

Recommended Posts

Hi,

Looking for some advice on best way to automate find objects and text boxes in a web page:

ctalog field
<input name="ctalognum" class="tblFieldInputMid" type="text" autocomplete="off"/>

item field
<input name="item" class="tblFieldInputMid" type="text" autocomplete="off"/>

description

<input name="submit" class="buttonFace" type="submit" value="submit"/>

Advice welcomed and appreciated.

Link to comment
Share on other sites

The first param of the _IE functions can use the IE Document object, or a frame (sets context of where to search).

Use helpfile for examples, post code, and others will assist with issues.

_IEFrameGetCollection
_IEFormElementGetObjByName
IEbyXPATH-Grab IE DOM objects by XPATH IEscriptRecord-Makings of an IE script recorder ExcelFromXML-Create Excel docs without excel installed GetAllWindowControls-Output all control data on a given window.
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...