Using Selenium webdriver on a custom webkit browser -
i have tested applications in firefox using selenium webdriver, 1 of our applications runs in custom browser made using qtwebkit. possible use webdriver automate testing in custom browser this?
there webdriver qtwebkit here: https://github.com/cisco-open-source/qtwebdriver
it can automate qtwidget , qml aplications.
you should able use automate custom browser, provided preserved qtwebkit apis.
Comments
Post a Comment