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
相關文章
相關標籤/搜索