Scraping flash websites

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-20 02:13:41

问题


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!


回答1:


Use Selenium.




回答2:


there isn't a simple solution for flash web sites. selenium or watin or any other tools can't access to the flash unless you've got access the source codes of flash.

you can use one of these components with image recognation library, which can do possible to click on flash buttons.



来源:https://stackoverflow.com/questions/985474/scraping-flash-websites

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!