Tests that all sessions get console api notifications. Error in 2 From session 1 { method : Runtime.consoleAPICalled params : { args : [ [0] : { description : 1 type : number value : 1 } ] executionContextId : stackTrace : { callFrames : [ [0] : { columnNumber : 8 functionName : lineNumber : 0 scriptId : url : } ] } timestamp : type : error } } From session 2 { method : Runtime.consoleAPICalled params : { args : [ [0] : { description : 1 type : number value : 1 } ] executionContextId : stackTrace : { callFrames : [ [0] : { columnNumber : 8 functionName : lineNumber : 0 scriptId : url : } ] } timestamp : type : error } } Logging in 1 From session 1 { method : Runtime.consoleAPICalled params : { args : [ [0] : { description : 2 type : number value : 2 } ] executionContextId : stackTrace : { callFrames : [ [0] : { columnNumber : 8 functionName : lineNumber : 0 scriptId : url : } ] } timestamp : type : log } } From session 2 { method : Runtime.consoleAPICalled params : { args : [ [0] : { description : 2 type : number value : 2 } ] executionContextId : stackTrace : { callFrames : [ [0] : { columnNumber : 8 functionName : lineNumber : 0 scriptId : url : } ] } timestamp : type : log } } Error in setTimeout 1 From session 1 { method : Runtime.consoleAPICalled params : { args : [ [0] : { type : string value : a } ] executionContextId : stackTrace : { callFrames : [ [0] : { columnNumber : 25 functionName : setTimeout lineNumber : 0 scriptId : url : } ] } timestamp : type : error } } From session 2 { method : Runtime.consoleAPICalled params : { args : [ [0] : { type : string value : a } ] executionContextId : stackTrace : { callFrames : [ [0] : { columnNumber : 25 functionName : setTimeout lineNumber : 0 scriptId : url : } ] } timestamp : type : error } } Logging in setTimeout 2 From session 1 { method : Runtime.consoleAPICalled params : { args : [ [0] : { type : string value : b } ] executionContextId : stackTrace : { callFrames : [ [0] : { columnNumber : 25 functionName : setTimeout lineNumber : 0 scriptId : url : } ] } timestamp : type : log } } From session 2 { method : Runtime.consoleAPICalled params : { args : [ [0] : { type : string value : b } ] executionContextId : stackTrace : { callFrames : [ [0] : { columnNumber : 25 functionName : setTimeout lineNumber : 0 scriptId : url : } ] } timestamp : type : log } }