--在 Terminal 中运行 appium 命令都能正常运行,但是 cmd 命令内嵌到代码中运行就会出问题 1. 运行该段代码的时候报错:「/bin/sh: appium: command not found」
2. 改成这样,再次运行代码的时候报错「env: node: No such file or directory」
综上,请问一下,有什么好的解决方案或思路吗?
顶一顶
shell =true 在 linux 环境下,相当于在 args 前面添加了"/bin/sh" "-C"