示例#1
0
 internal static bool IsVisible(IntPtr handle)
 {
                 #if DriverDebug || DriverDebugState
     Console.WriteLine("IsVisible ({0}): Called, Result={1}", Window(handle), driver.IsVisible(handle));
                 #endif
     return(driver.IsVisible(handle));
 }