
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.
|
Object[] |
resolve(org.openqa.selenium.SearchContext searchContext,
Method method,
Object[] resolvedParams)
Performs resolve for the given method with the given
SearchContext. |
void enrich(org.openqa.selenium.SearchContext searchContext,
Object target)
SearchContext.searchContext - the context which should be used for enrichmenttarget - instance to be enrichedObject[] resolve(org.openqa.selenium.SearchContext searchContext, Method method, Object[] resolvedParams)
SearchContext.searchContext - the context which should be used for resolvemethod - method to be resolvedresolvedParams - parameters that has (not) been resolved so farint getPrecedence()
Copyright © 2021 JBoss by Red Hat. All rights reserved.