var tab = instance.ActiveTab;
var he = tab.FindElementByAttribute ("wysiwyg: div", "class", @ "w-text \", "regexp", 0);
if (tab.IsBusy) tab.WaitDownloading ();
if (! he.IsVoid)
{
int x = Convert.ToInt32 (he.GetAttribute ("leftinbrowser")) +50;
int y = Convert.ToInt32 (he.GetAttribute ("topinbrowser")) +20;
lock (SyncObjects.InputSyncer)
{
Emulation.Emulator.MouseClick (tab.Handle, MouseButton.Left, MouseButtonEvent.Click, x, y);
Emulator.ActiveWindow (instance.FormTitle);
System.Windows.Forms.Clipboard.SetText (project.Variables ["title"]. Value);
System.Windows.Forms.SendKeys.SendWait ("^ a");
System.Windows.Forms.SendKeys.SendWait ("^ v");
}
}
Or set emulation to speed in the Advanced tab