Selenium for C++ based applications.

buzzaldrin

Newbie
Joined
Jul 14, 2013
Messages
4
Reaction score
0
Hello,

since a while, I am juggling with the idea of incorporating a selenium based Bot within a C++ application.
The problem is, that nothing in that direction exists.
I have access to various computers, which would do great for executing automated web-processes but unfortunately, none of them have python or any high-level language capability.

Is there someone who already found a solution to this problem?

One idea of mine is to incorporate the C++ lib WebKit in order to instantiate a full Browser mask running invisibly in the background, but this would cost huge amounts of time and coding which I don't have at the moment.

Any other ideas?
 
My suggestion is use C# or python about this job. Because you can not get enough performance with selenium. C++ good for performance but selenium (actually most web drivers) is using too much resource.
 
Back
Top