We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
selenium grid v3,上传图片正常
The text was updated successfully, but these errors were encountered:
问题已经解决,以供给其他人参考,
v4 不可以的原因是因为,向 selenium 发起 /:session/file 请求后,没有返回 status 字段,导致 webdriver 误认为是异常
Sorry, something went wrong.
@amosnothing 老哥,最后怎么解决的啊?降级回去v3吗?
lib 目录中的 jwebdriver.js 文件 224 行修改一下 :
if (response.statusCode !== 200 || (wdStatus !== 0 && apiPath.indexOf("/file") === -1)) {
No branches or pull requests
selenium grid v3,上传图片正常
The text was updated successfully, but these errors were encountered: