996426872

Results 1 issues of 996426872

I use power automate detect SAP GUI ,some elements (can‘t be detected by inspect.exe) just have unique Id : ![image](https://github.com/microsoft/WinAppDriver/assets/10821787/8367b667-b98b-4aeb-ba64-860aa7e60c2b) but code below can't find any element: driver.findElementByXPath("//*[@Id='wnd[0]/usr/txtRSYST-MANDT']"); driver.findElementById("wnd[0]/usr/txtRSYST-MANDT");