Class WebElementFacadeImpl

java.lang.Object
net.serenitybdd.core.pages.WebElementFacadeImpl
net.thucydides.core.pages.WebElementFacadeImpl
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

@Deprecated
public class WebElementFacadeImpl
extends WebElementFacadeImpl
implements WebElementFacade
Deprecated.
Use same-named class in serenitybdd package
  • Constructor Details

    • WebElementFacadeImpl

      @Deprecated public WebElementFacadeImpl​(org.openqa.selenium.WebDriver driver, org.openqa.selenium.WebElement webElement, long timeoutInMilliseconds)
      Parameters:
      driver -
      webElement -
      timeoutInMilliseconds -
    • WebElementFacadeImpl

      public WebElementFacadeImpl​(org.openqa.selenium.WebDriver driver, org.openqa.selenium.support.pagefactory.ElementLocator locator, long timeoutInMilliseconds)
      Deprecated.
    • WebElementFacadeImpl

      public WebElementFacadeImpl​(org.openqa.selenium.WebDriver driver, org.openqa.selenium.support.pagefactory.ElementLocator locator, org.openqa.selenium.WebElement webElement, long timeoutInMilliseconds)
      Deprecated.
      DO NOT USE THIS CONSTRUCTOR This needs to be public while the rename takes place so that serenitybdd can construct a WebElementFacadeImpl in the thucydides namespace When the thucydides namespace is removed, the serenitybdd will be modified accordingly.
      Parameters:
      driver -
      locator -
      webElement -
      timeoutInMilliseconds -