public WatinElementCollection GetList(Func <Element, bool> check) { if (LAWW == null) { return(new WatinElementCollection(new List <WatinElement>())); } return(LAWW.GetList(ParentElement, check)); }
public WatinElementCollection GetList(string selector) { if (LAWW == null) { return(new WatinElementCollection(new List <WatinElement>())); } return(LAWW.GetList(ParentElement, selector)); }