Scrape url of a popup link in a new tab

I am trying to scrape url infomation of a popuplink within a new tab.

Url: https://www.sahibinden.com/ilan/emlak-konut-kiralik-selenium-34-residence-3%2C5-plus1-full-esyali-sik-daire-554609035/detay

On the bottom of the page, there are four tabs that can be clicked. The one I am interested in is "Konumu" tab which shows google map. From here, I want to click "google" on the bottom left and scrape the url which contains the location coordinates.

I tried using "link" option to click into a new tab then popuplink for google url but it's not working. Does anyone know how to scrape properly?

I appreciate your help!!

Hi

it is not possible to do that with Web scraper extension

You can scrape coordinates with element attribute selector.

Selector: div#gmap

For latitude as attribute set: data-lat

For longitude as attribute set: data-lon