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