python+selenium自动化测试鼠标双击、鼠标悬停、右键点击、鼠标拖动
1、鼠标双击例如有些地方需要使用到双击修改信息等,就需要使用到鼠标双击模拟操作fromseleniumimportwebdriverfromselenium.webdriverimportActionChainsaction_chains=ActionChains(self.driver)action_chains.double_click(self.driver.find_element(By.ID,"span_s