In Development
Last Updated: 20 Mar 2024 13:06 by ADMIN
Pavit
Created on: 06 Mar 2024 14:01
Type: Bug Report
0
Reference to the wait for the Desktop Elements in Desktop Application

 public static DesktopFind WaitForDesktopAppWindow(DesktopApplication desktopApp, string strWindowsName)
        {
      return desktopApp.WaitForWindow(strWindowsName, delay, 60000).Find; //with a delay of 700

}

fails if COMException is thrown.

Expected is to handle that exception and wait for the set timeout. 

0 comments