Python的Web应用验收测试Splinter.zip
Splinter 是一个用 Python 编写的 Web 应用程序进行验收测试的工具。 示例代码: browser = Browser('webdriver.chrome') browser = Browser('webdriver.firefox') browser = Browser('zope.testbrowser')browser.visit('http://cobrateam.info')browser.reload()browser.find_by_css('h1') browser.find_by_xpath('//h1') browser.find_by_tag('h1'
文件列表
Python的Web应用验收测试Splinter.zip
(预估有个161文件)
MANIFEST.in
26B
AUTHORS
996B
travis-install.bash
754B
tox.ini
141B
search.html
105B
modindex.html
107B
layout.html
4KB
genindex.html
108B
make.bat
4KB
splinter-docs.css
1KB
暂无评论