Gripper

A web-scraping toolbox for .NET.

View on GitHub

Gripper.WebClient

Gripper.WebClient.IElement

IElement.SendSpecialKeyAsync(SpecialKey) Method

Sends a SpecialKey to the browser right after focusing the element.

System.Threading.Tasks.Task SendSpecialKeyAsync(Gripper.WebClient.SpecialKey key);

Parameters

key SpecialKey
The SpecialKey to send to the element.

Returns

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