| Methods in org.specrunner.webdriver.assertions with parameters of type PluginCompareNode |
protected static int |
PluginCompareUtils.compareElements(PluginCompareNode compare,
IContext context,
IResultSet result,
nu.xom.Element e,
org.openqa.selenium.WebElement we,
int errors)
Compare two elements and return the number of errors in comparison. |
static boolean |
PluginCompareUtils.compareNode(PluginCompareNode compare,
nu.xom.Element expected,
org.openqa.selenium.WebElement received,
IBlock block,
IContext context,
IResultSet result,
org.openqa.selenium.WebDriver client)
Compare two nodes. |
protected static int |
PluginCompareUtils.compareTexts(PluginCompareNode compare,
IContext context,
IResultSet result,
nu.xom.Element expected,
org.openqa.selenium.WebElement received,
int errors)
Compare two nodes by theirs texts. |