# seleniumOnWebTest **Repository Path**: shuaiqiangliu/selenium-on-web-test ## Basic Information - **Project Name**: seleniumOnWebTest - **Description**: 借助Selenium实现对xxxweb端的自动化测试 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-21 - **Last Updated**: 2022-06-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 1. 如何复用已有的浏览器实现selenium - 以Chrome为例:1. 下载Chrome 2. 配置Chrome的环境变量 3. 以命令行的方式启动Chrome的调试模式: chrome --remote-debugging-port=9222 ```python ``` ![img_1.png](img_1.png) 在系统path添加相关环境 ![img_2.png](img_2.png)