如何找到通过动作链找到的指定位置的元素

时间:2018-07-18 08:10:47

标签: python-3.x selenium-webdriver

actions= actionChains (driver)
element=actions.move_to_element_with_offset(text,30,40)
actions.click()
actions.perform()

使用此代码,我现在可以单击所需的框,我想找到该元素 有什么主意吗?

1 个答案:

答案 0 :(得分:0)

根据Java文档http://seleniumhq.github.io/selenium/docs/api/java/index.html,Actions不返回任何Web元素以从其中检索信息。