What is the best Framework for Desktop Test Automation (in Javascript language)
I need to perform test automation of an application on Windows (windows Form).
I thought of Selenium Webdriver with JavaScript. But it doesn't work for desktop.
is there a better tool?
what is the configuration (capabilities) like?