您的位置:首页 > 编程语言 > Python开发

基于Python搭建自动化框架

2018-03-16 14:17 302 查看
 1.       Install python on local machine and add it’s path to environment

2.       Install pip

3.       Install selenium using command pip install selenium

4.       Install python IDE Pycharm

5.       If running on chrome, need to install chrome driver and copy it under folder/python27(不用再添加到环境变量了)

6.       Add chromedriver.exe to pycharm using paste:

            

7.       Set project interpreter using python.exe

    

8.       Add basic class like Utilities, pages and scripts.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  自动化框架