51Testing软件测试论坛

标题: selenium中鼠标悬浮报错,这个有遇到的吗 [打印本页]

作者: 测试积点老人    时间: 2021-8-16 13:34
标题: selenium中鼠标悬浮报错,这个有遇到的吗
[attach]133827[/attach]
这个错误有遇到的吗,在使用selenium封装
self.move_to_element(loc.Gift_The_price,doc) #鼠标移动到玫瑰花处,悬浮获取此处礼物价格
  1. # 鼠标悬浮
  2. def move_to_element(self, locator,doc=''):
  3.     try:
  4.         ActionChains(self.driver).move_to_element(locator).perform()
  5.     except:
  6.         logger.info('鼠标移动至该元素失败'.format(locator))
  7.         raise
复制代码
#元素位置
  1. Gift_The_price = (By.CSS_SELECTOR,'#roomHd_column2 > div.roomHd_comprehensive.ng-scope > div.roomHd_zmcBoxz.roomHd_middle_area3.ng-scope > div.roomHd_zmcBox_wai > div.roomHd_column2_bottom.roomHd_middle_area9 > div.roomHd_gift > div.roomHd_gift_list > div.roomHd_gift_box.hrScrollbar1 > div:nth-child(1) > ul > li:nth-child(2) > div:nth-child(1) > img') #获取礼物列表中鲜花礼物元素(鼠标悬浮到此位置,获取此礼物价格)
复制代码



作者: bellas    时间: 2021-8-17 09:42
等大神呢
作者: qqq911    时间: 2021-8-17 10:36
报错贴出来看看
作者: 海海豚    时间: 2021-8-17 11:21
报的什么错呢
作者: litingting0214    时间: 2021-8-17 13:48
报的什么错误?看下日志
作者: jingzizx    时间: 2021-8-17 18:47
具体信息是啥




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