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
相关文章
相关标签/搜索