Search for an element in the dom, using id. Returned element can forward calls to js.
bySelector
webview.byId("myid").innerText = "Hi!"; webview.byId("myid").setAttribute("href", "https://example.com");
See Implementation
Search for an element in the dom, using id. Returned element can forward calls to js.