"在 ie 浏览器上使用拖动组件无法拖动滑块该怎么解决?求助 地址是:[链接] [图片] [图片]"
在 ie 浏览器上使用拖动组件无法拖动滑块该怎么解决?求助地址是:http://tingshen.court.gov.cn:81/
注意图中引入的两个 dll 文件的位置。根据自己的路径选择
from ctypes import * from ctypes.wintypes import * def imouse_drag(x1, y1, x2, y2,button='left',speed=10): # (x1,y1),(x2,y2)分别表示:鼠标移动的初末坐标点 try: #dll = windll.LoadLibrary(r"C:\Program Files\IS-RPA10\Plugin\Com.Isearch.Func.AutoIt\AutoItX3.dll") dll = windll.LoadLibrary(r"D:\AutoItX3.dll") # 对象为:本地的一个动态链接库文件 return dll.AU3_MouseClickDrag(button,x1,y1,x2,y2,speed) # 使用鼠标点击拖动方法 except Exception as e: raise e imouse_drag(int(startpath[0]),int(startpath[1]),int(endpath[0]),int(endpath[1]),button='left',speed=10)
怎么解决,楼主解决了吗?
不可以的,要求使用 ie 浏览器
不能的,要求使用 ie 浏览器
可以使用谷歌浏览器吗?建议使用谷歌浏览器进行操作。
可以用 chrome 和 firefox 么
注意图中引入的两个 dll 文件的位置。根据自己的路径选择
怎么解决,楼主解决了吗?
不可以的,要求使用 ie 浏览器
不能的,要求使用 ie 浏览器
可以使用谷歌浏览器吗?建议使用谷歌浏览器进行操作。
可以用 chrome 和 firefox 么