我有代码打开网页,点击按钮,然后使用用户ID /密码登录。我最近将代码移动到Windows 10笔记本电脑,现在代码得到以下错误。这是代码:
time.sleep(2)
inputElement = driver.find_element_by_class_name('hpui-primary-button')
inputElement.click()
这是我得到的错误:
selenium.common.exceptions.WebDriverException:消息:未知错误:元素https://cf.passport.hpe.com/hppcf/login.do?cc=US&lang=EN&applandingpage=https://h22204 .www2.hpe.com / NEP / Logon / NewHome?hpappid = 115940_NONSTOP_PRO_HPE';“>在点(710,300)处无法点击。其他元素将收到点击:...
我尝试添加更长的延迟,但页面加载正常。适用于Windows 7,而不是Windows 10。