Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/python/310.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
是否有使用python的内置web自动化浏览器?_Python_Linux_Pygtk_Browser Automation - Fatal编程技术网

是否有使用python的内置web自动化浏览器?

是否有使用python的内置web自动化浏览器?,python,linux,pygtk,browser-automation,Python,Linux,Pygtk,Browser Automation,我尝试过splinter实现浏览器自动化。在Splitter中使用firefox webdriver。但问题是当firefox加载时CPU使用率很高,有时它会挂起gui。请给我一个选择。我在一个Linux机器(Ubuntu)中,正在使用pygtk构建一个应用程序。使用phantomjs的Selinum应该是splinter的一个很好的替代品。phantomjs是一个无头浏览器。对吗?但是我需要gui。

我尝试过splinter实现浏览器自动化。在Splitter中使用firefox webdriver。但问题是当firefox加载时CPU使用率很高,有时它会挂起gui。请给我一个选择。我在一个Linux机器(Ubuntu)中,正在使用pygtk构建一个应用程序。

使用phantomjs的Selinum应该是splinter的一个很好的替代品。

phantomjs是一个无头浏览器。对吗?但是我需要gui。