Skip to main content
Version: v6.0.0

UI Library

UI Library

-It is used to uniformly manage the selected interface targets (elements / windows). Each interface target can be customized and named. At present, each Process has an independent UI Library, that is, the internal part of the included sub Process is also an independent UI Library. The target name is isolated and used in the main sub Process.

  • The interface target with name can make it easier for users to understand the copy in visual mode, and improve the readability in source code mode (change the original hard coding style).

  • The target command can directly select the target from the UI library. When multiple target names are referenced by multiple commands and need to be modified and adjusted, it only needs to be adjusted once.

  • After clicking "find element" and "find window" in the toolbar, the picked target will be stored in the UI library and clicked in the toolbar“UI Analyzer” , you can also store the captured target in the UI library.

  • The target attribute in the attribute panel supports not only re selection from the UI Library, but also direct editing of targets in the UI Library.

  • When the target in the UI library is edited / deleted separately, the interface name in the visualization area will be displayed in orange. Reference search prompt or replacement is not supported at present.