分享web开发知识

注册/登录|最近发布|今日推荐

主页 IT知识网页技术软件开发前端开发代码编程运营维护技术分享教程案例
当前位置:首页 > 技术分享

uirecorder 启动webdriver服务报错

发布时间:2023-09-06 01:08责任编辑:苏小强关键词:暂无标签
在安装好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 selenium-standalone@latest -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/

uirecorder 启动webdriver服务报错

原文地址:http://www.cnblogs.com/duxuebing/p/7469511.html

知识推荐

我的编程学习网——分享web前端后端开发技术知识。 垃圾信息处理邮箱 tousu563@163.com 网站地图
icp备案号 闽ICP备2023006418号-8 不良信息举报平台 互联网安全管理备案 Copyright 2023 www.wodecom.cn All Rights Reserved