Page tree
Skip to end of metadata
Go to start of metadata

 

Description

Start playing an audio file to the device.

The file will be played until it ends and the test will continue meanwhile. if you wish performing the next command only after the audio play will end, use SeeTestAutomation- WaitForAudioPlayEnd.

Parameters

Full path to file.

Usage

This command will start playing to the device from an audio file.

Supported file format is *.wav files only!

Example:   

Code Examples

Java Example
client.startAudioPlay("C:\\AudioFilesToPlay\\OpenWaze.wav");
C# Example
client.StartAudioPlay("C:\\AudioFilesToPlay\\OpenWaze.wav");
VBScript Example
client.StartAudioPlay "C:\\AudioFilesToPlay\\OpenWaze.wav"
Report
Python Example
self.client.startAudioPlay("C:\\AudioFilesToPlay\\OpenWaze.wav")
Perl Example
$client->startAudioPlay("C:\\AudioFilesToPlay\\OpenWaze.wav");

 


  • No labels