Gripper

A web-scraping toolbox for .NET.

View on GitHub

Gripper.WebClient

Gripper.WebClient.IWebClient

IWebClient.GetContextsAsync() Method

Gets an System.Collections.Generic.IReadOnlyCollection<> of interactable contexts.
There is no guarantee w.r.t. the lifespan of the resulting IContexts.

System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyCollection<Gripper.WebClient.IContext>> GetContextsAsync();

Returns

System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyCollection<IContext>>
A flattened projection of a snapshot of the current iFrame tree into an System.Collections.Generic.IReadOnlyCollection<>