All Questions
4 questions
1vote
0answers
409views
How to access UIAPane items in UIAutomation
I recently started using UIAutomation framework for Powershell from MSDN, and i noticed that Get-Uiapane commandlet giving timeout error, i am running this command for UI Testing for audio page in ...
5votes
3answers
4kviews
How can I use the unmanaged UI Automation API from PowerShell
The UI Automation API for Windows is available from two DLLs. One is a managed DLL, which is C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.0\UIAutomationClient.dll. The other is an ...
11votes
1answer
3kviews
PowerShell open remote GUI session for UIAutomation
I'm currently working on automatic installation of GUI application using library UIAutomation PS Extensions (https://uiautomation.codeplex.com/). It works pretty well in cases, when I run it against ...
3votes
2answers
23kviews
powershell: how to click a "submit type" input
used powershell to do web ui automation. came up an exception: invoke method failed, because [System.__ComObject] does not contain “click” method. can submit type input be clicked? i used ...