public class MatchElemAttributePlugin
extends et.seleniet.api.KeywordPlugin
This plugin looks up the attribute or text content of a given element and tries to match it with the given value. Use "text" as type to compare with the text of the given element. If it doesn't match will cause the test case to fail
| Constructor and Description |
|---|
MatchElemAttributePlugin() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(et.seleniet.api.Seleniet driver,
org.openqa.selenium.WebElement elem,
String page,
List<String> lineArgs,
List<String> tcParams) |
String |
getKeyWord() |
public String getKeyWord()
getKeyWord in class et.seleniet.api.KeywordPluginCopyright © 2016 Thomas Eitzenberger. All rights reserved.