vote up 1 vote down star

I am willing to create a script that takes information from a website which is done in flash.

I was about to start coding an application doing something like:

  • moving mouse to position x,y.
  • do a mouse click.
  • wait x msec.
  • get data.

My question is: Is there a better way to do this? Any lib?

Thanks for reading!

flag

What language are you going to be coding in? – ck Jun 12 at 7:35
Language is not a problem as long as it works on linux. – Macarse Jun 12 at 7:40

1 Answer

vote up 2 vote down check

Use Selenium.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.