I’d +1 that. Would be great if the name of the element in the Elements Tree was reflected as an ID in the HTML. Then if someone did want to go a little more low-level it would be always an option.
@gakanimal check out this thread I started with some workarounds mentioned:
Edit: ok, so there isn’t a full solution posted there. I thought there was Essentially you need to create a tiny HTML block within a group (1px by 1px) and inside this group you can create some JavaScript that appends class or ID to the parent Group element.
This shows the full JS I used in the page header, without needing to create the HTML block, since I know the index of the Repeating Groups that I want to change the height of.
But although this works nicely for resizing, it has identified another bug/problem.