我想等到Microsoft Dynamics 365中的屏幕上出现通知时,我尝试了多个选项,但是失败了。我正在分享我现在正在做的代码以及通知的HTML。
HTML
//*[@id="Notification0_text"]
代码
new WebDriverWait(driver,80)
.until(ExpectedConditions.visibilityOfElementLocated(By.xpath("//*
[@id='Notification0_text'][contains(text(),'submitted')]")));
但是此代码引发错误
org.openqa.selenium.TimeoutException: Expected condition failed: