测试积点老人 发表于 2022-4-28 11:00:27

各位有没有遇到过使用WebElement的screenshot方法后,ActionChains不起作用了

例子如下:
action_chains = ActionChains(self.driver)
element = self.driver.find_element_by_css_selector('xx')
element.screenshot('file')
action_chains.send(Keys.ENTER)
action_chains.perform()有时使用screenshot方法后,后面的perform就不起作用了,为什么呢

qqq911 发表于 2022-4-29 10:57:02

这个没有遇到

kallinr 发表于 2022-4-29 13:35:32

没有远东

bellas 发表于 2022-4-29 13:59:46

没有哦

jingzizx 发表于 2022-5-3 07:23:10

看看是否取值了
页: [1]
查看完整版本: 各位有没有遇到过使用WebElement的screenshot方法后,ActionChains不起作用了