如何在 Uipath Automation 中获取 Citrix 环境中的复选框状态
How to get the Check box status in Citrix Environment in Uipath Automation
这些是我需要检查状态的复选框,如果未选中这些复选框,我需要选中该复选框,因为这是一个 citrix 环境无法获得该检查的 correct/complete 选择器盒子.
尝试了元素存在、锚基和获取属性,所有这些活动都给出了错误的输出,即使选中了框。
任何建议都会有所帮助。
在 citrix 环境中我使用 Image Exists activity of UI path to get value of a checkbox. I am not sure if there is a better way of doing this but it gives accurate results. You can also use Click Image activity 来设置复选框的值。
如果您使用的是最新版本,则可以执行本机 Citrix 自动化,而无需图像自动化,请查看:
https://studio.uipath.com/docs/about-native-citrix-automation
如果您为本机自动化配置您的环境,您可以使用 "Get attribute" activity,这也应该公开复选框的状态。
这些是我需要检查状态的复选框,如果未选中这些复选框,我需要选中该复选框,因为这是一个 citrix 环境无法获得该检查的 correct/complete 选择器盒子.
尝试了元素存在、锚基和获取属性,所有这些活动都给出了错误的输出,即使选中了框。
任何建议都会有所帮助。
在 citrix 环境中我使用 Image Exists activity of UI path to get value of a checkbox. I am not sure if there is a better way of doing this but it gives accurate results. You can also use Click Image activity 来设置复选框的值。
如果您使用的是最新版本,则可以执行本机 Citrix 自动化,而无需图像自动化,请查看: https://studio.uipath.com/docs/about-native-citrix-automation
如果您为本机自动化配置您的环境,您可以使用 "Get attribute" activity,这也应该公开复选框的状态。