I'm building an app that use selenium for some automation task, but the issue is that the site I am inspecting, after selenium clicks on a link, the link is open in a new tab, not in the sameone.
So when I try to access to the elements in the new tab, It's like selenium is still accesing to the previous page event the new tab is the active one in the browser.