Interface and Description |
---|
net.thucydides.core.screenshots.ScreenshotProcessor |
net.thucydides.core.pages.WebElementFacade
Use same-named class in serenitybdd package
|
net.thucydides.core.pages.WebElementState
Use same-named class in serenitybdd package
|
Class and Description |
---|
net.thucydides.core.annotations.findby.By
Use By instead
|
net.thucydides.core.Thucydides
Use Serenity class instead
A utility class that provides services to initialize web testing and reporting-related fields in arbitrary objects.
|
net.thucydides.core.ThucydidesListeners
Use SerenityListeners instead
|
net.thucydides.core.ThucydidesReports
Use SerenityListeners instead
|
net.thucydides.core.pages.WebElementFacadeImpl
Use same-named class in serenitybdd package
|
Annotation Type and Description |
---|
net.thucydides.core.annotations.findby.FindBy
Replaced by FindBy
|
Constructor and Description |
---|
net.thucydides.core.annotations.locators.SmartAjaxElementLocator(SearchContext, Field, MobilePlatform, int)
The timeOutInSeconds parameter is no longer used - implicit timeouts should now be used
|
net.thucydides.core.model.TestStep(DateTime, String) |
net.thucydides.core.pages.WebElementFacadeImpl(WebDriver, WebElement, long)
As of release 0.9.127, replaced by static
WebElementFacadeImpl.wrapWebElement(WebDriver driver, WebElement webElement, long timeoutInMilliseconds) |