文件名称:鼠标双击-python设置matplotlib.plot的坐标轴刻度间隔以及刻度范围
文件大小:617KB
文件格式:PDF
更新时间:2024-06-27 15:59:15
selenium webdriver python
10.2、鼠标双击 鼠标双击的写法: #定位到要双击的元素 qqq =driver.find_element_by_xpath("xxx") #对定位到的元素执行鼠标双击操作 ActionChains(driver).double_click(qqq).perform()