public ReadOnlyCollection <IWebElement> GetAll(string xPathCondition = null)
 {
     return(ScopeSource.GetAllWithLogging(CreateBy(xPathCondition)));
 }