actually i have one doubt
I have one button, on clicking on this button it opens a URL into new tab.
As cypress doesn't support multi tab functionality.
And i want to get the URL, on what URL this button is redirecting, without actually hitting that button?
how can i get the URL?
URL is not set in the HTML itself, URL set using JS, so directly i can't use src attribute