yashaka/NSelene

Setting a timeout for each individual element

bughunterqa opened this issue · 2 comments

Does NSelene have some logic to set the max timeout for each element individually? (as provided in Selenide: shouldBe(Condition, Duration.ofSeconds(25)))

webElement.With(timeout: Duration.ofSeconds(25)).Should(Be.Visible)

@wjgerritsen-0001, thanks!
@bughunterqa sorry for late response!