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
_______________________________________________
webkit-gtk mailing list
webkit-gtk@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-gtk

Reply via email to