Forum Discussion

rgratis's avatar
rgratis
Frequent Contributor
12 years ago
Solved

How to match a Page object to its BrowserWindow

What methods have people come up with to match a Page object to its BrowserWindow?  Both items are at the same level, as children of the Browser object.  A quick idea I had was checking for the "Focused" BrowserWindow, which I assume would contain my active page, but I'm wondering if I have missed a simpler or more robust method.