如何等待Microsoft Dynamics 365中的特定通知?

时间:2019-04-26 04:44:35

标签: java selenium automation webdriver dynamics-365

我想等到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:

0 个答案:

没有答案