python 调用js悬浮_python+selenium遇到鼠标悬停不成功可以使用js进行操作
问题:在定位这种悬停后出现下拉操作的时候,尝试了使用move_to_element的方法# ele_logout = br.find_element_by_xpath(‘/html/body/div[1]/div[1]/div/ul/li[5]/div‘)# ActionChains(br).move_to_element(ele_logout).perform()不成功;╮(╯﹏╰)╭好吧网上大...