I'm trying to identify the following div in a Liferay website. Liferay/primefaces dynamically changes the ID elements so we selenium testers cannot use them for our webdriver scripts.
I'm trying to find a cssSelector to identify this specific div:
<div class="ui-cell-editor-output" id="aui_3_4_0_1_1574">Test Org</div>
This css statement
div.ui-cell-editor-output
yields too many other hits to be usful.