Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/algebra-fun/new-theory-selenium
新理论答题自动化测试工具备份 A demo of selenium-webdriver
https://github.com/algebra-fun/new-theory-selenium
automated-testing online-examination-system selenium selenium-python
Last synced: 29 days ago
JSON representation
新理论答题自动化测试工具备份 A demo of selenium-webdriver
- Host: GitHub
- URL: https://github.com/algebra-fun/new-theory-selenium
- Owner: Algebra-FUN
- License: other
- Created: 2019-08-13T13:48:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-24T12:24:41.000Z (over 3 years ago)
- Last Synced: 2024-11-21T10:14:49.952Z (3 months ago)
- Topics: automated-testing, online-examination-system, selenium, selenium-python
- Language: Jupyter Notebook
- Homepage: https://theory.twt.edu.cn
- Size: 70.3 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 新理论答题测试辅助
## 开发背景由于该项目的特殊性,开发测试任务量与一般的项目相比较大;为了节省测试时间,故而开发此程序
## 使用说明
### 运行环境
python3 version>=3.5
### 配置并运行
1. clone本项目源码
2. 安装模组
通过命令行
```shell
pip install selenium xlrd
```3. 安装webdriver
下载chromedriver.exe,存放在Python目录下
> ChromeDriver下载地址:https://npm.taobao.org/mirrors/chromedriver/
> 也可以按照的主流网络教程进行安装在Chrome目录下4. 运行使用
按照指示执行 ITheory.ipynb 即可
## 免责声明
本程序仅用于开发测试;若使用在其他领域,责任由使用者承担,作者概不负责
## LICENSE
[![LICENSE](https://img.shields.io/badge/license-Anti%20996-blue.svg)](https://github.com/996icu/996.ICU/blob/master/LICENSE)