selenium中拖动鼠标经过滑动验证码(geetest)验证

先快后慢拖动鼠标git Actions action = new Actions(driver); long d1 = Math.round(xDis*0.8); long d2 = Math.round(xDis*0.1); long d3 = Math.round(xDis*0.1); action.moveByOffset((int)d1, 1); Thread.sleep(new Rand
相关文章
相关标签/搜索