Is it possible to retrieve HTML element in web engine without using Javascript?
问题 Is there a way to identify the type of the clicked element in webView (like Textbox/Radio/Button etc) using the webEngine.getDocument() ? Suppose I click on a textfield, I can get the x,y coordinates of the clicked position. Is it possible to identify the element present in that particular location? Something like the document.elementFromPoint() method in Javascript. I can do it using Jquery/Javascript. But since we have access to Document object and its elements, is there a way to identify