|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IFinder
Something that finds WebElement in pages.
| Method Summary | |
|---|---|
List<org.openqa.selenium.WebElement> |
find(IContext context,
IResultSet result,
org.openqa.selenium.WebDriver client)
Returns a list of elements. |
void |
reset()
Clear any previous finder settings. |
String |
resume(IContext context)
The representation of the filter. |
| Methods inherited from interface org.specrunner.parameters.IParameterHolder |
|---|
getParameters, setParameters |
| Method Detail |
|---|
void reset()
List<org.openqa.selenium.WebElement> find(IContext context,
IResultSet result,
org.openqa.selenium.WebDriver client)
throws PluginException
context - The test context.result - The result set.client - The browser.
PluginException - On filter errors.
String resume(IContext context)
throws PluginException
context - The test context.
PluginException - On detail errors.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||