public void WaitForWindow(string windowName, int timeout = 10000)
 {
     session.WaitForWindow(windowName, timeout);
 }