Vorlonjs icon indicating copy to clipboard operation
Vorlonjs copied to clipboard

Access selected element through command line ($0)

Open vikas-patel opened this issue 8 years ago • 0 comments

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?

vikas-patel avatar Oct 24 '17 07:10 vikas-patel