internal IEnumerable <dynamic> GetCQHTMLElementCollection(HtmlSelector selector) { string parentSelectorValue = selector.selectorValue; string parentSelectorType = Convert.ToString(selector.selectBy); return(DomService.GetCQHTMLElementCollection(parentSelectorValue, parentSelectorType)); }