Hi,
I am looking into node-webkit at the moment.
I have a form from a server. The form is a simple text input field and a button. I want to be able to display this form in a node-webkit sub-frame, and then -- when contents actually arrives -- I want to submit a pre-defined string in the form.
To do this, I need to:
* Find the form
* Find the first input field
* Find the first button
Then I can either:
* Submit the form automatically by submitting whatever came from the button
* OR paste the text in the first input field in the form, and artificially click the first button in the form.
Would something like this be possible? Sorry to bother you -- it's just that this is the _only_ purpose for me to learn node-webkit, and it would be tragic to discover that I cannot do what I want to after much work :D
This is _not_ for spamming purposes by the way.
Thank you!
Merc.