We used inspect.exe to find the elements. We have tried to find the element with ID,NAME and class name for our desktop application but we found id = "", Name ="" and class name = "Text Box".
We can use class name,but we have two text boxes with the same class name.
So, What are the other possibilities to find element of Windows Desktop application and also how to find the xpath for desktop application using winium.desktop driver?
Any help can be appreciated. Thank you.