Gripper.WebClient
Gripper.WebClient.IWebClient
IWebClient.ReloadAsync(PollSettings, CancellationToken) Method
Reloads the browser window and awaits the resulting System.Threading.Tasks.Task of WaitUntilFramesLoadedAsync(PollSettings, CancellationToken)
using the provided PollSettings and System.Threading.CancellationToken
System.Threading.Tasks.Task ReloadAsync(Gripper.WebClient.PollSettings pollSettings, System.Threading.CancellationToken cancellationToken);
Parameters
pollSettings
PollSettings
Settings to pass as a parameter to the WaitUntilFramesLoadedAsync(PollSettings, CancellationToken) call.
cancellationToken
System.Threading.CancellationToken
Token to cancel the System.Threading.Tasks.Task.
Returns
System.Threading.Tasks.Task
A System.Threading.Tasks.Task that represents the reload.