| Method and Description |
|---|
| net.thucydides.core.pages.PageObject.containsTextInElement(WebElement, String)
use element(webElement).containsText(textValue)
|
| net.thucydides.core.pages.PageObject.hasFocus(WebElement)
Use element(webElement).hasFocus() instead
|
| net.thucydides.core.pages.PageObject.shouldContainTextInElement(WebElement, String) |
| net.thucydides.core.pages.PageObject.shouldNotContainTextInElement(WebElement, String) |
| net.thucydides.core.model.TestOutcome.startGroup(String) |
| Constructor and Description |
|---|
| 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.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.
|