@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, containsElements, containsElements, containsOnlyText, containsSelectOption, containsText, expect, find, findBy, findBy, findElement, findElementByAccessibilityId, findElementByAndroidUIAutomator, findElementByIosUIAutomation, findElements, findElementsByAccessibilityId, findElementsByAndroidUIAutomator, findElementsByIosUIAutomation, getAttribute, getCoordinates, getCssValue, getCurrentImplicitTimeout, getImplicitTimeout, getImplicitTimeoutInMilliseconds, getLocation, getLocator, getScreenshotAs, getSelectedValue, getSelectedVisibleTextValue, getSelectOptions, getSize, getTagName, getText, getTextValue, getValue, getWrappedElement, hasClass, hasFocus, isCurrentlyEnabled, isCurrentlyVisible, isDisplayed, isEnabled, isPresent, isSelected, isVisible, resetTimeouts, selectByIndex, selectByValue, selectByVisibleText, sendKeys, setImplicitTimeout, setWindowFocus, shouldBeCurrentlyVisible, shouldBeEnabled, shouldBePresent, shouldBeVisible, shouldContainElements, shouldContainElements, shouldContainOnlyText, shouldContainSelectedOption, shouldContainText, shouldNotBeCurrentlyVisible, shouldNotBeEnabled, shouldNotBePresent, shouldNotBeVisible, shouldNotContainText, submit, then, then, then, thenFindAll, thenFindAll, timeoutInMilliseconds, toString, type, typeAndEnter, typeAndTab, waitForCondition, waitUntilClickable, waitUntilDisabled, waitUntilEnabled, waitUntilNotVisible, waitUntilPresent, waitUntilVisible, withTimeoutOf, wrapWebElement, wrapWebElementequals, getClass, hashCode, notify, notifyAll, wait, wait, waitand, clear, click, containsElements, containsElements, find, findBy, findBy, getAttribute, getImplicitTimeoutInMilliseconds, getSelectOptions, getText, getValue, hasClass, selectByIndex, selectByValue, selectByVisibleText, setWindowFocus, shouldContainElements, shouldContainElements, then, then, then, thenFindAll, thenFindAll, toString, type, typeAndEnter, typeAndTab, waitForCondition, waitUntilClickable, waitUntilDisabled, waitUntilEnabled, waitUntilNotVisible, waitUntilPresent, waitUntilVisible, withTimeoutOffindElement, findElements, getCssValue, getLocation, getSize, getTagName, isDisplayed, isEnabled, isSelected, sendKeys, submitfindElementByAccessibilityId, findElementsByAccessibilityIdfindElementByAndroidUIAutomator, findElementsByAndroidUIAutomatorfindElementByIosUIAutomation, findElementsByIosUIAutomationgetCurrentImplicitTimeout, resetTimeouts, setImplicitTimeoutcontainsOnlyText, 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 -