in reply to Re^7: Is it possible to trigger a mouse click action in a browser using Perl?
in thread Is it possible to trigger a mouse click action in a browser using Perl?

Thanks everyone, I have got the pages required through get(javascript:code). But the click() dint work. Anyways..
Thanks again.
Eshwar.
  • Comment on Re^8: Is it possible to trigger a mouse click action in a browser using Perl?

Replies are listed 'Best First'.
Re^9: Is it possible to trigger a mouse click action in a browser using Perl?
by Anonymous Monk on Aug 14, 2009 at 13:22 UTC
    But the click() dint work.

    You can't call click on ANY object and expect it to work.