示例#1
0
 public ReadOnlyCollection <IWebElement> GetAll(string xPathCondition = null)
 {
     return(ScopeSource.GetAll(CreateBy(xPathCondition)));
 }