UiPath 无法识别用户窗体中的文本框和其他控件

UiPath wont recognize textbox and other controls within userform

我使用 UiPath 已经有一段时间了,我有一个表格需要输入某些详细信息。

UiPath 无法识别表单中的控件。此表单是使用 power builder 设计的,选择器如下所示

<wnd app='pcemain.exe' cls='FNWNS390' title='Open' /> 
<wnd cls='pbdw90' />

由于项目及其在列表中的顺序不会改变;您应该可以使用 Send Hotkey activity 或 Type into activity,或两者的组合。

在某些下拉菜单中,您可以键入项目的全名。

My tip for these kinds of situations, where the (mouse) controls are challenging, is to try to do the action manually without using the mouse (or use it as little as possible). When finding a solution, do it in UiPath