Hello,
Let's assume that I have several tabs open within the same browser.
Is there a way to go read the URL bar of each browser tab?
Same question if instead of having several tabs open in the same browser, I have several browser windows open?
I am thinking that there may be a way with the DOM but all I could find is that the root element is a specific tab within a browser. If I have 2 tabs open within the same browser, does it mean that I have 2 DOMs with 2 roots?
Thanks!