Hi!
Why does AlertButton does NOT have an id attribute, while AlertInput does have it?
I am trying to improve test automation of my project and use well defined IDs. Works like a charme for the AlertInput, but for the buttons, I cant see a way to define the ID of the buttons. I use a special cssClass as ugly workaround.