Hi,

I want create a very simple web browser to script some task, like a bot, but I know really know if it's possible to render and navigate on web sites with Qt. I think that is possible with the Qt webkit extension or maybe directly?

In both case do you know if it's possible to scan web pages to find links and force the browers to load one of them? I need also be able to find, auto fill forms and submit them with my program.

If someone have some other information like, class that I need take a look, it's welcome.