cancel
Showing results for 
Search instead for 
Did you mean: 

Attach for multiple windows in chrome

LalanShirsat
Level 2
Windows title collection is not attaching all the windows in chrome. Do we need to build separate attach for each window by giving single window name?
1 REPLY 1

DaveMorris
Level 14
You do not technically have to create separate attach pages, but effectively yes you have to attach to each window separately. An object instance can only be attached to one at a time. However, you can detach from one and then attach to another using the same object instance. I usually avoid doing that though. You can run into speed of execution issues. The Window Titles Collection input means that it will attach to a single window. The benefit of the collection is in case the window's title changes depending on the page that is loaded. So, if your web app has, for example, 5 different pages that you navigate across, the collection lets you attach to any of them.
Dave Morris 3Ci at Southern Company Atlanta, GA