Gripper.WebClient
Gripper.WebClient.IElement
IElement.WaitUntilInteractable(CancellationToken) Method
Blocks until the element can receive keyboard or mouse inputs.
System.Threading.Tasks.Task WaitUntilInteractable(System.Threading.CancellationToken cancellationToken);
Parameters
cancellationToken
System.Threading.CancellationToken
A token to cancel the wait.
Returns
System.Threading.Tasks.Task
A task representing the blocking operation.