mysql入门教程 : https://www.cnblogs.com/mr-wid/archive/2013/05/09/3068229.html

 

html: http://www.runoob.com/html/html-tutorial.html

css:http://www.runoob.com/css/css-tutorial.html

dom:http://www.runoob.com/htmldom/htmldom-intro.html 

数据库:http://www.runoob.com/mysql/mysql-tutorial.html 

Python基础预习:http://www.runoob.com/python3/python3-tutorial.html 

 

 

1、安新selenium 命令行使用以下命令安装selenium: pip install -U selenium

2、安装chrome浏览器chrome和chromedriver下载 链接:https://pan.baidu.com/s/1eSct8LO 密码:xeca

3、chromedriver放在python的安装根目录下面即可。 下载链接中,只提供了windows版本的chrome和chromedriver. 
其它操作系统需要另外下载。
chromedriver下载地址:
http://npm.taobao.org/mirrors/chromedriver/

 

工具下载地址:
链接:https://pan.baidu.com/s/1cHdNHW 密码:56bp
说明:
1、WinSpy-1.0.2.7z解压即可。
2、pywin32的exe程序,根据自己安装的python版本来选择。
双击安装即可。
3、如果第2步执行不成功,或者没有匹配的版本,从以下命令中选一个安装:
命令1:pip install pypiwin32
命令2:python -m pip install pypiwin32

 

python之数据驱动ddt : https://www.cnblogs.com/hellowcf/p/6962935.html

 

上一篇:自动化测试之~python selenium环境准备(持续更新~~~~)


下一篇:selenium踩坑集