How to get google Map url

I am trying to get the Google Map link from this page, but after I click the element .., the URL opens in a new tab.
How to save it from the new tab?

Text in the page "Open in Google Maps"

Url: https://www.viator.com/tours/Sarasota/1-5-Hour-Parasailing-Adventure-in-Bradenton-Beach/d25738-270280P9

No solution??? Isn't there a way to get a link from the new tab?

Hi, sadly, it seems it will not be possible to scrape the link since it is not in the HTML code. And the click selector can't be used since the target is in a different scope.

Found the solution.. select link an from link type select Link from any script (window.location=, window.open)

Great, I now noticed that pop-up blocker was interfering with this selector option. If pop-up blocker is disabled, it works fine.