用于Python的无头浏览器

用于Python的无头浏览器

本文介绍了用于Python的无头浏览器(需要Javascript支持!)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要一个非常容易使用的无头浏览器(我仍然是相当新的Python和一般的编程),这将允许我导航到一个页面,登录到需要Javascript的表单,然后刮掉结果通过搜索符合特定条件的结果,单击复选框,然后单击以下载文件来搜索网页。所有这些都需要Javascript。

I need a headless browser which is fairly easy to use (I am still fairly new to Python and programming in general) which will allow me to navigate to a page, log into a form that requires Javascript, and then scrape the resulting web page by searching for results matching certain criteria, clicking check boxes, and clicking to download files. All of this requires Javascript.

我听到无头浏览器是我想要的 - 需求/偏好是我能够从Python运行它,并且最好是结果脚本将由py2exe编译(我正在为其他用户编写此程序)。

I hear a headless browser is what I want - requirements/preferences are that I be able to run it from Python, and preferably that the resultant script will be compilable by py2exe (I am writing this program for other users).

到目前为止Windmill看起来很像我想要的,但我不确定。

So far Windmill looks like it MIGHT be what I want, but I am not sure.

任何想法都赞赏!

推荐答案

这个问题的答案是

这篇关于用于Python的无头浏览器(需要Javascript支持!)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-01 03:52