Gripper

A web-scraping toolbox for .NET.

View on GitHub

Gripper.WebClient

Gripper.WebClient.IElement

IElement.SendKeysAsync(string, TimeSpan) Method

Sends an array of keystrokes to the browser while keeping the element focused.

System.Threading.Tasks.Task SendKeysAsync(string keys, System.TimeSpan delayBetweenStrokes);

Parameters

keys System.String
Keys to send to the element.

delayBetweenStrokes System.TimeSpan
Delay to wait between strokes.

Returns

System.Threading.Tasks.Task
A System.Threading.Tasks.Task representing the keystrokes operation.