WindosElement FromHandle

I need a funktion like FromHandle(hWnd) which gives me a WindowsElement. I’m not able to find it. :frowning:

  • hWnd is found via FindWindow(null, “Name of Window”)
  • FindElementByName was not able to find this window.