예제 #1
0
 IEnumerable <TElement> IElementFinder.FindAll <TElement>(By by)
 {
     throw new NotImplementedException();
 }
예제 #2
0
 TElement IElementFinder.Find <TElement>(By by)
 {
     throw new NotImplementedException();
 }