Beispiel #1
0
        public IEnumerable <dynamic> GetHTMLElementCollection(HtmlSelector selector)
        {
            string parentSelectorValue = selector.selectorValue;
            string parentSelectorType  = Convert.ToString(selector.selectBy);

            return(DomService.GetHTMLElementCollection(parentSelectorValue, parentSelectorType));
        }