| Modifier and Type | Method and Description |
|---|---|
DomElement |
DomElement.getDomElementFromDescendants(DomElement domElement,
WebInteractionMethods web)
Searches the descendants for the given DOM element, using the WebInteractionMethods given.
|
| Modifier and Type | Method and Description |
|---|---|
DomElement |
DomElement.getDomElementFromDescendants(DomElement domElement,
WebInteractionMethods web)
Searches the descendants for the given DOM element, using the WebInteractionMethods given.
|
| Modifier and Type | Method and Description |
|---|---|
static org.openqa.selenium.WebElement |
WebElementIdentifier.getWebElement(TestCase testCase,
org.openqa.selenium.WebDriver driver,
DomElement domElement,
boolean performLogging) |
| Constructor and Description |
|---|
WebElementIdentifier(TestCase testCase,
org.openqa.selenium.WebDriver driver,
DomElement domElement,
boolean performLogging) |
| Constructor and Description |
|---|
WebAttributeChangeTestStep(DomElement domElement,
String attributeName,
String oldAttributeValue,
String newAttributeValue) |
WebCheckboxChangeTestStep(DomElement domElement,
boolean checked) |
WebClickTestStep(DomElement domElement) |
WebInputTestStep(DomElement domElement,
String text) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
WebInteractionMethods.exists(DomElement domElement)
Checks for existence of given element.
|
Integer |
WebInteractionMethods.getRuntimeElementMatchCount(DomElement domElement)
Returns the number of matching element for the identification description of the provided DomElement.
|
org.openqa.selenium.WebElement |
WebInteractionMethods.getRuntimeElementWithoutLogging(DomElement element)
Gets a runtime element from the WebDriver driver to be able to interact with it
|
org.openqa.selenium.WebElement |
WebInteractionMethods.getRuntimeElementWithoutLogging(DomElement parent,
DomElement descendantToReturn)
Gets a runtime element from the WebDriver driver to be able to interact with it
|
org.openqa.selenium.WebElement |
WebInteractionMethods.getRuntimeElementWithTimeout(DomElement element,
int timeoutInSeconds)
Gets a runtime element from the WebDriver driver to be able to interact with it
|
protected BufferedImage |
WebInteractionMethods.grabElementImage(DomElement domElement) |
ActionResult |
WebInteractionMethods.saveDomElementScreenshot(DomElement domElement,
String filePath)
Capture image of specific element to disk.
|
boolean |
WebInteractionMethods.waitForElementToFinishAnimation(DomElement domElement,
int timeoutInSeconds)
Waits for the element image to stop changing.
|
ElementVerificationMethods |
WebInteractionMethods.verifiyElement(DomElement domElement)
Returns methods to verify the provided element
|
void |
WebInteractionMethods.verifyElementIsAnimated(DomElement domElement,
int timeoutInSeconds)
Deprecated.
Use isAnimated() under
WebInteractionMethods.verifiyElement(DomElement)} instead |
| Modifier and Type | Method and Description |
|---|---|
DomElement |
PositionBasedWebElement.asDomElement() |
DomElement |
PositionBasedWebElement.asDomElement(String elementName,
String elementPageName) |
DomElement |
WebElementList.elementImmediatelyToTheLeftOf(DomElement domElement,
WebInteractionMethods web) |
DomElement |
WebElementList.elementImmediatelyToTheRightOf(DomElement domElement,
WebInteractionMethods web) |
static DomElement |
PositionBasedIdentificatorWeb.elementImmediatelyToTheRightOfText(String text,
WebInteractionMethods web) |
static DomElement |
PositionBasedIdentificatorWeb.subElementOfOtherElement(DomElement parentElement,
DomElement childElement,
WebInteractionMethods web) |
static DomElement |
PositionBasedIdentificatorWeb.visibleElementImmediatelyToTheRightOfText(String text,
WebInteractionMethods web) |
| Constructor and Description |
|---|
PositionBasedWebElement(DomElement domElement,
WebInteractionMethods web) |
Copyright © 2019. All rights reserved.