UI Element Picker in App Extensions/Section Settings

Is there a method(section setting) within the Shopify customization window that allows users to select an element (such as price) and retrieve its corresponding HTML class/id/xpath?

Hi Htanipog,

There’s no native method in the theme editor to view class names/ IDs etc, but you can use your browsers inspector tool to achieve this, (see this video).

Hope this helps,

Thanks for the response. The idea is to let merchant select a component and the app extension get its id/class/xpath. Is that still not possible?