51Testing软件测试论坛

标题: 用webdriver做UI自动化,运行到点击搜索时报错,检查不出问题,大家看一下,遇到过... [打印本页]

作者: 测试积点老人    时间: 2021-8-31 13:08
标题: 用webdriver做UI自动化,运行到点击搜索时报错,检查不出问题,大家看一下,遇到过...

用webdriver做UI自动化,运行到点击搜索时报错,检查不出问题,大家看一下,遇到过这种情况怎么解决

错误信息:

  1. selenium.common.exceptions.NoSuchElementException: Message: no such element: Unable to locate element: {"method":"css selector","selector":"[id="searchBtn"]"}
  2. (Session info: chrome=89.0.4389.90)
复制代码

程序:

driver.find_element_by_id("searchBtn").click() 点击搜索 --------报错行----------

  1. sleep(3)
  2. driver.quit()

  3. 报错信息:

  4. Traceback (most recent call last):
  5. File "D:/软件安装/pycharm/和包2.0/UI/demo1.py", line 26, in
  6. driver.find_element_by_id("searchBtn").click()

  7. selenium.common.exceptions.NoSuchElementException: Message: no such element: Unable to locate element: {"method":"css selector","selector":"[id="searchBtn"]"}
  8. (Session info: chrome=89.0.4389.90)
复制代码



作者: 海海豚    时间: 2021-9-1 09:25
搜索的定位不准,脚本未找到该元素,重新定下位
作者: qqq911    时间: 2021-9-1 10:35
搜索按钮重新定位下
作者: bellas    时间: 2021-9-1 13:15
重新定位下
作者: litingting0214    时间: 2021-9-1 16:46
检查下按钮的定位是否唯一
作者: jingzizx    时间: 2021-9-1 17:19
定位不到,再试试




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2