How to Scrap Flip Hover Element

Hi, I want to scrap a location element in Tokopedia (e-commerce). However I can't click it and it automatically hover to another text (location to author)

Is there a solution for this problem? At leat I can scrap two information in this case (Dilayani Tokopedia and Granola Addict)

before
after

note: Dilayani Tokopedia means location

Url: https://www.tokopedia.com/search?st=product&q=oatmeal&srp_component_id=02.01.00.00&srp_page_id=&srp_page_title=&navsource=

Sitemap:
{"_id":"tokopedia","startUrl":["https://www.tokopedia.com/search?navsource=&q=oatmeal&srp_component_id=02.01.00.00&srp_page_id=&srp_page_title=&st=product"],"selectors":[{"delay":2000,"elementLimit":500,"id":"kerangka","multiple":true,"parentSelectors":["_root"],"selector":".css-5fmc3z div.css-974ipl","type":"SelectorElementScroll"},{"id":"lokasi","multiple":false,"parentSelectors":["kerangka"],"regex":"","selector":"span.prd_link-shop-name","type":"SelectorText"}]}

@cettampan Hi, it appears that this data is natively embedded into the HTML of this website, therefore any additional click/hover actions would simply be redundant. See the attached screenshot for reference.

Here's a sitemap example:

{"_id":"tokopedia-com","startUrl":["https://www.tokopedia.com/search?st=product&q=oatmeal&srp_component_id=02.01.00.00&srp_page_id=&srp_page_title=&navsource="],"selectors":[{"delay":2000,"elementLimit":500,"id":"wrapper","multiple":true,"parentSelectors":["_root"],"selector":"div[data-testid=\"master-product-card\"]","type":"SelectorElementScroll"},{"id":"shop-name","multiple":false,"parentSelectors":["wrapper"],"regex":"","selector":".prd_link-shop-name ","type":"SelectorText"},{"id":"location","multiple":false,"parentSelectors":["wrapper"],"regex":"","selector":".prd_link-shop-loc","type":"SelectorText"},{"id":"product-name","multiple":false,"parentSelectors":["wrapper"],"regex":"","selector":"div.prd_link-product-name","type":"SelectorText"}]}

Hi, thank you so much. It is worked for me :smiley: