摘要: 我使用的是win10系统,将要搭建的版本分别是:python版本-3.7.0,selenium版本-3.14.1,火狐浏览器版本-61.0.2,geckodriver版本-0.21.0 现在开始搭建环境 第一步、下载Python,安装Python,并添加到环境变量(我下载的是python3.7.0 阅读全文
posted @ 2018-10-06 11:21 Mac-C 阅读(280) 评论(0) 推荐(0) 编辑
摘要: 使用系统win10,使用pip安装selenium报错时的解决方法 pip install selenium时提示: PermissionError: [WinError 5] 拒绝访问。: 'c:\\program files\\python36\\Lib\\site-packages\\urll 阅读全文
posted @ 2018-09-09 17:17 Mac-C 阅读(1365) 评论(0) 推荐(0) 编辑
摘要: 1 count=1 2 while count < 4: 3 name = input('name:') 4 password = input('password:') 5 if name=='egon' and password=='123': 6 print('欢迎登录') 7 break 8 阅读全文
posted @ 2017-12-07 23:21 Mac-C 阅读(243) 评论(0) 推荐(0) 编辑