(I am not good in english, may anyone edit the question)
I need to access DOM via Vala (Gtk), As direct access to dom is removed by webkit, i needed to use webkit extension (using dbus) (a example), but it also serves problem with multiple webkit instances. It does not call events on mouse/keyboard events. Anyway, Is there is also any other stable way to do following? The guy on webkit mentioned about "WebkitUserMessage", and i am not familiar with this, does it can do followings (Some examples)?
Here's a disscussion with webkit.
I must need following things:
- Full access to DOM
- Add events handler (callback to Gtk from webkit)
- All that can done by javascript