<T> T |
SpringRegionFactory.create(Class<T> regionClass,
Page pageAnnotation) |
<T> T |
SpringRegionFactory.create(Class<T> regionClass,
org.openqa.selenium.WebDriver webDriver,
Page pageAnnotation) |
<T> T |
SpringRegionFactory.create(Class<T> regionClass,
org.openqa.selenium.WebDriver webDriver,
Page pageAnnotation,
String pageUrl,
org.openqa.selenium.WebElement rootElement) |
protected org.openqa.selenium.WebDriver |
SpringRegionFactory.getWebDriver(Page pageAnnotation,
org.openqa.selenium.WebDriver fallbackDriver)
Method to resolve the correct WebDriver instance.
|
protected <T> void |
SpringRegionFactory.injectPreProcessingFields(T beanInstance,
Page pageAnnotation,
String pageUrl,
org.openqa.selenium.WebDriver webDriver,
org.openqa.selenium.WebElement rootElement) |