Hi,
Is it possible to add ElementClassName and ElementId to output TWeb WaitMessage HTML element.
Currently when I set something on these properties the HTML is rendered without values.
e.g.
I want to retrieve this part to use it in a CSS file but I can't because no class and no elementId are written in the html code.
And WaitMessage.ElementHandle is "null" too, so no way to retreive it.
We have investigated this and the TWebWaitMessage behaves a bit atypical as the HTML elements it needs are only created and added to the DOM from the .Show call.
We can make the main DIV element of TWebWaitMessage accessible via ElementHandle after this .Show call it his helps.
I mentioned "We can make the main DIV element of TWebWaitMessage accessible via ElementHandle", i.e. this is currently not implemented but it is something we can do for a next version.