# selenium_python **Repository Path**: xmzb1218/selenium_python ## Basic Information - **Project Name**: selenium_python - **Description**: selenium持续集成验证的一个简单项目 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-01-30 - **Last Updated**: 2024-01-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README **Selenium 自动化测试程序(Python版)** 运行环境: - selenium web driver - python3 - pytest - git **驱动版本下载:** ChromeDriver:https://npm.taobao.org/mirrors/chromedriver/ FirefoxDriver:https://npm.taobao.org/mirrors/geckodriver/ OperaDriver:https://github.com/operasoftware/operachromiumdriver/releases MicrosoftEdgeDriver:https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/#downloads 运行命令: pytest -sv cases/test_baidu.py --alluredir ./allure_results