Python爬蟲:Selenium鼠標點擊二級菜單

selenium包中ActionChains類給出的示例以下:css menu = driver.find_element_by_css_selector(".nav") hidden_submenu = driver.find_element_by_css_selector(".nav #submenu1") actions = ActionChains(driver) actions.move
相關文章
相關標籤/搜索