WebTester based on python, the user can customize the testing process, convenient to get on the page displays the message. Must configure Chrome WebDriver / Firefox WebDriver / Remote WebDriver
- git clonse webtester
* pip install tornado
* pip install MySQLdb
* pip install DBUtils
* pip install PyYAML
* pip install splinter
Config Server
copy *.yaml.example to *.yaml
then change db, redis config with username & password
* python web_tester.py
* pip install splinter
need be used by chrome extension
* sudo python client_setup.py install
* move tester-extension.crx to chrome://extensions/
* tester-extension will save COM+Click event
- Chrome WebDriver brew install chromedriver
- Firefox WebDriver brew install firefoxdriver
- Remote WebDriver brew install remotedriver
- 在处理页面的ajax请求上存在问题