I'm wondering if there are any projects like Watin available for C++ (on Windows), or if I just have to use QtWebkit.
Does anyone know of any good IE automation libraries that work well in C++ and provide a nice layer above MS's WebBrowser control?
Thanks.
You could try using Mozilla's Gecko/FireFox engine in C++.