set media property
Set values for audio and video controls.
Name | Description | Type | Modifier |
---|---|---|---|
window | TA name of the window. | Interface Entity | None |
control | TA name of the audio or video control. | Interface Element | None |
property | Setting to be written to. Allowable values:
| Value Set | loop, muted, full screen, show controls |
value | Value to which the setting is to be set. Allowable values:
| 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 property value
set media property sub forms video_controltest muted true
 
window control property expected
check control property sub forms video_controltest muted true
- 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.