chickens

  1. Maddis

    Bug or just bad code?

    I keep getting an error I am checking if an element exists based on it's attribute value. If count is 0, I get thrown this error: Here is my code: HtmlElementCollection results = parent.FindChildrenByAttribute("span","innerhtml","chickens","text"); if (results.Count == 0)...