roryprimrose/Headless

Refactor HtmlFinder extensions to be on IHtmlFinder<T> to better support dynamic model

Closed this issue · 0 comments

The dynamic model can not resolve extension methods. This means that many of the finder methods are unavailable to the dynamic page model without having to cast to IHtmlPage first.