예제 #1
0
 /// <summary>
 /// All windows belonging to the application
 /// </summary>
 /// <returns></returns>
 /// <exception cref="UIItemSearchException">The application type is not supported by White</exception>
 public virtual List <Window> GetWindows()
 {
     return(windowFactory.DesktopWindows(process, new NoApplicationSession()));
 }