I am using WinAppDriver (using NUnit and C#) to test some legacy win32 Applications.
As I debug the tests, I reach certain points where I need to see a list of all child elements of the selected element. This will allow me to build the next step in the test.
I have tried using different FindElementsXXX methods, but have not found any that work. It seems that none have a wildcard search option.
Is there a syntax for XPath that will work in this situation? I have seen several XPath snippets that "should" work, but I get errors that the pattern is not supported.