actions= actionChains (driver)
element=actions.move_to_element_with_offset(text,30,40)
actions.click()
actions.perform()
使用此代码,我现在可以单击所需的框,我想找到该元素 有什么主意吗?
答案 0 :(得分:0)
根据Java文档http://seleniumhq.github.io/selenium/docs/api/java/index.html,Actions不返回任何Web元素以从其中检索信息。