Setting a timeout for each individual element
bughunterqa opened this issue · 2 comments
bughunterqa commented
Does NSelene have some logic to set the max timeout for each element individually? (as provided in Selenide: shouldBe(Condition, Duration.ofSeconds(25)))
wjgerritsen-0001 commented
webElement.With(timeout: Duration.ofSeconds(25)).Should(Be.Visible)
yashaka commented
@wjgerritsen-0001, thanks!
@bughunterqa sorry for late response!