Changes between Version 8 and Version 9 of WebInspectorTests
- Timestamp:
- Jun 18, 2020, 1:09:50 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WebInspectorTests
v8 v9 110 110 // Best used in combination with dumpActivityToSystemConsole. 111 111 ProtocolTest.dumpInspectorProtocolMessages = false; 112 113 // Enables all of the above. 114 ProtocolTest.debug(); 112 115 }}} 113 116 … … 123 126 // Best used in combination with dumpActivityToSystemConsole. 124 127 InspectorBackend.dumpInspectorProtocolMessages = false; 128 129 // Enables all of the above. 130 InspectorTest.debug(); 125 131 }}} 126 132