
public interface SearchContextTestEnricher
SearchContext linked to the enriched object. Usually the
SearchContext is given by WebDriver or WebElement instance.| Modifier and Type | Method and Description |
|---|---|
void |
enrich(org.openqa.selenium.SearchContext searchContext,
Object target)
Performs enrichment on the given object with the given
SearchContext. |
int |
getPrecedence()
Returns the enricher precedence.
|
void enrich(org.openqa.selenium.SearchContext searchContext,
Object target)
SearchContext.searchContext - the context which should be used for enrichmenttarget - instance to be enrichedint getPrecedence()
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.