Description
Shows a custom window with text boxes at the position of the mouse or an UI element.
Properties
Analyst
- Display Name: Optional friendly name used for debugging, validation, exception handling, and activity tracking.
- Description: Optional text for documentation purposes.
Common
-
Continue On Error: Continues the execution of the workflow even if an error occurs during the execution of the activity.
-
Delay Before: Delay time in milliseconds before the activity is executed. The default value is 250 milliseconds.
-
Delay After: Delay time in milliseconds after executing of the activity. The default value is 250 milliseconds.
-
Disable Log: Disables the logging functionality for this activity.
-
Disable Protocol: Disables the protocol functionality for this activity.
-
Exclude from Global Delay: Excludes this activity from the Global Delay functionality.
-
Timeout: Duration in milliseconds in which the activity tries to execute.
Input
- Margin: Set the margin to change the distance to the UI element.
- Submit Button Text: The content of the submit button.
-
Target
- Artifact ID: If you have saved the selector value in an Artifact, you can reference it here. If the value is 0, it is not connected to any Artifact in the database.
- Automation Provider: The automation provider is usually automatically selected by the Smart Indicator depending on the application or browser you are automating. You can, however, change the automation provider manually while indicating by pressing Shift and Up or Down.
- Element: In case you already retrieved the UIElement in the process, you can simply insert it in this field.
- Selector Value: This is the field where the Smart Indicator will store your indication result. You can, of course, also adjust the selector value manually.
- Show Debug Borders: If true, a bounding rectangle is drawn around the element identified as the target.
- Text Boxes: A dictionary that is used for the generated view. Here the value is the content of the label and the key is an identifier for the text box.
- Window Title: Set the title of the custom window.
Output
- Cancel Button Clicked: Returns true if the Cancel button is clicked, otherwise false.
- Textbox Input Content: Get the input content of the window. Here the key is the identifier defined in Text Boxes and the value is the input of the user.