Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)