Text box/label autoclick on custom web view

Hi to all
I need your help
I want to auto click on a textbox of webpage which viewing in custom webview
I know to fill text box automatically using getelements auto click. But i need just click on text box and enable and show the cursor on textbox

I also need to click random area like texts labels or plane in custom web view
What is the java script evaluation for this

Share website link

And the list of components you wanted to click

Logined page… I know the text box is by using elemnet

Text box id = “passwd”

Use document.getElementById(“passwd”).click();