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
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.openqa.selenium.support.pagefactory.ElementLocator
     
     
    org.openqa.selenium.WebElement
     
    org.openqa.selenium.WebDriver
     
    org.openqa.selenium.WebElement
     
    void
    setElementLocator(org.openqa.selenium.support.pagefactory.ElementLocator elementLocator)
     
    void
    setWebDriver(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.TakesScreenshot

    getScreenshotAs

    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
  • 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:
      getWrappedElement in interface org.openqa.selenium.WrapsElement
    • getRoot

      public org.openqa.selenium.WebElement getRoot()
    • getId

      public String getId()