.net 访问windows应用程序中的字段

.net 访问windows应用程序中的字段,.net,powershell,vbscript,automation,.net,Powershell,Vbscript,Automation,我正在使用一个名为testcomplete的测试自动化软件在windows.net应用程序的字段中输入和读取值。 有没有办法借助简单的工具来完成这项任务?还是脚本语言或编程语言?有 Get-UIAWindow -ProcessName $processname | Get-UIAButton -Name $btnName | Invoke-UIAButtonClick Get-UIAWindow -Name $windowTitle | Get-UIAChildWindow | Get-UIAT

我正在使用一个名为testcomplete的测试自动化软件在windows.net应用程序的字段中输入和读取值。 有没有办法借助简单的工具来完成这项任务?还是脚本语言或编程语言?

Get-UIAWindow -ProcessName $processname | Get-UIAButton -Name $btnName | Invoke-UIAButtonClick
Get-UIAWindow -Name $windowTitle | Get-UIAChildWindow | Get-UIATextBox -AutomationID ServerBox | Set-UIATextBoxText -Text "text"