tags:

views:

45

answers:

0

Hi, I am writing a browser plugin with Qt. Im currently facing a problem of getting the dom object of the current page of the browser from my plugin. Any info/help on how to do this would be extremely appreciated. version: 4.6 browser: firefox/opera

If it isnt possible to get it directly via Qt, how do i convert the NPObject that i get from the Get_Value() call to NP API , to something like QWebElement so that I can use the Qt dom access api?

Thanks