verifyDeap = self.driver.find_element_by_xpath('//*[@id="nc_1_n1z"]') #滑块
img = self.driver.find_element_by_xpath('//*[@id="WAF_NC_WRAPPER"]/img') #滑块左边的图片
action = ActionChains(self.driver)
action.click_and_hold(verifyDeap).perform() #点击鼠标左键不动
action.move_to_element_with_offset(img,410,0).perform()#开始移动,移动到距离图片410位置处

向右滑动距离我算过了,是410没错
然后滑动后就会有如下的错误

而且再出现这种错误之后,我点击图中的刷新,手动滑动试了试,结果,还是上图中的错误,我迷茫了,不知道怎么整了,有朋友知道的话,可以帮我解答一下吗
