For waitUntilElementIsPresent(long timeout, By by) sometimes it gives NoSuchElementException and timeout Exception, Mostly with handling Iframes

前端 未结 0 580
礼貌的吻别
礼貌的吻别 2020-12-19 05:17

protected WebElement waitUntilElementIsPresent(long timeout, By by) { FluentWait wait = new WebDriverWait(getDriver(), timeout, POLLING_INTERVAL_MILI_SEC).ignoring(NoSuchEle

相关标签:
回答
  • 消灭零回复
提交回复
热议问题