单击按钮时元素不可交互问题
element not interactable isssue when clicking the button
[![当我尝试 运行 这个测试用例并单击 Employee 按钮时,它显示 Caused by: org.openqa.selenium.ElementNotInteractableException: element not interactable
在对象处:'Object Repository/Login_Employee/Page_/a_Employees'
我尝试添加 waitfor 行,但它仍然看不到我单击的按钮。
这已经解决了,我只是使用了增强点击,因为当我检查有太多叠加层时,我认为它阻止了“正常点击”。
[![当我尝试 运行 这个测试用例并单击 Employee 按钮时,它显示 Caused by: org.openqa.selenium.ElementNotInteractableException: element not interactable 在对象处:'Object Repository/Login_Employee/Page_/a_Employees'
我尝试添加 waitfor 行,但它仍然看不到我单击的按钮。
这已经解决了,我只是使用了增强点击,因为当我检查有太多叠加层时,我认为它阻止了“正常点击”。