Method and Description |
---|
com.codeborne.selenide.Selenide.$(WebElement, By)
please use $(parent).$(By) which is the same
(method will not be removed until 4.x or later)
|
com.codeborne.selenide.Selenide.$(WebElement, By, int)
please use $(parent).$(By, int) 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.$(WebElement, String, int)
please use $(parent).$(String, int) which is the same
(method will not be removed until 4.x or later)
|
com.codeborne.selenide.Selenide.$$(WebElement, By)
please use $(parent).$$(By) 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)
|