Package | Description |
---|---|
net.serenitybdd.core.pages | |
net.thucydides.core.pages |
Classes designed to make it easier to work with Page Objects in WebDriver.
|
net.thucydides.core.webdriver.stubs |
Modifier and Type | Interface and Description |
---|---|
interface |
WebElementFacade |
interface |
WidgetObject
Represents a page fragment which occurs across pages or multiple times in a single
page.
|
Modifier and Type | Class and Description |
---|---|
class |
WebElementFacadeImpl
A proxy class for a web element, providing some more methods.
|
class |
WidgetObjectImpl
Base implementation for
WidgetObject . |
class |
WrappedWebElementFacadeImpl |
Modifier and Type | Method and Description |
---|---|
WebElementState |
WebElementState.expect(String errorMessage) |
WebElementState |
WebElementFacadeImpl.expect(String errorMessage) |
protected WebElementState |
WebElementFacadeImpl.expectingErrorMessage(String errorMessage) |
WebElementState |
WebElementState.shouldBeCurrentlyVisible()
Checks whether a web element is visible.
|
WebElementState |
WebElementFacadeImpl.shouldBeCurrentlyVisible()
Checks whether a web element is visible.
|
WebElementState |
WebElementState.shouldBeEnabled() |
WebElementState |
WebElementFacadeImpl.shouldBeEnabled() |
WebElementState |
WebElementState.shouldBePresent() |
WebElementState |
WebElementFacadeImpl.shouldBePresent() |
WebElementState |
WebElementState.shouldBeSelected() |
WebElementState |
WebElementFacadeImpl.shouldBeSelected() |
WebElementState |
WebElementState.shouldBeVisible()
Checks whether a web element is visible.
|
WebElementState |
WebElementFacadeImpl.shouldBeVisible()
Checks whether a web element is visible.
|
WebElementState |
WebElementFacade.shouldContainElements(org.openqa.selenium.By selector) |
WebElementState |
WebElementFacadeImpl.shouldContainElements(org.openqa.selenium.By bySelector) |
WebElementState |
WebElementFacade.shouldContainElements(String xpathOrCssSelector) |
WebElementState |
WebElementFacadeImpl.shouldContainElements(String xpathOrCssSelector) |
WebElementState |
WebElementState.shouldContainOnlyText(String textValue)
Check that an element exactly matches a text value
|
WebElementState |
WebElementFacadeImpl.shouldContainOnlyText(String textValue)
Check that an element exactly matches a text value
|
WebElementState |
WebElementState.shouldContainSelectedOption(String textValue) |
WebElementState |
WebElementFacadeImpl.shouldContainSelectedOption(String textValue) |
WebElementState |
WebElementState.shouldContainText(String textValue)
Check that an element contains a text value
|
WebElementState |
WebElementFacadeImpl.shouldContainText(String textValue)
Check that an element contains a text value
|
WebElementState |
WebElementState.shouldNotBeCurrentlyVisible()
Checks whether a web element is not visible straight away.
|
WebElementState |
WebElementFacadeImpl.shouldNotBeCurrentlyVisible()
Checks whether a web element is not visible straight away.
|
WebElementState |
WebElementState.shouldNotBeEnabled() |
WebElementState |
WebElementFacadeImpl.shouldNotBeEnabled() |
WebElementState |
WebElementState.shouldNotBePresent() |
WebElementState |
WebElementFacadeImpl.shouldNotBePresent() |
WebElementState |
WebElementState.shouldNotBeSelected() |
WebElementState |
WebElementFacadeImpl.shouldNotBeSelected() |
WebElementState |
WebElementState.shouldNotBeVisible()
Checks whether a web element is not visible.
|
WebElementState |
WebElementFacadeImpl.shouldNotBeVisible()
Checks whether a web element is not visible.
|
WebElementState |
WebElementState.shouldNotContainText(String textValue)
Check that an element does not contain a text value
|
WebElementState |
WebElementFacadeImpl.shouldNotContainText(String textValue)
Check that an element does not contain a text value
|
Modifier and Type | Interface and Description |
---|---|
interface |
WebElementState
Deprecated.
Use same-named class in serenitybdd package
|
Modifier and Type | Class and Description |
---|---|
class |
WebElementFacadeStub |
Modifier and Type | Method and Description |
---|---|
WebElementState |
WebElementFacadeStub.expect(String errorMessage) |
protected WebElementState |
WebElementFacadeStub.expectingErrorMessage(String errorMessage) |
WebElementState |
WebElementFacadeStub.shouldBeCurrentlyVisible()
Checks whether a web element is visible.
|
WebElementState |
WebElementFacadeStub.shouldBeEnabled() |
WebElementState |
WebElementFacadeStub.shouldBePresent() |
WebElementState |
WebElementFacadeStub.shouldBeSelected() |
WebElementState |
WebElementFacadeStub.shouldBeVisible()
Checks whether a web element is visible.
|
WebElementState |
WebElementFacadeStub.shouldContainElements(org.openqa.selenium.By selector) |
WebElementState |
WebElementFacadeStub.shouldContainElements(String xpathOrCssSelector) |
WebElementState |
WebElementFacadeStub.shouldContainOnlyText(String textValue)
Check that an element exactly matches a text value
|
WebElementState |
WebElementFacadeStub.shouldContainSelectedOption(String textValue) |
WebElementState |
WebElementFacadeStub.shouldContainText(String textValue)
Check that an element contains a text value
|
WebElementState |
WebElementFacadeStub.shouldNotBeCurrentlyVisible()
Checks whether a web element is not visible straight away.
|
WebElementState |
WebElementFacadeStub.shouldNotBeEnabled() |
WebElementState |
WebElementFacadeStub.shouldNotBePresent() |
WebElementState |
WebElementFacadeStub.shouldNotBeSelected() |
WebElementState |
WebElementFacadeStub.shouldNotBeVisible()
Checks whether a web element is not visible.
|
WebElementState |
WebElementFacadeStub.shouldNotContainText(String textValue)
Check that an element does not contain a text value
|
Copyright © 2023. All rights reserved.