On Fri, Dec 19, 2008 at 3:24 PM, Collaborate <tolg...@yahoo.com> wrote:
> I have an application that requires cursor/pointer control as follows:
>
> I would like to move the cursor to a specific target location on a web
> page and then click on a link. I would also like to be able to enter
> text into boxes after moving the cursor to the location of the box.
>
> I would appreciate if anyone had feedback on if this is possible do
> accompplish with the Perl language and if so what functions can be
> used. If anyone can point me to an example code, that would also be
> great.
>
> Thanks.
>

Most OSes have some sort of binding for perl: Win32::GUIRobot, Tk,
etc. just take a look at what's available on CPAN.

Do you really need to physically move the cursor, though? If all you
need to to is follow links, fill out forms, etc., take a look at
WWW::Mechanize. Mech is the standard way of doing what you seem to
want, unless you're actually performing GUI testing.

HTH,

-- jay
--------------------------------------------------
This email and attachment(s): [  ] blogable; [ x ] ask first; [  ]
private and confidential

daggerquill [at] gmail [dot] com
http://www.tuaw.com  http://www.downloadsquad.com  http://www.engatiki.org

values of β will give rise to dom!

Reply via email to