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 0641023 commit 42a85c4Copy full SHA for 42a85c4
src/session/extra.lua
@@ -5,9 +5,7 @@ PublicSession.close = function (public, private)
5
if private.closed then
6
return
7
end
8
-
9
print("Closing session with ID: " .. private.session_id)
10
11
-- First, close the WebDriver session
12
local result = private.fetch({
13
url = private.url .. "/session/" .. private.session_id,
0 commit comments