arabcewicz

Results 1 issues of arabcewicz

Hello, take a look for the test: ``` var html = @" "; var doc = new HtmlDocument(); doc.LoadHtml(html); doc.DocumentNode.Descendants("form").ElementAt(0).Descendants("input").Should().HaveCount(2); ``` It fails as the descendants input collection has no...