UI Automation in Citrix - Stack Overflow most recent 30 from stackoverflow.com 2009-11-26T21:05:56Z http://stackoverflow.com/feeds/question/631988 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/631988/ui-automation-in-citrix 0 UI Automation in Citrix aceinthehole 2009-03-10T19:51:19Z 2009-03-11T19:58:47Z <p>I would like to be able to use a tool like WatiN to automate somethings that needs to interact with a Web App that is access by using an instance of IE running on Citrix. So far it seems impossible to interact with the window at even a rudimentary level using SendKeys as the internal UI components seemingly do not have a handle. </p> <p>Has anyone been able to do this or anything similar?</p> http://stackoverflow.com/questions/631988/ui-automation-in-citrix/635135#635135 0 Answer by Tom E for UI Automation in Citrix Tom E 2009-03-11T15:48:52Z 2009-03-11T19:58:47Z <p>Citrix has a test/monitoring tool that supports automating Citrix apps. I believe it is called Edge Sight. Another option is Tevron CitraTest.</p> <p>However, if it is a web app that you are trying to automate, why don't you just automate IE directly on your own workstation. There are numerous automation tools, both free and fee, that support automating IE.</p>