我想控制另一个应用程序并将密钥发送到应用程序Application.Launch("Name.exe")
,我也希望使用Application application = Application.Launch("foo.exe");
Window window = application.GetWindow("bar", InitializeOption.NoCache);
Button button = window.Get<Button>("save");
button.Click();
<button>
Rol de dobbelsteen
</button>
<span></span>
我需要发送像这样的答案的密钥......但不知道如何......