由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 用python测webpage
相关主题
网页上js计算的变量值球python大牛给指导一下:写python最大的难点是什么?最重要的品质是什么?
Anaconda装起来会跟已有的python dist有什么冲突吗?full stack python to clone google plus like website
请教自动读取网页数据的Script求entry/junior level 软工,python/CPP (转载)
求教Python的一个问题啥脚本可以进行网页操作?
问个Python问题Python日报 一周回顾 2015-01-24
python login网站Perl程序员工作机会多吗?
请教个python抓网页的问题请教一个网站架构的问题
用了一下node.js, 看来js要一同天下啊,只要那些人Google test engineer求内推 (转载)
相关话题的讨论汇总
话题: phantomjs话题: python话题: install话题: selenium话题: node
进入Programming版参与讨论
1 (共1页)
c********l
发帖数: 8138
1
http://stackoverflow.com/questions/13287490/is-there-a-way-to-u
Is there a way to use PhantomJS in Python?
被顶次数最多的回答竟然是这个
The easiest way to use PhantomJS in python is via Selenium. The simplest
installation method is
1. Install NodeJS
2. Using Node's package manager install phantomjs: npm -g install phantomjs
3. install selenium (in your virtualenv, if you are using that)
Python -> selenium -> phantomjs webdriver -> Node.js
为什么这链条这么长?
c********l
发帖数: 8138
2
https://www.npmjs.org/package/phantomjs
A Note on PhantomJS
PhantomJS is not a library for NodeJS. It's a separate environment and code
written for node is unlikely to be compatible. In particular PhantomJS does
not expose a Common JS package loader.
This is an NPM wrapper and can be used to conveniently make Phantom
available It is not a Node JS wrapper.
既然是standalone的,为什么还需要事先装node.js再装phantom.js?
c********l
发帖数: 8138
3
up
1 (共1页)
进入Programming版参与讨论
相关主题
Google test engineer求内推 (转载)问个Python问题
谁能给科普一下python是怎么用的?python login网站
什么语言简练如python运行速度如C++请教个python抓网页的问题
怎么用python download 网上的数据?用了一下node.js, 看来js要一同天下啊,只要那些人
网页上js计算的变量值球python大牛给指导一下:写python最大的难点是什么?最重要的品质是什么?
Anaconda装起来会跟已有的python dist有什么冲突吗?full stack python to clone google plus like website
请教自动读取网页数据的Script求entry/junior level 软工,python/CPP (转载)
求教Python的一个问题啥脚本可以进行网页操作?
相关话题的讨论汇总
话题: phantomjs话题: python话题: install话题: selenium话题: node