UI Automation in Citrix - Stack Overflow most recent 30 from stackoverflow.com2009-11-26T21:05:56Zhttp://stackoverflow.com/feeds/question/631988http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/631988/ui-automation-in-citrix0UI Automation in Citrixaceinthehole2009-03-10T19:51:19Z2009-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#6351350Answer by Tom E for UI Automation in CitrixTom E2009-03-11T15:48:52Z2009-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>