nodejs未安装或其可执行文件不在路径中

tp5buhyn  于 12个月前  发布在  Node.js
关注(0)|答案(1)|浏览(203)

每当运行一个Appium测试,同时启动appium服务器我面临一个错误说nodejs is either not installed or its executable not present in path我已经安装了node-js在我的机器也安装了appium通过命令npm install -g appium

l0oc07j2

l0oc07j21#

你需要在appiumdriver下传递两个参数,比如AppiumDriver(url,cap); URL:- appium point url. Cap:- desiredCapability instance。

相关问题