Condition.visible
Condition.appear
Condition.disappear
Condition.hidden
SelenideElement.click(ClickOptions)
Selenide.closeWindow()
Selenide.closeWebDriver()
ScreenShotLaboratory.takeScreenshot(Driver)
Condition.matchText(String)
ElementsCollection.shouldBe(CollectionCondition, Duration)
ElementsCollection.shouldHave(CollectionCondition, Duration)
$$.shouldHave(size(expectedSize))
Screenshot
ScreenShotLaboratory.takeScreenshot(Driver, String)
Selenide.screenshot(java.lang.String)
SelenideDriver.screenshot(java.lang.String)
SelenideElement.shouldBe(Condition, Duration)
SelenideElement.shouldHave(Condition, Duration)
SelenideElement.shouldNotBe(Condition, Duration)
SelenideElement.shouldNotHave(Condition, Duration)