摘要: 话不多说,代码如下:u"""@author: xieyanfen1990@126.com@attention: this is PhantomJS about webdriver and settings User-Agent"""from selenium import webdriverfrom... 阅读全文
posted @ 2015-03-09 15:53 励志SQA女 阅读(1970) 评论(0) 推荐(0) 编辑
摘要: 在使用eclipse +pydev 调试Python时,按住ctrl键,一般是可以进入到对应的方法中去的。但是如果没有进入的话,会在eclipse中显示黄色,但是进入不了子方法。如果鼠标移上对应的方法,会弹出提示说:"_module not in pythonpath",那应该怎么做呢?加快调试方法... 阅读全文
posted @ 2015-03-09 14:13 励志SQA女 阅读(1449) 评论(0) 推荐(0) 编辑