Extending QWebInspector
Is there a way to extend QWebInspector? For example, i want to expand all nodes in the DOM viewer. As i can see QWebInspector doesn’t provide any useful methods to modify its behaviour.
2 replies
Looked into webkit source code. Web Inspector implemented with C++, JavaScript, CSS and HTML.
Apparently, all this compiled in one libQtWebKit.so
The only way i can imagine to modify qwebinspector behaviour is to add/redefine some its JavaScript methods in runtime. But i doesn’t know how to evalute JavaScript in the context of WebInspector…
You must log in to post a reply. Not a member yet? Register here!

