Appium 请问下大家的 http://localhost:4723/wd/hub 能打开吗?

crisy · 2014年02月01日 · 最后由 liangliang 回复于 2017年04月18日 · 1835 次阅读

大家新年好!
请问下大家的http://localhost:4723/wd/hub这个文件能打开吗?
appium 启动后,一访问是 404,不知道原因何在。。

共收到 5 条回复 时间 点赞

再加一张截图

#2 楼 @seveniruby 这是正常现象吗?
那我执行脚本时出现错误。

这个错误是在 unknownCommand 的时候抛出来的。

exports.unknownCommand = function (req, res) {
  logger.info("Responding to client that we did not find a valid resource");
  res.set('Content-Type', 'text/plain');
  res.send(404, "That URL did not map to a valid JSONWP resource");
};

你直接访问 http://localhost:4723/wd/hub, 当然会出这个错误,因为没有 routing 对应。

至于脚本为啥出错,需要更多的信息。

2楼 已删除

你的问题解决了吗,我遇到了同样的问题

需要 登录 后方可回复, 如果你还没有账号请点击这里 注册