准备在 windows 上用 appium 测试 android 真机。已经安装完
如果要写脚本,是不是还得装 selenium? 如果我是写 node.js 脚本的话,是不是不用装 selenium. 上面第一步里面的 “Appium for windows"是不是已经有 selenium 了呢?谢谢!
你写 nodejs 的脚本,里面也要用到 selenium 的模块啊,只是这个模块用 nodejs 来写了哦。 你看官方首页。
> npm install -g appium > npm install wd > appium & > node your-appium-test.js
其中 wd 就是 selenium webdriver 啊。