Hi,
I've managed to start my Silverlight application and locate the app within my test.
However when I reference the Silverlight application it appears that the application is copied and then my interaction occurs with the copy. Unfortunately the copy is not initialised in the same way as the original (which was controlled by parameters passed from the page) so interaction with it is meaningless. The original silverlight app is still running in the background as I can hear audio from it (media file name is passed as parameter from the page so the copy does not have it).
Is this default behaviour and can it be overridden?
Any help appreciated.
Jason