Web page processing automation

  • Thread starter Thread starter VanguardLH
  • Start date Start date
V

VanguardLH

Guest
"Ronny" in <news:uPi6tnT2IHA.5728@TK2MSFTNGP06.phx.gbl> wrote:

> I need to repeat some 5 operations on every record in the web page(like
> click the line, select some check box, paste some text, click a push button
> etc..).
> Is there some utility that helps in such case?
>
> Regards


Web pages don't have "records". What is sounds like is that you want to
perform a series of mouse or keyboard operations on objects in the web
page. You didn't mention if cost were no object or was critically
restricted. WinRunner will do that but is probably way too pricey for
you as it is designed to software test automation. AutoHotkeys might
work and it's free. You can have it record a series of mouse and
keyboard operations, or use its scripting to write functions to perform
actions on specific objects.
 
Re: Web page processing automation

From: "Ronny" <ronny@goren.org.ir>

| I need to repeat some 5 operations on every record in the web page(like
| click the line, select some check box, paste some text, click a push button
| etc..).
| Is there some utility that helps in such case?

| Regards



Please fix your PC clock or your time zone. You are posting from the future.

--
Dave
http://www.claymania.com/removal-trojan-adware.html
Multi-AV - http://www.pctipp.ch/downloads/dl/35905.asp
 
Re: Web page processing automation


"David H. Lipman" <DLipman~nospam~@Verizon.Net> wrote in message
news:%23qywbKX2IHA.5564@TK2MSFTNGP06.phx.gbl...
> From: "Ronny" <ronny@goren.org.ir>
>
> | I need to repeat some 5 operations on every record in the web page(like
> | click the line, select some check box, paste some text, click a push
> button
> | etc..).
> | Is there some utility that helps in such case?
>
> | Regards
>
>
>
> Please fix your PC clock or your time zone. You are posting from the
> future.
>
> --
> Dave
> http://www.claymania.com/removal-trojan-adware.html
> Multi-AV - http://www.pctipp.ch/downloads/dl/35905.asp


Great answer Dave.
 
Web page processing automation

I need to repeat some 5 operations on every record in the web page(like
click the line, select some check box, paste some text, click a push button
etc..).
Is there some utility that helps in such case?

Regards
 
Re: Web page processing automation

"jim" in <news:CtH9k.13624$LL4.10057@bignews7.bellsouth.net> wrote:

> "David H. Lipman" wrote in message news:%23qywbKX2IHA.5564@TK2MSFTNGP06.phx.gbl...
>>
>> Please fix your PC clock or your time zone. You are posting from the
>> future.

>
> Great answer Dave.


What, you've never told someone their fly is open while they're
discussing world hunger, world peace, or your pay raise?
 
Re: Web page processing automation

use AutoIT, it's free at the authors web site.

Ronny wrote:

> I need to repeat some 5 operations on every record in the web page(like
> click the line, select some check box, paste some text, click a push button
> etc..).
> Is there some utility that helps in such case?
>
> Regards
>
>
>
 
Back
Top