我是webtest的新手,我读到可以在selenium中记录脚本,然后通过webtest/ via运行它。我已经安装并配置了webtest和selenium。有没有适合webtest的特定代码格式?任何有关这方面的帮助都将不胜感激
发布于 2011-10-07 03:07:25
文档现在更完整了:http://webtest.pythonpaste.org/en/latest/modules/sel.html
您需要运行java -jar selenium-server.jar
然后使用SeleniumApp编写测试,就像使用TestApp一样
https://stackoverflow.com/questions/2775961
复制相似问题