Extracting href element using element attribute

The site of some building has a map with the spot on it, and if you click on the logo of the map you'll be directed to the page of the map website that centered in that location, so the URL contains the coordinates. So, I'm hardly trying to extract URL with coordinates of the building on the page, tried every combination of selectors but it didn't worked right.

For example, the site (profile) of the building:
URL: https://samara.cian.ru/specializirovannyy-torgovyy-centr-dominat-samara-135113/

The selector that contains the needed HREF

So, my sitemap for excraction of this attribute is:

{"_id":"zzz_centre_page","startUrl":["https://samara.cian.ru/specializirovannyy-torgovyy-centr-dominat-samara-135113/"],"selectors":[{"id":"coor","type":"SelectorElementAttribute","parentSelectors":["_root"],"selector":"a.ymaps-2-1-76-copyright__logo","multiple":false,"extractAttribute":"href","delay":0}]}

As a results of scraping I have "null" for my variable ("coor"), but datapreview works fine:

Cannot really tell what is wrong with the code and how to get the info. Please, help.

This site uses React code (server side) so it will only load the data if you hover your mouse or click on that element. Your preview is working because you must have previously hovered or clicked on the element.

WS currently does not support hover, so you may need to use another product.