# Selenium3_based_python3 **Repository Path**: yytan02/Selenium3_based_python3 ## Basic Information - **Project Name**: Selenium3_based_python3 - **Description**: 基于Python3和Selenium3的WEBUI自动化测试框架 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 2 - **Created**: 2017-09-27 - **Last Updated**: 2021-11-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Selenium3_based_python3 基于Python3和Selenium3的WEBUI自动化测试框架 This project is aimed to make the auto test easier and easier. ##Caution 1. Must python 3+ and higher version. 2. Must install pypiwin32 extension. 3. Also need driver when use Firefox. ##Configuration 1. install python 3.5 2. copy pyse to the Lib/site-packages/ dir 3. install pypiwin32 extensions 4. suggest IDE: pycharme ##Tools - python(3.5.3) - selenium(3.5.0)/pypiwin32(219) install via pip - pycharm(4.5.3) - JAVA(1.8.0) - pyse - Firefox(53+)/Chrome(61+) - FirefoxDriver(0.18.0)/ChromeDriver(2.32) ##Functions - 封装了32个方法,适用所有场景 - 集成生成测试报告功能 - 集成邮件发送功能 - 集成截图功能 - 集成动态判断控件功能 - 汉化了测试报告界面