
测试
prolrj2015
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
selenium报错TypeError: 'Alert' object is not callable
selenium报错TypeError: ‘Alert’ object is not callable解决办法参考:https://stackoverflow.com/questions/25605018/object-is-not-callable-error-while-using-selenium-pythonAlert object is not callable? Then you ...转载 2019-01-24 10:45:26 · 5114 阅读 · 2 评论 -
Pycharm+Unittest+HTMLTestRunner不能生成报告解决方法
HTMLTestRunner下载源地址:http://tungwaiyip.info/software/HTMLTestRunner.html此版本是python2的,如果用于python3需要进行以下修改:修改HTMLTestRunner.py文件 - for python3问题一:No module named StringIO原因:python 3 中 没有 StringIO 这个模...转载 2019-01-24 15:53:13 · 1166 阅读 · 0 评论