在安装好uirecorder后,执行起来是各种错误。
不是少这个就是缺那个,也是因为自己对自动化测试知识太匮乏。
导致刚开始走自动化测试绕了很多弯路,报个错都不知所措。后来才知道要多看ERROR后面的错误,缺少什么补什么。
1、在执行uirecorder录制的脚本前,先启动WebDriver服务。
报错:Error: Missing C:\Users\b\node_modules\selenium-standalone\.selenium\chromedrive
r\2.31-x64-chromedriver
2、将错误贴到Google,GitHub里有个回答,安装selenium-standlone.(https://github.com/vvo/selenium-standalone)
npm install [email protected] -g #OK
selenium-standalone install #到这里又提示错误
selenium-standalone start
2、sele-standalone install的时候selenium、chrome、ie、firefox、edge都安装成功了,到
geckodriver-v0.18.0-win64.zip的时候,Downloads链接错误,not found。于是跑到GitHub去下载https://github.com/mozilla/geckodriver/releases/
时间: 2024-11-29 00:04:06