Is it possible to use Selenium WebDriver for automating desktop applications?
问题 I'm preparing to write automated tests for Web/Desktop application that is currently in the initial stage of development. The technologies that will be used are Laravel, VueJS and most important Electron Framework. Electron is a framework for creating native applications with web technologies like JavaScript, HTML, and CSS. So I'm curious about if is it possible to use Selenium WebDriver for automating desktop applications, which are created with web technologies (e.g. Electron)? I have