@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, containsValue, deselectAll, deselectByIndex, deselectByValue, deselectByVisibleText, expect, find, findBy, findBy, findElement, findElement, findElementByAccessibilityId, findElementByAndroidUIAutomator, findElementByIosUIAutomation, findElements, findElements, findElementsByAccessibilityId, findElementsByAndroidUIAutomator, findElementsByIosUIAutomation, foundBy, getAttribute, getCoordinates, getCssValue, getCurrentImplicitTimeout, getFoundBy, getImplicitTimeout, getImplicitTimeoutInMilliseconds, getLocation, getLocator, getRect, 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, wrapWebElement, wrapWebElement, wrapWebElement
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
and, clear, click, containsElements, containsElements, deselectAll, deselectByIndex, deselectByValue, deselectByVisibleText, 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, withTimeoutOf
findElement, findElements, getCssValue, getLocation, getRect, getSize, getTagName, isDisplayed, isEnabled, isSelected, sendKeys, submit
findElementByAccessibilityId, findElementsByAccessibilityId
findElementByAndroidUIAutomator, findElementsByAndroidUIAutomator
findElementByIosUIAutomation, findElementsByIosUIAutomation
findElement, findElements
getCurrentImplicitTimeout, resetTimeouts, setImplicitTimeout
containsOnlyText, containsSelectOption, containsText, containsValue, 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
-