| Modifier and Type | Method and Description |
|---|---|
static void |
PageObjectsInjector.injectWebElement(ElementGroup target,
Field field,
Locator locator)
Injects a WebElement supplier into the specified field of the target.
|
static void |
PageObjectsInjector.invokeSetter(Method m,
ElementGroup target,
Locator loc)
Invokes the specified setter method to inject a WebElement supplier
|
static org.openqa.selenium.WebElement |
WebElementLocator.locate(Locator loc)
Locates the element using the current driver as search context.
|
static org.openqa.selenium.WebElement |
WebElementLocator.locate(org.openqa.selenium.SearchContext context,
Locator loc)
Locates the element using the search context and locator, waiting for the timeout specified in the locator.
|
Copyright © 2016 DevCon5 GmbH. All rights reserved.