@Deprecated public class WebElementFacadeImpl extends WebElementFacadeImpl implements WebElementFacade
| Constructor and Description |
|---|
WebElementFacadeImpl(org.openqa.selenium.WebDriver driver,
org.openqa.selenium.support.pagefactory.ElementLocator locator,
long timeoutInMilliseconds)
Deprecated.
|
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.
|
WebElementFacadeImpl(org.openqa.selenium.WebDriver driver,
org.openqa.selenium.WebElement webElement,
long timeoutInMilliseconds)
Deprecated.
As of release 0.9.127, replaced by static
WebElementFacadeImpl.wrapWebElement(WebDriver driver, WebElement webElement, long timeoutInMilliseconds) |
and, clear, click, containsOnlyText, containsSelectOption, containsText, expect, find, findBy, findBy, findElement, findElements, getAttribute, getCoordinates, getCssValue, getLocation, getSelectedValue, getSelectedVisibleTextValue, getSelectOptions, getSize, getTagName, getText, getTextValue, getTimeoutInMilliseconds, getValue, getWrappedElement, hasFocus, isCurrentlyEnabled, isCurrentlyVisible, isDisplayed, isEnabled, isPresent, isSelected, isVisible, selectByIndex, selectByValue, selectByVisibleText, sendKeys, setWindowFocus, shouldBeCurrentlyVisible, shouldBeEnabled, shouldBePresent, shouldBeVisible, shouldContainOnlyText, shouldContainSelectedOption, shouldContainText, shouldNotBeCurrentlyVisible, shouldNotBeEnabled, shouldNotBePresent, shouldNotBeVisible, shouldNotContainText, submit, then, then, then, thenFindAll, thenFindAll, toString, type, typeAndEnter, typeAndTab, waitForCondition, waitUntilDisabled, waitUntilEnabled, waitUntilNotVisible, waitUntilPresent, waitUntilVisible, withTimeoutOf, wrapWebElementequals, getClass, hashCode, notify, notifyAll, wait, wait, waitand, clear, click, find, findBy, findBy, getAttribute, getSelectOptions, getText, getTimeoutInMilliseconds, getValue, selectByIndex, selectByValue, selectByVisibleText, setWindowFocus, then, then, then, thenFindAll, thenFindAll, toString, type, typeAndEnter, typeAndTab, waitForCondition, waitUntilDisabled, waitUntilEnabled, waitUntilNotVisible, waitUntilPresent, waitUntilVisible, withTimeoutOffindElement, findElements, getCssValue, getLocation, getSize, getTagName, isDisplayed, isEnabled, isSelected, sendKeys, submitcontainsOnlyText, containsSelectOption, containsText, expect, getSelectedValue, getSelectedVisibleTextValue, getTextValue, hasFocus, isCurrentlyEnabled, isCurrentlyVisible, isEnabled, isPresent, isSelected, isVisible, shouldBeCurrentlyVisible, shouldBeEnabled, shouldBePresent, shouldBeVisible, shouldContainOnlyText, shouldContainSelectedOption, shouldContainText, shouldNotBeCurrentlyVisible, shouldNotBeEnabled, shouldNotBePresent, shouldNotBeVisible, shouldNotContainText@Deprecated
public WebElementFacadeImpl(org.openqa.selenium.WebDriver driver,
org.openqa.selenium.WebElement webElement,
long timeoutInMilliseconds)
WebElementFacadeImpl.wrapWebElement(WebDriver driver, WebElement webElement, long timeoutInMilliseconds)driver - webElement - timeoutInMilliseconds - public WebElementFacadeImpl(org.openqa.selenium.WebDriver driver,
org.openqa.selenium.support.pagefactory.ElementLocator locator,
long timeoutInMilliseconds)
public WebElementFacadeImpl(org.openqa.selenium.WebDriver driver,
org.openqa.selenium.support.pagefactory.ElementLocator locator,
org.openqa.selenium.WebElement webElement,
long timeoutInMilliseconds)
driver - locator - webElement - timeoutInMilliseconds -