javapythonseleniumselenium-webdriver

How to get xpaths,css selector for desktop application?


i had an application which need to be automated using python selenium.The application is of desktop version(example :like whatsapp on desktop(windows OS) where u will run whats app on desktop(windows OS)) As we can get xpaths or Css using Chrome,Firefox or IE etc. I want to know is there any tool or application that i can use to get the paths(xpaths,Css) for my Application so that i can get the paths and start automating the application.


Solution

  • Check: Appium + WinAppDriver:

    From documentation there is possibility to run native Windows Application: