Class PrimePageFragmentFactory

java.lang.Object
org.primefaces.selenium.spi.PrimePageFragmentFactory

public class PrimePageFragmentFactory extends Object
  • Method Summary

    Modifier and Type
    Method
    Description
    static <T extends org.openqa.selenium.WebElement>
    T
    create(Class<T> fragment, org.openqa.selenium.support.pagefactory.ElementLocator el)
     
    static <T extends org.openqa.selenium.WebElement>
    T
    create(Class<T> fragment, org.openqa.selenium.WebElement element)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • create

      public static <T extends org.openqa.selenium.WebElement> T create(Class<T> fragment, org.openqa.selenium.WebElement element)
    • create

      public static <T extends org.openqa.selenium.WebElement> T create(Class<T> fragment, org.openqa.selenium.support.pagefactory.ElementLocator el)