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.
> 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.