View Single Post
  #1 (permalink)  
Old January 23rd, 2007, 11:06 AM
nutrino nutrino is offline
Authorized User
 
Join Date: Nov 2005
Posts: 25
Thanks: 0
Thanked 0 Times in 0 Posts
Default interactively capture IE page

We would like to automate part of a repetitive web page selection process.
The problem is that we do not need a script/tool that logs one on,
navigates many web pages with many selections and then finally
arrives at the repetitive part of a web application selection process.
This is an external web site. Because each end user navigates different
pages with different selections what we would like if possible is:
Assume only one web browser (IE 6.0 OR 7.0 is up) have the end user
navigate to the repetitive (same selection boxes) of a web site
start a vbs script that repetitively check off selection boxes (same ones)
and goes to the next page for them. Is there an example we could follow,
if possible?


Reply With Quote