Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/liying2008/selenium_test
selenium test with python
https://github.com/liying2008/selenium_test
selenium selenium-python
Last synced: about 2 months ago
JSON representation
selenium test with python
- Host: GitHub
- URL: https://github.com/liying2008/selenium_test
- Owner: liying2008
- License: mit
- Created: 2018-08-04T14:57:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-11-23T11:13:06.000Z (about 3 years ago)
- Last Synced: 2024-04-13T04:48:50.603Z (9 months ago)
- Topics: selenium, selenium-python
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Selenium Test
## 运行
### 环境准备
- Python 3.6
- 安装依赖库
```
pip install -r requirements.txt
```### 文件准备
- chrome_data 目录
Chrome的用户数据目录- firefox_data 目录
Firefox的用户配置目录- download 目录
文件下载目录- local.properties 文件
```properties
# email and password
imooc_email=慕课网登录邮箱
imooc_password=慕课网登录密码
# cookie
apsid=慕课网Cookie apsid
```## License
[MIT LICENSE](LICENSE)