-
Methods Method Description com.codeborne.selenide.impl.ScreenShotLaboratory.formatScreenShotPath(Driver) Use methodScreenShotLaboratory.takeScreenshot(Driver)which returns Screenshot instead of Stringcom.codeborne.selenide.impl.ScreenShotLaboratory.takeScreenShot(Driver) useScreenShotLaboratory.takeScreenshot(Driver)which returnsScreenshotinstead of Stringcom.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!com.codeborne.selenide.SelenideElement.click(int, int) useSelenideElement.click(ClickOptions)with offsets