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

SAP 登录

UiPath.UIAutomationNext.Activities.NSAPLogon

描述

使用该活动直接登录到 SAP 系统。提供“SAP 登录”或“SAP 登录板”窗口中用于登录到 SAP 系统的确切 SAP 连接名称。

项目兼容性

Windows - 旧版 | 窗口

配置

设计器面板
  • SAP 登录路径 -“SAP 登录”或“SAP 登录板”程序的路径。默认路径是从相应的系统注册表项获得的。
  • 连接名称 -“SAP 登录”或“SAP 登录板”窗口中用于登录到 SAP 系统的确切 SAP 连接名称。
  • Do sequence - Executes a set of child activities according to a single, defined order.
属性面板

常见

  • “出错时继续” - 指定在活动引发错误时是否应继续自动化操作。 此字段仅支持 Boolean 值(TrueFalse)。 默认值为 False。 因此,如果该字段为空且活动引发错误,系统将停止执行项目。 如果该值设置为 True,则无论出现何种错误,系统都将继续执行项目。
    Note: If this activity is included in Try Catch and the value of the ContinueOnError property is set to True, no error is caught when the project is executed.
  • “显示名称”- 活动的显示名称。
  • 超时”- 指定最长等待时间(以秒为单位),如果超出该时间后活动并未执行,系统便会抛出错误。 默认值为 30 秒。

输入

  • 统一目标应用程序 - 展开此类别以配置以下设置:

    • Arguments - If the application is not a web browser, you can specify parameters to pass to the target application at startup. You can use this property to open a specific file with the application.
    • 文件路径 ” - 如果应用程序不是网页浏览器,请指定要打开的可执行文件的完整路径。 如果指定了文件路径,则清除 URL 属性。

    • 选取器 ” - 一个 XML 片段,用于存储用户界面元素的属性。
    • URL - 如果应用程序是网页浏览器,请指定要打开的网页的 URL。 如果指定了 URL,则清除“ 文件路径 ”属性。

输入/输出元素

  • 输出元素 - 输出目标用户界面元素并将其存储在 UIElement 对象中,该对象可进一步用于通过其他活动定位同一元素。

其他

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

选项

  • “关闭” - 选择在自动化执行此活动中添加的所有活动后关闭目标应用程序的时间:
    • 从不 - 从不关闭应用程序。
    • If opened by App/Browser - Close only if the application was opened by the automation. This is the default value.
    • “始终” - 每次都关闭应用程序。
  • 输入模式 - 选择机器人与目标应用程序交互时应使用的方法:

    • 硬件事件 ” - 使用硬件驱动程序执行操作。 这是最慢的方法,无法在后台运行,但与所有桌面应用程序兼容。

    • 模拟 - 使用辅助功能 API 进行模拟。 推荐用于浏览器、基于 Java 的应用程序、SAP。 通常比 硬件事件更可靠。 在单个 Actions中发送所有文本。 即使目标应用程序不在焦点中,也适用。 请测试您的目标应用程序用户界面元素是否支持此功能。

    • Chromium API - 使用调试器 API 执行操作。仅适用于 Chromium 元素。一次性发送所有文本。即使目标应用程序不在焦点中,也适用。有关更多详细信息,请查看此页面

    • 窗口消息 - 使用 Win32 消息进行模拟。 推荐用于桌面应用程序。 通常比 硬件事件更可靠。 在单个 Actions中发送所有文本。 即使目标应用程序不在焦点中,也适用。 请测试您的目标应用程序用户界面元素是否支持此功能。

    • Background - Runs actions in the background. Tries to use either Simulate or Chromium API where possible, while complex activities (image, native text) run as usual, in the foreground.

  • Number Of Retries - The number of times that the activity tries to connect to SAP Scripting interface. The default value is 5.
  • 调整窗口大小 ” - 定义是否在初始化时调整应用程序/浏览器的大小。

    • – 不可调整应用程序/浏览器大小。
    • 最大化 – 初始化时,应用程序/浏览器已最大化
    • 还原至设计时大小 – 如有可能,系统会将应用程序/浏览器的大小和位置调整并移动到指定时的位置和大小。
    • 最小化 – 初始化时,应用程序/浏览器已最小化。
  • Retry Interval - The amount of time (in seconds) between each retry. The default amount of time is 0.5 seconds.
  • 窗口附加模式 ” - 定义内部活动搜索其目标元素的位置。
    • Process name - Inner activities search in all windows with the same process name as the indicated app.
    • “应用程序实例”- 内部活动将在指定的应用程序实例中搜索,包括所有的父窗口和子窗口 (警示、弹出窗口等)。应用程序的其他实例均将排除在外。
    • 单个窗口 - 内部活动仅在指定窗口中搜索。
  • 描述
  • 项目兼容性
  • 配置

此页面有帮助吗?

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