Vorlonjs
Vorlonjs copied to clipboard
Access selected element through command line ($0)
Hi,
In chrome dev tool, you can select a dom node (via mouse) and trigger event on it through command line using $0. For reference please see https://developers.google.com/web/tools/chrome-devtools/console/command-line-reference#0_-_4. I tried it from vorlonjs dashboard but it gives error "Unable to execute order: $0 is not defined". Is there anything similar possible in vorlonjs where I can select a dom node & trigger event on it?