New Post: wait-process
Hi arun_dhananjeyan, there are several ways to do what you've asked.The Wait-UiaControlState cmdlet with the -Seconds parameter Please refer to the page. Using this cmdlet you can wait for more...
View ArticleNew Post: UIAutomation and PowerShell 4.0
Hello. Is there a known issue with running UIAutomation module on PowerShell 4.0? When trying to load the module, an error occurs: import-module : Could not load file or assembly...
View ArticleNew Comment on "SendKeys"
Hi. Is there a list with tokens of all special keys, like page down, escape, space, backspace, etc.? Thanks.
View ArticleNew Post: UIAutomation and PowerShell 4.0
Hi JohnQuest, could it be that file UIAutomation.dll from the NET40 pack is blocked, i.e. you can see the Unblock button in properties of a file? Sorry, I didn't notice your post earlier.
View ArticleNew Post: Can I automate JAVA GUI AWT engine sing this framework?
Hi, Can I automate JAVA GUI AWT engine using this framework? I've used demo version of QF-Test and it looks like this: http://prntscr.com/a9u8ep The only window which I can get is: $tvcLogin =...
View ArticleNew Post: Get-UiaWindow fails if waiting too long
I am automating a setup wizard. The process is basically 1 - Launch the setup 2 - Search for the window usingGet-UiaWindow -Name "Setup Wizard" -WithControl @{controltype="text";name="Some text on the...
View ArticleNew Post: Set-UiaComboBoxText fails to set the correct value
I'm trying to set an existing value in a combo box but it doesn't seem to be working. $mainWindow | Get-UiaComboBox -AutomationId '5204' -Class 'ComboBox' -Name 'NewBinary12' -Win32 |...
View ArticleNew Post: Set-UiaComboBoxText fails to set the correct value
Hi GScully, if I understand your task well, you need to get a list item in the drop-down list of the combo and put it active. What I did to accomplish this in calculator's unit conversion page (now my...
View ArticleNew Post: Get-UiaWindow fails if waiting too long
Hi cristiannice, I'm sorry I missed your request. I think this is because the last step's window belongs to another process. Chieck its process id (PID) in Task Manager. Setup frameworks sometimes do...
View ArticleNew Post: Set-UiaComboBoxText fails to set the correct value
Thanks that worked perfectly
View ArticleCreated Unassigned: Powerhsell Version 5 : Issue with Castle.Core [16]
ipmo : Could not load file or assembly 'Castle.Core, Version=3.3.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc' or one of its dependencies. The system cannot find the file specified.At line:1...
View ArticleCommented Unassigned: Powerhsell Version 5 : Issue with Castle.Core [16]
ipmo : Could not load file or assembly 'Castle.Core, Version=3.3.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc' or one of its dependencies. The system cannot find the file specified.At line:1...
View ArticleNew Post: About license
Hi, I making C# application that like the UIAutomationSpy. My application 's function is to make UIAutomation scripts and to run the scripts. Before run PowerShell scripts, PowerShell instance imports...
View ArticleNew Post: About license
Hi yukinoou1976, as far as I know, GPL does not require you open your source code if you use binaries.
View ArticleNew Post: UIautomation: cannot contol GUI on a remote PC
I am trying to control on my local PC a remote application that is running on a remote PC. The following code is working when controlling the same application locally. Get-UiaWindow -Class 'Window'...
View ArticleNew Post: UIautomation: cannot contol GUI on a remote PC
Hi alangelier61, the PowerShell Remoting session works as a service and it's 'session 0'. In the session 0 there's no normal desktop and any used-side activity is limited. Moreover, the Microsoft UI...
View ArticleNew Post: No uia cmdlets being loaded
After following the documentation for installing the uiautomation.dll i receive error saying other assemblies are not found such as pstestlibrary, ninject, windowsinput, and castle.core. After...
View ArticleNew Post: No uia cmdlets being loaded
Sorry brfitzge, I missed your post. My steps on a standard Windows 10 Enterprise x64 v1511 are: 1) navigate to https://uiautomation.codeplex.com/releases/view/125358 and download UIAutomation 0.8.7...
View Article