Start Video Recording#
The block starts video recording of the element defined by the selector. If no selector is specified, the block records video of the entire screen.
| Selector | [Selector] Identifier of the user interface element whose video needs to be recorded. |
| Process ID | [Link] Variable that stores the process identifier. Specifies which application to work with. If the specified application is minimized or its window is covered by other windows, it will be brought to the foreground. When working with browsers, the Process ID additionally specifies the particular browser tab that the block should work with. If the property is left empty, or if the Process ID variable was not previously assigned at the time of launching the application or opening the browser, the application and browser tab will be determined from the content of the corresponding selector string. The Process ID can be obtained, for example, using the Launch Application or Get Process blocks. |
| File/Folder | [Text] If a folder is specified, files will be created in it with the name of the current date. If a full file path is specified, it will be overwritten. File format is MP4. |
| Delay Before | [Number] Delay in seconds before executing the block. |
| Delay After | [Number] Delay in seconds after executing the block. |
| Timeout | [Number] Maximum waiting time for the element to appear, in seconds. |
| Video File | [Text] Returns the full path to the video file. |
| Error Handling Level | Select the error handling level. Possible values:
If "Default" is selected, the value from the "Start" block of this diagram will be used. |
| Message Level | Select the message level that the blocks will output during operation. Possible values:
If "Default" is selected, the value from the "Start" block of this diagram will be used. |
| Error Text | [Text] Returns detailed information about the error in case of incorrect execution of the block. |