抓取 Flash 网站

发布于 2024-07-24 08:37:03 字数 205 浏览 1 评论 0原文

我愿意创建一个脚本,从 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

秉烛思 2024-07-31 08:37:03

使用硒。

Use Selenium.

心房的律动 2024-07-31 08:37:03

对于 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文