I have many document content with same form. And I have to add it to form, do and do again 1 job,
hope you can help me make it auto
I need Copy some Sub text from :
<img src="http://img28.imageshack.us/img28/1006/contentb.jpg" border="0"/>
to :
<img src="http://img691.imageshack.us/img691/3541/formc.jpg" border="0"/>
Succesed:
<img src="http://img821.imageshack.us/img821/4189/succesl.jpg" border="0"/>
hope Any body can help me do it with winautomation.
*note :
- all text in same 1 file txt.
- 1 form/per files


That's pretty easy. Generally, your job scheme must look like this:
- Parse Text and get from Begin Title to End Full Content
- Loop through the results
- For each result use the "Download from Web" action to post the data (if the form method is post)
You can even parse the result to make sure that it was properly posted.
If you need more specific information or even a sample job, you will have to post a sample text file (with a couple of records to make sure that there is a pattern) and the source code of the web form.
==Dedicated Automation Solutions==
==Dedicated Automation Solutions==