Posts

Automate desktop/electron application using selenium

As We all know that using selenium, we cannot automate desktop-based application. But that's not 100% true😊, Because using selenium we can automate desktop application which is build in electron and nodeJS. Now what is electron? Electron is a framework for creating native applications with web technologies like JavaScript, HTML, and CSS. It takes care of the hard parts, so you can focus on the core of your application. Now a day’s there are many good companies using electron for there product few of them are ·          Slack, ·          WordPress desktop app ·          Visual Studio Code (VS Code) ·          Skype And there many more. electron application basically looks like below image in which we can have developer tool to inspect elements.For developer tool you need to press ctl+alt+i it open just like chrome browser but  still your not able to open developer tool then need to ask your deployment team to enable developer tool from there code its self
Recent posts