我正在尝试用python中的selenium填充这个表单:https://ing.ingdirect.es/app-login/ 使用以下代码: from selenium import webdriverfrom selenium.webdriver.support.ui import WebDriverWaitfrom sel
我在Python/Selenium代码中使用此函数不断搜索元素,直到它可见。我将元素的ID发送到此函数以搜索它,直到它可见。它工作得很好,直到第二次崩溃。reference of <a class="accordion-toggle collapsed"> stale: either the element is no longer attached to the DOMor the page has been refreshed
我如何才能<e