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 -
Method Summary
Modifier and TypeMethodDescriptionorg.openqa.selenium.support.pagefactory.ElementLocatorgetId()org.openqa.selenium.WebElementgetRoot()org.openqa.selenium.WebDriverorg.openqa.selenium.WebElementvoidsetElementLocator(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, waitMethods inherited from interface org.openqa.selenium.TakesScreenshot
getScreenshotAsMethods 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
-
Constructor Details
-
AbstractPrimePageFragment
public AbstractPrimePageFragment()
-
-
Method Details
-
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
-