Skip to content

Instantly share code, notes, and snippets.

@AddressXception
Created April 8, 2016 12:58
Show Gist options
  • Save AddressXception/6fe93891b560a65a15c28aeb13943e9e to your computer and use it in GitHub Desktop.
Save AddressXception/6fe93891b560a65a15c28aeb13943e9e to your computer and use it in GitHub Desktop.
public void EnterText(string marked, string text)
{
var control = _screenDictionary
.FindControl(_window.FriendlyName, () => marked);
Keyboard.SendKeys(control, text);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment