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