我正在使用 Katalon Studio 7.7.2 开发一个项目。自动化测试无法按预期工作。我尝试了两种不同的方式。我通常用 chrome 和 chrome(无头)运行它。两者都不成功。
这就是错误:
Caused by: org.openqa.selenium.ElementClickInterceptedException: element click intercepted: Element <button _ngcontent-xar-c91="" type="submit" triggers="click:blur" class="cc-tr-btn ng-star-inserted">...</button> is not clickable at point (388, 593). Other element would receive the click: <div _ngcontent-xar-c51="" class="row align-items-center">...</div>
发生错误的地方是一个重定向到另一个页面的按钮。同一页面上有两个下拉列表,Test Automation Katalon 无法选择。发生错误时,测试自动化停止,两个下拉列表保持未选中状态。第 19 项(见图)也是一个下拉菜单 - 但这有效。第 31 项是或应该已经是下一页。
我需要一个非常详细的描述,我必须在其中推送元素/代码。我尝试了不同的解决方案。但是我现在不需要像 new WebDriverWait(getWebDriver(), .. 等那样完全推送元素。获得一些屏幕截图会很好。
我使用了访问以下 Itternet 页面进行研究的可能性:https ://docs.katalon.com/katalon-studio/docs/troubleshoot-common-execution-exceptions-web-test.html 但我也只有元素或代码,而不是我必须推送指令的确切描述。
谢谢您的帮助!