Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 326 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 326 Bytes

Quelenium for Selenium Server Standalone

Qt library for Selenium Server Standalone (http://www.seleniumhq.org/)

Version

0.2b

Using

#include <WebDriver>
#include <WebDriverException>
...
WebDriver* driver = new WebDriver("127.0.0.1", 4444, Browser::FIREFOX);

For more use cases, please look tests directory