BFS.Input.SendKeys("^({VK_65})"); text = BFS.Clipboard.CopyText(); text = BFS.Clipboard.CopyText(); BFS.General.ThreadWait(300); BFS.Input.SendKeysFast("{VK_9}{VK_13}"); BFS.General.ThreadWait(600); //Logge tekst. //Work Detail BFS.Input.SetMousePosition(669, 363); // Work Detail TAB Anchor (Middle of first o) BFS.General.ThreadWait(300); BFS.Input.LeftClickMouse(); BFS.General.ThreadWait(300); // Notes (More Details Closed) BFS.Input.SetMousePositionRelative(119, 529); //BFS.General.ThreadWait(300); // More Details Closed(Open it) BFS.Input.SetMousePositionRelative(-124, 75); //BFS.General.ThreadWait(300); // Notes (More Details Open) BFS.Input.SetMousePositionRelative(124, -204); //BFS.General.ThreadWait(300); // Work Info Type BFS.Input.SetMousePositionRelative(0, 154); BFS.General.ThreadWait(300); // More Details Open(Close it) BFS.Input.SetMousePositionRelative(-124, -82); BFS.General.ThreadWait(300); BFS.Input.LeftClickMouse(); BFS.General.ThreadWait(300); //Notes BFS.Input.SetMousePositionRelative(124, 50); BFS.General.ThreadWait(300); BFS.Input.LeftClickMouse(); BFS.General.ThreadWait(300); if (text.Contains("Circuit numbersCircuit number")) { BFS.Clipboard.Paste(); } else { }