Esempio n. 1
0
 public Element FindSection(string locator)
 {
     return(BuildElement(sectionFinder.FindSection(locator), "Failed to find section: " + locator));
 }
Esempio n. 2
0
 public ElementFound FindSection(string locator, Scope scope)
 {
     return(BuildElement(sectionFinder.FindSection(locator, scope), "Failed to find section: " + locator));
 }