-
Methods Method Description com.codeborne.selenide.Screenshots.takeScreenShot(String) com.codeborne.selenide.Selenide.$(WebElement, String) please use $(parent).$(String) which is the same (method will not be removed until 4.x or later)com.codeborne.selenide.Selenide.$$(WebElement, String) please use $(parent).$$(String) which is the same (method will not be removed until 4.x or later)com.codeborne.selenide.Selenide.close() Use eitherSelenide.closeWindow()orSelenide.closeWebDriver()com.codeborne.selenide.Selenide.getElement(By) please use element(criteria) which is the same (method will not be removed until 4.x or later) Locates the first element matching given criteria ATTENTION! This method doesn't start any search yet!com.codeborne.selenide.Selenide.getElements(By) please use elements(criteria) which is the same (method will not be removed until 4.x or later) Locates all elements matching given CSS selector ATTENTION! This method doesn't start any search yet!