最近做了一个自动化测试框架,将事件二次封装使用,使用点击/输入...事件时没有问题,但是使用 actions 事件中的拖拽,提示 501

elif index[0]=='拖拽':
    wd.touch('drap',{
    'fromX':index[1],
    'fromY':index[2],
    'toX':index[3],
    'toY':index[4],
    'duration':index[5]})

返回

501 Server Error: Not Implemented for url: http://172.20.29.225:3456/wd/hub/session/8270354a-374f-4df7-a492-3dd25f402b88/actions


↙↙↙阅读原文可查看相关链接,并与作者交流