How to call WebKit.DOMDocument.evaluate function in python

2013-07-01 Thread Niranjan Rao
Greetings, I realize that this question is specific to python and webkit and not a general Gtk question. I have tried many other avenues including stackoverflow question and sending mails to various other lists. So far no luck. Since there are many Gtk experts here, I am hoping someone might be ab

Re: How to call WebKit.DOMDocument.evaluate function in python

2013-07-02 Thread Niranjan Rao
( I have logged a bug against Webkit GTK team also. Regards, Niranjan On 07/02/2013 04:58 AM, Simon Feltman wrote: Hi, On Mon, Jul 1, 2013 at 11:48 PM, Niranjan Rao <mailto:nhr...@gmail.com>> wrote: I need to perform some DOM operations once the document is loaded. Web

Re: How to call WebKit.DOMDocument.evaluate function in python

2013-07-02 Thread Niranjan Rao
Simon, Thanks for the pointer. I noticed that I made a stupid mistake and was sending document as a first parameter. Your example opened my eyes and now it looks like its running ok. Thanks, Niranjan On 07/02/2013 02:37 PM, Simon Feltman wrote: On Tue, Jul 2, 2013 at 10:35 AM, Niranjan