MicrosoftDX / Vorlonjs

A new, open source, extensible, platform-agnostic tool for remotely debugging and testing your JavaScript. Powered by node.js and socket.io
http://www.vorlonjs.com
Other
2.92k stars 258 forks source link

Access selected element through command line ($0) #421

Open vikas-patel opened 6 years ago

vikas-patel commented 6 years ago

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?