You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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?
The text was updated successfully, but these errors were encountered: