activities
latest
false
重要 :
请注意此内容已使用机器翻译进行了部分本地化。
UiPath logo, featuring letters U and I in white
用户界面自动化活动
Last updated 2024年11月25日

展开 ALV 层次结构表格

UiPath.Core.Activities.SAP.ExpandALVHierarchicalTable

描述

Identifies any cell inside SAP ALV Hierarchical Table. After the identification of the cell all typical UI activities can be performed, such as Click, Double Click, Get Text and others.

项目兼容性

Windows - 旧版 | 窗口

配置

设计器面板
  • Indicate on screen - Indicate the UI element to use as target.

    After you indicate the target, select the Menu button to access the following options:

    • Indicate on screen - Indicate the target again.
    • Edit Selector - Opens the Selector Editor wizard where you can configure the selector.
    • Open in UiExplorer - Opens UI Explorer with the UI element selected in the visual tree.
    • Change Informative Screenshot - Change the screenshot of the target application or web page.
    • Remove Informative Screenshot - Remove the screenshot of the target application or web page.
    • Show Informative Screenshot (double click) - Display the full the screenshot of the target application or web page.
    • 添加到对象存储库 - 将当前用户界面元素添加到库项目中,以便在整个自动化流程中重复使用该元素。
  • 级别/重点列:定义将哪个元素设置为重点。
  • 级别 0/标题列:定义要在标题列中查找的列。
  • Value - Defines which value to find in the header column.
  • 级别 1/位置列:定义要在位置列中查找的列。
  • Value - Defines which value to find in the position column.
属性面板

常见

  • 出错时继续 - 指定在活动引发错误时是否应继续自动化操作。该字段仅支持“布尔值”(TrueFalse)。默认值为 False。因此,如果该字段为空且活动引发错误,系统将停止执行项目。如果该值设为 True,则无论出现何种错误,系统都将继续执行项目。
  • “显示名称”- 活动的显示名称。

输入

  • 级别/重点列:定义将哪个元素设置为重点。
  • 级别 0/标题列:定义要在标题列中查找的列。
  • 级别 0/值 - 定义要在标题列中查找的值。
  • 级别 1/位置列:定义要在位置列中查找的列。
  • 级别 1/值 - 定义要在位置列中查找的值。
  • 目标 ” - 目标元素。 必须设置目标元素。 在屏幕上指定之前,此字段设置为 (null)。 指定目标后,将显示与指定元素相关的所有属性。
    • 剪切区域 - 按照左、上、右、下四个方向定义相对于用户界面元素的剪切矩形(以像素为单位)。支持正数和负数。
    • Element - Use the UiElement variable returned by another activity. This property cannot be used alongside the Selector property. This field supports only UiElement variables.
    • 选取器- 此为“文本”属性,用于在执行活动时查找特定用户界面元素。它实际上是 XML 片段,用于指定要查找的图形用户界面元素及其一些父元素的属性。
    • Timeout (milliseconds) - Specifies the amount of time (in milliseconds) to wait for the activity to run before the SelectorNotFoundException error is thrown. The default value is 30000 milliseconds (30 seconds).
    • “等待准备就绪”- 执行操作之前,等待目标准备就绪。可选择以下选项:
      • “无”- 在执行操作之前,系统不会等待显示除目标用户界面元素之外的任何内容。例如,如果希望只从网页检索文本或单击特定按钮,则可以使用此选项,而不必等待用户界面元素全部加载。请注意,如果按钮依赖于尚未加载的元素(例如脚本),则可能会产生不良后果。
      • “交互/完成” - 待目标应用程序中的所有用户界面元素全部显示之后,再实际执行操作。

        为了评估应用程序处于“交互”状态还是“完成”状态,系统将验证以下标签:
        • “桌面应用程序”- 系统会发出一条“wm_null”消息,以检查是否存在“<wnd>”、“<ctrl>”、“<java>”或“<uia>”标签。如存在,则执行活动。
        • 网页应用程序:
          • Internet Explorer - The <webctrl> tag is used to check if the Ready state of the HTML document is set to Complete. Additionally, the Busy state has to be set to False.
          • 其他 - <webctrl> 标签用于检查 HTML 文档的“就绪”状态是否为“完成”
        • “SAP 应用程序”- 首先验证是否存在“<wnd>”标签,然后使用 SAP 特定 API 来检测会话是否繁忙。

其他

  • “私有” - 如果选中,则不再以“Verbose”级别记录变量和参数的值。 此字段仅支持 Boolean (TrueFalse) 值。 默认值为 False

输出

  • “用户界面元素”- 要在后续活动中使用的用户界面元素。
  • 描述
  • 项目兼容性
  • 配置

此页面有帮助吗?

获取您需要的帮助
了解 RPA - 自动化课程
UiPath Community 论坛
Uipath Logo White
信任与安全
© 2005-2024 UiPath。保留所有权利。