HtmlElement he = instance.ActiveTab.FindElementByAttribute("input:text", "outerhtml", "Subject", "text", 0);
// check the element
lock(SyncObjects.InputSyncer)
{
System.Windows.Forms.SendKeys.SendWait("^a");
}
you will have to replace the element attributes with the ones that match the...