I have a web app that I'm trying to regression test with WatiN. This app uses IE's createPopup() method to provide menus - that's something I have no control over.
Can I use WatiN to find and click elements within the popup?
A further complication is that this app uses HTML frames and I suspect that even if, in theory, I can get to the content of the popup I'll need to work out (or guess) which frame the popup elements are children of. Are createPopup() elements children of the main document, children of the frame the popup was launched from, or are they orphans?