public class ReplaceVarValuePlugin
extends et.seleniet.api.ElementIndependentKeywordPlugin
implements et.seleniet.api.NoStepScreenshot
This plugin replaces a given token by a given string in a variable with given name. Allows to replace "\n" by supplying "#NEWLINE" as token value.
| Constructor and Description |
|---|
ReplaceVarValuePlugin() |
| 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) |
Copyright © 2016 Thomas Eitzenberger. All rights reserved.