public class MatchXLSSheetPlugin
extends et.seleniet.api.KeywordPlugin
implements et.seleniet.api.NoStepScreenshot
This plugin compares two sheets from two given xls files whether they match or not. If they do not match will cause the test case to fail. Comparison is based on the content of the cells but NOT their formatting/coloring.
| Constructor and Description |
|---|
MatchXLSSheetPlugin() |
| 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.