Custom input
Element that displays the user data entry window.

Properties
- URL*: [String] dialog URL (For example: http://myserver/dialog.html или file:///c:/dialog.html)
- Width*: [Int32] Dialog width
- Heght*: [Int32] Dialog height
- Result: [String] data obtained from the dialog
Example of dialog page:
To pass data to the robot you need to call the function window.external.finished
Last updated