Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to write code to automate browser / web site usage?

Status
Not open for further replies.

petrii

Programmer
Nov 30, 2002
1
FI
I want to automate using some web sites and integrate their usage to my own applications. Particulary I would like to automate queries and sending forms to the web service and store data from received web pages to a SQL database. Sometimes I need semi-automatic usage, so that I want to see things on a browser and use simplified macro commands and SQL storing, other times there is no GUI needed.

What are best tools to achieve this?

Can I integrate my own java/vb/c code with IE or some other browser throug some API?

Maybe I should set up my own web server with php/asp/java support and compose a web page which gets the data from original source and adds my own functionality. I could access this modified web service with my standard browser.

Should I get Mozilla with source code, and add my own functionality directly to the browser application?

Maybe some intelligent programmable proxy can also be used between my standard browser and the web site to add SQL storing and maybe also macro queries?

Is .NET something for this?

Should I make vb-application with browser control:

There seems to be many alternatives, what is the easiest, where to start?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top