Hello! I have a problem interacting with a popup window, tried to set focus etc but test complete does not identify the window as browser 2, so when ever I record click on that window it tries to cli...
I suggest you create a new project and use the Object Spy tool to identify your three windows. Use the Page property and not BrowserWindow, and create a structure like this,
Once you've created your mapped objects, use the Highlight tool to see if it can highlight the correct page.
Also, change your project settings of Tree Model to be "Tree"
This is just to test if you can distinguish between the three pages. Once the Highlight, highlights the correct page. You can then apply these "changes" to your actual project.
Thanks! So I did new namemapping now to see if it can distinguish between them and it seems like it.
BrowserWindow1 (masterpage?)
Child window (BrowserWindow2)
Child window 2 (BrowserWindow3) this window is opened up from BrowserWindow2.
I noticed something when doing the new namemapping.. If the parent window is infront of the child window, it is not possible to "target" the child window entierly.. it will still find the objects behind it like this ->
Also a question I have if I get this to work, lets say I want to record for the browserwindow3, I make some steps and then when the recording is done it will put it as BrowserWindow1, is it the "correct" way to rename the "BrowserWindow1" Aliases as shown in image below to "BrowserWindow3" so that all aliases for the steps below gets changed as well or is there a better way for this?