This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 2 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
QTP 支持在 Citrix 上测试应用程序,但这意味着 QTP 必须安装在 Citrix 计算机上。
QTP supports testing applications on Citrix but it means that QTP must be installed on the Citrix machine.
在 Citrix 自动化中,应用程序作为图像流式传输到客户端计算机,因此您无法访问 UI 元素树。如果您可以在 Citrix 计算机上安装自动化工具,那就完美了,如果没有,还有其他方法来处理图像自动化。
当无法访问 Citrix 服务器时,UiPath 让您自动化 Citrix 应用程序(也包括桌面、Web 、java、wpf)通过使用一些图像自动化特定技术。 这是一个完整的教程,展示了不同的 Citrix(或虚拟桌面)自动化技术对于
它有一个 SDK,可以从 代码。直接从 UiPath Studio 创建视觉自动化(工作流程)更加容易。
注意:我在 UiPath 工作。您还应该尝试其他可视化自动化工具,例如 Automation Anywhere、WinAutomation、Jacada,并排使用它们并选择最适合您的一个。
In Citrix automation the applications are streamed to the client computer as an image, thus you can not access to the UI tree of elements. If you can install automation tools on the Citrix machine it's perfect, if not there are also other ways to deal with image automation.
When access to the Citrix server is not possible UiPath let's you automate Citrix applications (also desktop, web, java, wpf) by using some image automation specific techniques. Here's a full tutorial showing different Citrix (or virtual desktops) automation techniques for
It has an SDK that can be used from code. It's easier to create visual automation (workflows) directly from UiPath Studio.
Note: I work at UiPath. You should also try other visual automation tools like Automation Anywhere, WinAutomation, Jacada, use them side by side and choose the one that suits you the best.