10 2016 档案
【Python + Selenium】Mock Testing 是啥?一个so上的高票答案。
摘要:There are many kinds of testing which really made me confused. To be honest, I've never heard of something like Mock testing, stub testing. I had to l
阅读全文
【Python】 Subprocess module
摘要:1. subprocess.check_output() 2.subprocess.call() 3. subprocess.check_call() the methods 1.2.3 are are wrapper of subprocess.Popen() example 1: Open Vi
阅读全文
【selenium 3】 Mac 下测试环境搭建 Firefox 47+ gecko driver Mac
摘要:错误代码如下:File "/usr/local/lib/python2.7/dist-packages/selenium-3.0.0b2-py2.7.egg/selenium/webdriver/firefox/webdriver.py", line 65, in __init__self.serv
阅读全文
pycharm下载 -professional
摘要:Jet Brains 开发的PyCharm 我传到百度云上了。只供开发使用,违者必究。大家一起学开发。有谁有python 进阶 电子书,可以发到我的邮箱里:120946018@qq.com,谢谢 Mac 和 Windows上的professional版。要的拿去。 链接: http://pan.ba
阅读全文
geckodriver v0.11.0 github上下载的
摘要:从 https://github.com/mozilla/geckodriver/releases 下载的。家里下载不了,selenium 3.0.1 + python 2.7.10 + firefox 47(记不清楚了)好像是需要用这个的。 有要的自取,放在百度云上的。有其他需求的话,可留言。 链
阅读全文