stuff, but I don't publicise it. It makes developing/debugging painful and trying to sweep asynchronicity under the rug doesn't work in practice in my experience.
• can only wait for element to appear. • Selenide does it's own waiting mechanism. • you can also wait for element even dissapper $("#resultDiv").shouldHave(text("Hello")); $(".error").should(disappear);