Is it possible to use selenium with qt c++ ?
Seems like there are no official support from selenium for C++?
You might be able to use json wire protocol to communicate with webdriver server within Qt/C++ application, but consider using some scripting language instead. For example Python is pretty easy to learn and has webdriver bindings.