python脚本中selenium定位element时
遇到button按钮标签,使用绝对路径定位不到:driver.find_element_by_xpath("//*[@id='btnLogin']").click()无法...
遇到button按钮标签,使用绝对路径定位不到:
driver.find_element_by_xpath("//*[@id='btnLogin']").click()
无法自动登录
Traceback信息部分提示如下:
selenium.common.exceptions.WebDriverException: Message: unknown error: Element is not clickable at point (580, 387). Other element would receive the click: <div class="col-xs-4" style="padding-top:10px;">...</div>
求大神看看能不能解决 展开
driver.find_element_by_xpath("//*[@id='btnLogin']").click()
无法自动登录
Traceback信息部分提示如下:
selenium.common.exceptions.WebDriverException: Message: unknown error: Element is not clickable at point (580, 387). Other element would receive the click: <div class="col-xs-4" style="padding-top:10px;">...</div>
求大神看看能不能解决 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询