I am trying to select the highlighted element using the selector shown in the search box:
#StateEvent > * > .unity-foldout__input
But it doesn't seem to be able to find it - no search results found. And in code it is unable to be found too with the following query:
var stateEventLabel = debugMainRoot.Q("#StateEvent > * > .unity-foldout__input");
What selector should I use to be able to select this element? Thanks