Shakevg
Shakevg
@naeemakram you can use next method https://github.com/microsoft/WinAppDriver/issues/534#issuecomment-562030077
[abrody18](https://github.com/abrody18) Try this https://github.com/microsoft/WinAppDriver/issues/1656#issuecomment-999872116
@sszemer can you can try the next: 1. get next attribute: cbox.GetAttribute("Value.Value") 2. check combo-box attributed page source XML: driver.PageSource 3. post screenshot from Inspect.exe https://medium.com/@licanhua/inspecting-ui-elements-for-winappdriver-automation-using-appium-desktop-8f178b2d0d6c
[RamaNarasimhaChanda](https://github.com/RamaNarasimhaChanda) it is not possible with WinAppDriver
[fastinggirl](https://github.com/fastinggirl) Please post code example
[ByteYIFFF](https://github.com/ByteYIFFF) Is it the correct thread for your question?
[ByteYIFFF](https://github.com/ByteYIFFF) Could you please explain how does your issue related with WinAppDriver - tool fow windows app automation?
[ByteYIFFF](https://github.com/ByteYIFFF) Please close the issue
Search elements using such a common locator under all Desktop elements is not a good idea because there can be a lot of elements on the desktop. I suppose WinAppDriver...
@KitoCoding Can you try cache for initial start app, then attach to it using process id or desktop session by window name in a loop until window will appear