Pergunta

I have searched to find way to automate GUI using powershell and come across with some good online sources. But they are all using custom cmdlet. As new version of powershell is in progress, Is there any new cmdlet are availed for GUI automation?

Foi útil?

Solução

Don't think there will be anything specifically for UI automation.

I made a blog post with all of the new commands in the Windows 8 developer preview. Nothing for UI automation. You can download the current version CTP 2 here and check it out.

You'll probably still have to rely on third party stuff. Like WASP.

Outras dicas

UI automation is very much subjective to the framework and other aspects of UI development. So, I don't expect PowerShell core to support anything like that. There are, however, community extensions to do a limited set of UI automation. As Andy points out, WASP is one of them. There are a few articles on MSDN around UI automation using PowerShell such as this: http://msdn.microsoft.com/en-us/magazine/cc163301.aspx.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top