简体   繁体   English

RPA 中的表面自动化是什么?

[英]What is Surface automation in RPA?

I am learning RPA using tools such as UiPath and BluePrism.我正在使用 UiPath 和 BluePrism 等工具学习 RPA。 Can someone explain me what is surface automation(SA) techniques in RPA or direct me to the path where i can read more regarding SA techniques?有人可以向我解释什么是 RPA 中的表面自动化 (SA) 技术,或者指导我阅读有关 SA 技术的更多信息的路径吗?

How does surface automation help in automating flash objects used in website ?表面自动化如何帮助自动化网站中使用的 Flash 对象?

Thanks, vds1谢谢,vds1

Surface automation in RPA means the process of creating automation according to images shown on a screen. RPA 中的表面自动化是指根据屏幕上显示的图像创建自动化的过程。

Surface automation is notoriously fragile and should be considered as a secondary method after programmatic solutions.表面自动化是出了名的脆弱,应该被视为继程序化解决方案之后的辅助方法。

Surface automation is useful at least in two cases: when you can't use controls programmatically (eg by element identifiers), or when the system under automation is changing (eg element identifiers are changing).表面自动化至少在两种情况下很有用:当您不能以编程方式使用控件时(例如,通过元素标识符),或者当自动化系统正在发生变化(例如,元素标识符正在发生变化)时。 It can also be faster than 'normal' scripting.它也可以比“正常”脚本编写更快。

In case of flash objects used in website, surface automation might be needed if there is no programmatic way to control or extract data from the object.对于网站中使用的 Flash 对象,如果没有编程方式来控制或从对象中提取数据,则可能需要表面自动化。

Surface automation techniques, such as optical character recognition (OCR) and object detection, are based on broader class of computer vision: https://en.wikipedia.org/wiki/Computer_vision表面自动化技术,例如光学字符识别 (OCR) 和物体检测,基于更广泛的计算机视觉类别: https : //en.wikipedia.org/wiki/Computer_vision

You can get Surface Automation related details in blue prism portal.您可以在蓝色棱镜门户中获取与表面自动化相关的详细信息。 Once login to the portal you can find a detailed set of documentsunder the Learning menu item:登录门户后,您可以在“学习”菜单项下找到一组详细的文档:

Surface Automation - Autonomous Training Kit (ATK) Training Document - Introduction to Surface Automation (v5) Training Document - Surface Automation (v5) Training Document - Introduction to Surface Automation (v4) Training Document - Surface Automation (V4) Introduction to Surface Automation (Win 10 and V5) Surface Automation - Autonomous Training Kit (ATK) 培训文件 - Surface Automation 简介 (v5) 培训文件 - Surface Automation (v5) 培训文件 - Surface Automation 简介 (v4) 培训文件 - Surface Automation (V4) 表面自动化简介 (赢得 10 和 V5)

Comparing and processing with the help of images.借助图像进行比较和处理。 Image Comparison is major use of surface automation.图像比较是表面自动化的主要用途。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM