public class SetVariablePlugin
extends et.seleniet.api.ElementIndependentKeywordPlugin
implements et.seleniet.api.NoStepScreenshot
This plugin allows to directly set the value of a variable. if three arguments are supplied it will take the second argument as comma separated values list to retrieve the value from based on the third argument being an index to the list.
| Constructor and Description |
|---|
SetVariablePlugin() |
| 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.