| 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.pages.WebElementFacadeImpl(WebDriver, WebElement, long)
As of release 0.9.127, replaced by static
WebElementFacadeImpl.wrapWebElement(WebDriver driver, WebElement webElement, long timeoutInMilliseconds) |
| Enum Constant and Description |
|---|
| net.thucydides.core.webdriver.SupportedWebDriver.OPERA |
| net.thucydides.core.ThucydidesSystemProperty.THUCYDIDES_ONLY_SAVE_FAILING_SCREENSHOTS
This property is still supported, but thucydides.take.screenshots provides more fine-grained control.
|
| net.thucydides.core.ThucydidesSystemProperty.THUCYDIDES_VERBOSE_SCREENSHOTS
This property is still supported, but thucydides.take.screenshots provides more fine-grained control.
|