views:

485

answers:

1

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!

+3  A: 

Use Selenium.

Ryan Oberoi