51Testing软件测试论坛
标题:
鼠标悬浮到箭头上,出来两个选项,想点击注销登录,总是提示找不到
[打印本页]
作者:
namixueer
时间:
2018-8-16 11:12
标题:
鼠标悬浮到箭头上,出来两个选项,想点击注销登录,总是提示找不到
网站内容和代码结构见附件。
以下是我的代码:
sleep(5)
drop_down=driver.find_element_by_class_name('option')
ActionChains(driver).move_to_element(drop_down).perform()
----鼠标已移动到箭头上,打开了下拉菜单。
sleep(5)
driver.find_element_by_id('lbtnExit').click()
-----ID是'lbtnExit',还是提示selenium.common.exceptions.ElementNotVisibleException: Message: Cannot click on element
作者:
Real_小T
时间:
2018-8-19 16:14
这是用JS生成的元素 无法用webdriver操作 用JS语句
欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/)
Powered by Discuz! X3.2