Peter,
thanks for your reply.
I'm not sure if it qualifies as a 'problem', but my situation is as follows:
I want to build a Web transaction monitor for a Silverlight app. The transaction consists of supplying username/pw at a login screen, making a couple of selections, entering a value, and then clicking on a button to perform a calculation. At the completion of this calculation, I want to log out.
Since, however, the app is delivered in Silverlight, the user/pass and other text entries are not recorded as form entries as such, as I now know. Using x/y capture to attempt to enter a username/password is basically not usable to me, as it adds many steps to the transaction I wish to monitor - as many steps as the user/pass contains characters just for that portion of the monitor.
I see that WPM is built to monitor and record HTML content first and foremost and understand the basics of why Silverlight/Flash is treated differently - but I'll tell you, this is disappointing.