python+selenium滑动式验证码解决办法

from selenium.webdriver import ActionChains action = ActionChains(driver) source=driver.find_element_by_xpath("//*[@id='nc_1_n1t']/span")#须要滑动的元素 action.click_and_hold(source).perform()  #鼠标左键按下不放 a
相关文章
相关标签/搜索