Flash Scrambling

I am ready to create a script that takes information from a website that runs in flash.

I was about to start coding the application by doing something like:

  • move the mouse to the x, y position.
  • click the mouse.
  • wait x msec.
  • to get data.

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

Thanks for reading!

+3
source share
2 answers

Use selenium.

+3
source

There is no easy solution for flash sites. selenium or watin or any other tools cannot access the flash if you do not have access to the flash source.

, -.

+2

Source: https://habr.com/ru/post/1710318/


All Articles