18 January 2026:
Sahi Pro is an enterprise grade test automation platform which can automate web, mobile, API, windows and java based applications and SAP.
This forum is now archived and is in read-only mode. Please continue discussions on our improved new Sahi Pro Community forum.
Sahi Pro is an enterprise grade test automation platform which can automate web, mobile, API, windows and java based applications and SAP.
Script does not play back the .wav file?
We have a situation where when we click on a link,
the link opens up a new window which includes a windows media player component.
This component's url parameter gets set to a .ashx handler. This .ashx returns
a xml file which includes meta data about the audio that we need to play. After
the media component receives this meta data file, from there it gets
the actual audio file url which is served from another .ashx handler (SoundStreamer)
When we started trying to automate this through Sahi, after the windows media component
made the first request to get the metadata file, the file would return but would be downloaded
to the Sahi download folder and not passed back into the windows media player. We played around
with the Sahi settings and got it to where the metadata file is NOT being downloaded, and it seems
like it is getting passed back to the media player. The problem now is that once the media player
creates the second request to the handler (SoundStreamer) which returns an audio stream,
the sound streamer .ashx file gets downloaded. We dont think it should be downloaded, because
it seems like when sahi downloads the item, it does not pass it to the thing that requested it.
Can somebody please help me?
the link opens up a new window which includes a windows media player component.
This component's url parameter gets set to a .ashx handler. This .ashx returns
a xml file which includes meta data about the audio that we need to play. After
the media component receives this meta data file, from there it gets
the actual audio file url which is served from another .ashx handler (SoundStreamer)
When we started trying to automate this through Sahi, after the windows media component
made the first request to get the metadata file, the file would return but would be downloaded
to the Sahi download folder and not passed back into the windows media player. We played around
with the Sahi settings and got it to where the metadata file is NOT being downloaded, and it seems
like it is getting passed back to the media player. The problem now is that once the media player
creates the second request to the handler (SoundStreamer) which returns an audio stream,
the sound streamer .ashx file gets downloaded. We dont think it should be downloaded, because
it seems like when sahi downloads the item, it does not pass it to the thing that requested it.
Can somebody please help me?