play
Play an audio or video control from a specified starting point.
Name | Description | Type | Modifier |
---|---|---|---|
window | TA name of the window. | Interface Entity | None |
control | TA name of the control. | Interface Element | None |
start time | (Optional) Time in the recording at which the audio/video is to start playing (format: hh:mm:ss). Default Value: current location of audio/video pointer. | String | None |
None
This action may be used within the following project items: test modules and user-defined actions.
This action is applicable to the following controls: Audio, Video.
window control start time
play sub forms video_controltest #tm_StartTime0
 
milliseconds
sleep 1000
 
window control pause time
pause sub forms video_controltest
 
window control property expected
check control property sub forms video_controltest current 00:00:01
- This built-in action applies to HTML5 audio/video controls only.
- This action supports the <ignore> modifier. If the string
<ignore>
is present as the value of any of the arguments, or any argument contains an expression that evaluates to<ignore>
, the action is skipped during execution.