2017-06-14 97 views

回答

1

你可以試試碼點擊分頁2

driver = webdriver.Chrome() 
driver.get("http://www.mouser.in/new/circuit-protection/n-5g3c") 
hrefvalue=driver.find_element_by_id("2").get_attribute('href') 
driver.execute_script(hrefvalue); 
相關問題