Skip to content

Commit 8c7cbc2

Browse files
committed
One line cdp command params
1 parent 23c3200 commit 8c7cbc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/src/webdriver/DevTools/DevToolsSession.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ public T GetVersionSpecificDomains<T>() where T : DevToolsSessionDomains
277277
{
278278
if (logger.IsEnabled(LogEventLevel.Trace))
279279
{
280-
logger.Trace($"CDP SND >> {message.CommandId} {message.CommandName}: {commandParameters}");
280+
logger.Trace($"CDP SND >> {message.CommandId} {message.CommandName}: {commandParameters.ToJsonString()}");
281281
}
282282

283283
LogTrace("Sending {0} {1}: {2}", message.CommandId, message.CommandName, commandParameters.ToString());

0 commit comments

Comments
 (0)