Esempio n. 1
0
 internal static IntPtr GetFocus()
 {
                 #if DriverDebug
     Console.WriteLine("GetFocus(): Called, Result:{0}", Window(driver.GetFocus()));
                 #endif
     return(driver.GetFocus());
 }
Esempio n. 2
0
 internal static IntPtr GetFocus()
 {
     DriverDebug("GetFocus (): Called, Result:{0}", Window(driver.GetFocus()));
     return(driver.GetFocus());
 }