Package org.primefaces.selenium
Class AbstractPrimePageFragment
- java.lang.Object
-
- org.primefaces.selenium.AbstractPrimePageFragment
-
- All Implemented Interfaces:
org.openqa.selenium.SearchContext,org.openqa.selenium.TakesScreenshot,org.openqa.selenium.WebElement,org.openqa.selenium.WrapsElement
public abstract class AbstractPrimePageFragment extends Object implements org.openqa.selenium.WebElement, org.openqa.selenium.WrapsElement
-
-
Constructor Summary
Constructors Constructor Description AbstractPrimePageFragment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.openqa.selenium.support.pagefactory.ElementLocatorgetElementLocator()StringgetId()org.openqa.selenium.WebElementgetRoot()org.openqa.selenium.WebDrivergetWebDriver()org.openqa.selenium.WebElementgetWrappedElement()voidsetElementLocator(org.openqa.selenium.support.pagefactory.ElementLocator elementLocator)voidsetWebDriver(org.openqa.selenium.WebDriver webDriver)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.openqa.selenium.WebElement
clear, click, findElement, findElements, getAccessibleName, getAriaRole, getAttribute, getCssValue, getDomAttribute, getDomProperty, getLocation, getRect, getShadowRoot, getSize, getTagName, getText, isDisplayed, isEnabled, isSelected, sendKeys, submit
-
-
-
-
Method Detail
-
getElementLocator
public org.openqa.selenium.support.pagefactory.ElementLocator getElementLocator()
-
setElementLocator
public void setElementLocator(org.openqa.selenium.support.pagefactory.ElementLocator elementLocator)
-
getWebDriver
public org.openqa.selenium.WebDriver getWebDriver()
-
setWebDriver
public void setWebDriver(org.openqa.selenium.WebDriver webDriver)
-
getWrappedElement
public org.openqa.selenium.WebElement getWrappedElement()
- Specified by:
getWrappedElementin interfaceorg.openqa.selenium.WrapsElement
-
getRoot
public org.openqa.selenium.WebElement getRoot()
-
getId
public String getId()
-
-