I do not find an elegant solution to address with Selenium an iron-icon.
<iron-icon style="..." icon="vaadin:sign-out" title="logout"></iron-icon>
I made it with Xpath and it works but I would like to have a more elegant solution because Xpath is such thing.
Does anyone know a trick?