You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 24, 2021. It is now read-only.
The Body property, on the BrowserResult, no longer returns a DocumentWrapper, but instread it returns an instance of the BrowserResponseBodyWrapper
The BrowserResponseBodyWrapper stores the response body as an enumerable of bytes, but also provides an indexer that allows you to specify a CSS3 selector and get back a QueryWrapper
The BrowserResponseBodyWrapper has the following extension methods defined AsString, AsJson and AsXml
No description provided.
The text was updated successfully, but these errors were encountered: