Package net.serenitybdd.core.pages
Class WrappedWebElementFacadeImpl
java.lang.Object
net.serenitybdd.core.pages.WebElementFacadeImpl
net.serenitybdd.core.pages.WrappedWebElementFacadeImpl
- All Implemented Interfaces:
io.appium.java_client.FindsByAccessibilityId,io.appium.java_client.FindsByAndroidUIAutomator,io.appium.java_client.FindsByFluentSelector,WebElementFacade,WebElementState,WebElementFacade,WebElementState,ConfigurableTimeouts,org.openqa.selenium.interactions.Locatable,org.openqa.selenium.SearchContext,org.openqa.selenium.TakesScreenshot,org.openqa.selenium.WebElement,org.openqa.selenium.WrapsElement
public class WrappedWebElementFacadeImpl extends WebElementFacadeImpl implements org.openqa.selenium.WrapsElement
-
Constructor Summary
Constructors Constructor Description WrappedWebElementFacadeImpl(org.openqa.selenium.WebDriver driver, org.openqa.selenium.support.pagefactory.ElementLocator locator, org.openqa.selenium.WebElement webElement, long implicitTimeoutInMilliseconds, long waitForTimeoutInMilliseconds)WrappedWebElementFacadeImpl(org.openqa.selenium.WebDriver driver, org.openqa.selenium.support.pagefactory.ElementLocator locator, org.openqa.selenium.WebElement webElement, org.openqa.selenium.WebElement resolvedELement, org.openqa.selenium.By bySelector, long timeoutInMilliseconds, long waitForTimeoutInMilliseconds) -
Method Summary
Modifier and Type Method Description org.openqa.selenium.WebElementgetWrappedElement()Methods inherited from class net.serenitybdd.core.pages.WebElementFacadeImpl
and, clear, click, click, containsElements, containsElements, containsOnlyText, containsSelectOption, containsText, containsValue, deselect, deselectAll, deselectByIndex, deselectByValue, deselectByVisibleText, driverIsDisabled, expect, expectingErrorMessage, find, findBy, findBy, findBy, findElement, findElement, findElementByAccessibilityId, findElementByAndroidUIAutomator, findElements, findElements, findElementsByAccessibilityId, findElementsByAndroidUIAutomator, foundBy, getAttribute, getClock, getCoordinates, getCssValue, getCurrentImplicitTimeout, getElement, getErrorMessage, getFirstSelectedOptionValue, getFirstSelectedOptionVisibleText, getFoundBy, getImplicitTimeout, getImplicitTimeoutInMilliseconds, getJavascriptExecutorFacade, getLocation, getLocator, getRect, getScreenshotAs, getSelectedValue, getSelectedValues, getSelectedVisibleTexts, getSelectedVisibleTextValue, getSelectOptions, getSize, getTagName, getText, getTextContent, getTextValue, getValue, hasClass, hasFocus, isClickable, isCurrentlyEnabled, isCurrentlyVisible, isDisabled, isDisplayed, isEnabled, isPresent, isSelected, isVisible, notifyScreenChange, resetTimeouts, select, selectByIndex, selectByValue, selectByVisibleText, sendKeys, setImplicitTimeout, setWindowFocus, shouldBeCurrentlyVisible, shouldBeEnabled, shouldBePresent, shouldBeVisible, shouldContainElements, shouldContainElements, shouldContainOnlyText, shouldContainSelectedOption, shouldContainText, shouldNotBeCurrentlyVisible, shouldNotBeEnabled, shouldNotBePresent, shouldNotBeVisible, shouldNotContainText, submit, then, then, then, then, thenFind, thenFind, thenFindAll, thenFindAll, thenFindAll, timeoutInMilliseconds, toString, type, typeAndEnter, typeAndTab, waitForCondition, waitUntilClickable, waitUntilDisabled, waitUntilElementAvailable, waitUntilElementPresent, waitUntilEnabled, waitUntilNotVisible, waitUntilPresent, waitUntilVisible, withTimeoutOf, withTimeoutOf, withTimeoutOf, wrapWebElement, wrapWebElement, wrapWebElement, wrapWebElement, wrapWebElementMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
WrappedWebElementFacadeImpl
public WrappedWebElementFacadeImpl(org.openqa.selenium.WebDriver driver, org.openqa.selenium.support.pagefactory.ElementLocator locator, org.openqa.selenium.WebElement webElement, long implicitTimeoutInMilliseconds, long waitForTimeoutInMilliseconds) -
WrappedWebElementFacadeImpl
public WrappedWebElementFacadeImpl(org.openqa.selenium.WebDriver driver, org.openqa.selenium.support.pagefactory.ElementLocator locator, org.openqa.selenium.WebElement webElement, org.openqa.selenium.WebElement resolvedELement, org.openqa.selenium.By bySelector, long timeoutInMilliseconds, long waitForTimeoutInMilliseconds)
-
-
Method Details
-
getWrappedElement
public org.openqa.selenium.WebElement getWrappedElement()- Specified by:
getWrappedElementin interfaceorg.openqa.selenium.WrapsElement- Overrides:
getWrappedElementin classWebElementFacadeImpl
-