Class WebElementFacadeImpl

    • Constructor Detail

      • 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 -