简体   繁体   English

如何使用Automation Anywhere设计UI?

[英]How to design UI using Automation Anywhere?

I'm planning to create a simple program that would automate the process by searching the dynamic list inputted and provided by the user and export it to Excel file. 我打算创建一个简单的程序,该程序将通过搜索用户输入和提供的动态列表并将其导出到Excel文件来自动化该过程。

The challenge is How to create UI using Automation Anywhere Application , that would accept adding the input value from the user like same controls in .Net ( buttons , textbox , messagebox , etc... ) 面临的挑战是如何使用Automation Anywhere Application创建UI ,该UI将接受来自用户的输入值,就像.Net中的相同控件( buttonstextboxmessagebox etc... )一样。

Does anyone knows how to attain it? 有人知道如何实现吗?

Automation anywhere does not provide the functionality to create a UI, as the technology makes use of the existing infrastructure , highlighting the non intrusive nature of the Robotic Process Automation or ( RPA ) tool. 随处可见的自动化不提供创建UI的功能,因为该技术利用了现有的基础架构 ,突出了机器人过程自动化或( RPA )工具的非侵入性。

I'm sure you will be able to create a simple UI using VBA/VB.net which should get the work done. 我相信您将能够使用VBA / VB.net创建一个简单的UI,从而完成工作。 ( Like the one below) (如下图所示)

在此处输入图片说明

Using the UI you can use the plethora of commands in the Automation Anywhere command library to interact with your UI and automate the process. 使用UI,您可以使用Automation Anywhere命令库中的大量命令来与UI交互并自动执行该过程。

I know this is an old post, hope that helps !! 我知道这是一个旧帖子,希望对您有所帮助!

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

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