抓取 Flash 网站
我愿意创建一个脚本,从 Flash 中完成的网站获取信息。
我正要开始编写一个应用程序,执行以下操作:
- 将鼠标移动到位置 x,y。
- 单击鼠标。
- 等待 x 毫秒。
- 获取数据。
我的问题是:有更好的方法吗? 有库吗?
谢谢阅读!
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!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用硒。
Use Selenium.
对于 Flash 网站没有简单的解决方案。 除非您能够访问闪存的源代码,否则硒或 watin 或任何其他工具都无法访问闪存。
您可以将这些组件之一与图像识别库一起使用,这样就可以单击 Flash 按钮。
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.