Exemplo n.º 1
0
 public static void DumpFullContext()
 {
     Log.Comment("Dumping UIA tree...");
     TestEnvironment.LogDumpTree();
     Log.Comment("Dumping element cache...");
     ElementCache.Dump();
 }