I saw a sample which looked like this:
document.querySelector('#webchat > *').focus();
I know what it does (sets the focus into the sendbox of the webchat), but I dont understand what the " * " stands for. I know that #webchat is the "parent".
I implement the whole webchat with an external javascript, so I didn't code anything of the DOM. The sendbox's id is "webchat-sendbox-input" so nothing with a " * ".