Playback cannot continue.
There might be multiple instances of a test object
found, which often happens when multiple instances of the application
under test are running. Playback requires that only one instance of
a test object be found.
Playback stops when it encounters more than one instance
of a test object. In this case, counter_value instances
of the same test object were found. During playback, the test was
looking for the object_name object. The test found
these objects:
- First object: Recognition score: score_1, description: description_1
- Second object: Recognition score: score_2,
description: description_2
Make that only one instance of the an application
is running when playback is started.