public void ThenTheResultMustBeOnTheLabelHtmlBodyDivDivFormH(String result, String xpath)
 {
     SeleneseCommands.AssertValueAtXpath(xpath, result, TimeSpan.FromSeconds(10));
 }
 public void ThenTheResultShouldBe(String result, String xpath)
 {
     SeleneseCommands.AssertValueAtXpath(xpath, result, TimeSpan.FromSeconds(10));
 }