We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d6c06f commit 40ad045Copy full SHA for 40ad045
playwright-dotnet/PlaywrightSessionDetailsTest.cs
@@ -48,10 +48,10 @@ public static async Task main(string[] args)
48
// parse the data
49
if (json_resp != null)
50
{
51
- var session_details = JObject.Parse(json_resp);
+ var sessionDetails = JObject.Parse(json_resp);
52
53
// print the session Details on IDE's console
54
- Console.WriteLine("GetSessionDetails response: \n" + session_details);
+ Console.WriteLine("GetSessionDetails response: \n" + sessionDetails);
55
}
56
57
catch (Exception err) {
0 commit comments