Search code examples
c++screen-scrapingwatin

Anything like Watin available for C++?


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.


Solution

  • You could try using Mozilla's Gecko/FireFox engine in C++.

    https://developer.mozilla.org/en/Embedding_Mozilla