[webkit-gtk] DOMEvents in python

Niranjan Rao nhrdls at gmail.com
Fri Mar 8 14:32:09 PST 2013


Hi there,

I would like to subscribe to certain DOM events using python. My 
understanding based on research I have done so far is function 
webkit_dom_event_target_add_event_listener is not available in python. 
https://bugs.webkit.org/show_bug.cgi?id=77835

Since I control both web page webkit is going to display and related GTK 
application, one way I can think of getting around this problem is to 
use javascript functions to subscribe to messages and then use alert 
handler to get back to python world.

Wondering if I can use something else?

Thanks,

Niranjan


More information about the webkit-gtk mailing list