测试之家
Topics
QA
招聘
社区学堂
新
开源项目
活动
Wiki
Sign Up
Sign In
会员
jeneral2019
第 58648 位Users /
2021-01-07
1
篇帖子 •
2
条回帖
0
关注者
2
正在关注
0
收藏
GitHub Public Repos
个人信息
专栏
话题
回帖
收藏
关注中
关注者
热门话题
最近回帖
问答
求助为何会报 no such element: Unable to locate element: {"method":"css selector","selector":"[testid="editItem"]"} 错误
0 个赞 / 1 条回复
求助为何会报 no such element: Unable to locate element: {"method":"css selector","selector":"[testid="editItem"]"} 错误
at
March 03, 2021
原因找到了,是由于 wait 是在 driver 下找的,在 driver 下含有这个元素,但是最后 webElement.findElement(by) 的 webElement 没有该元素。