Auto-select a node?

is it possible to select a node without the mouse?

or to control mouse events from within vvvv, as with keyboard input pin ?

what do you want to do with it after it’s selected? Not sure about auto select but I would think setpatch would do most of the things you might want anyway?

For mouse hijacking there is Cursor (system)

i want to capture text from a form via renderer(html).
to automate this i figured 2 ways:

  • select the renderer(html) window, A, C
  • doubleclick the mouse over the form, then keyboard input as above. for this i will also need the screenspace position of the renderer(html)

ushhhh…

the text is not retrievable with http(network get), nor can i use the alpha chrome plugin as it does not have copy-paste functions for selections thread