Exemplo n.º 1
0
 public static BrowserCommand GetNextCommand() // Returns null if no new commands received
 {
     lock (lockObject)
     {
         return(BrowserCommands.GetNextCommand(GetDriver()));
     }
 }