chrome-devtools-java-client
chrome-devtools-java-client copied to clipboard
Return DOM elements from Javascript script.
Im running a simple Javascript which returns some DOM nodes. I can see that these DOM nodes are represented as hash maps for some reason in Java. Is there any way to address this, so that we have a proper DOM node representation in java for DOM nodes returned by Javascript.