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 512ac08 commit c3a020dCopy full SHA for c3a020d
LambdaTest.Selenium.Driver/SmartUI.cs
@@ -53,6 +53,7 @@ public static async Task<String> CaptureSnapshot(dynamic driver, string name, Di
53
catch
54
{
55
// SessionId not available or accessible
56
+ SmartUILogger.LogWarning("SessionId not available or accessible from driver.");
57
}
58
59
if (options == null)
0 commit comments