You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.
I'm calling waitForFirstXHR in my test and when the XHR request is not found the request times out as expected. However, the clientPoll function is apparently not being closed so when the Nightwatch test completes and the session is closed, I get 'invalid session id' errors followed by ECONNREFUSED errors. I was able to validation the open clientPoll call by running with 'trace' level logging enabled ...
1648056368066 geckodriver::browser DEBUG Browser process stopped: exit code: 0
1648056368318 webdriver::server DEBUG <- 200 OK {"value":null}
1648056368318 webdriver::server DEBUG -> POST /session/c48a059b-58de-4ecf-a4a4-71b3db843224/execute/sync {
"args": [
],
"script": "var passedArgs = Array.prototype.slice.call(arguments,0); return (function clientPoll() {\n \u002f\u002f console.log('\\n*** running clientPoll ***\\n')\r\n return window.xhrListen || [];\n}).apply(window, passedArgs);"
}
1648056368318 webdriver::server DEBUG <- 404 Not Found {"value":{"error":"invalid session id","message":"Tried to run command without establishing a connection","stacktrace":""}}
I'm running Nightwatch version 1.7.13 on Firefox v 98
The text was updated successfully, but these errors were encountered:
I skipped this plugin. Webproxy does the thing.
If I find time I will add some code how to do it with mobproxy
śr., 23 mar 2022, 18:35 użytkownik kretschmannj ***@***.***>
napisał:
I'm calling waitForFirstXHR in my test and when the XHR request is not
found the request times out as expected. However, the clientPoll function
is apparently not being closed so when the Nightwatch test completes and
the session is closed, I get 'invalid session id' errors followed by
ECONNREFUSED errors. I was able to validation the open clientPoll call by
running with 'trace' level logging enabled ...
1648056368066 geckodriver::browser DEBUG Browser process stopped: exit code: 0
1648056368318 webdriver::server DEBUG <- 200 OK {"value":null}
1648056368318 webdriver::server DEBUG -> POST /session/c48a059b-58de-4ecf-a4a4-71b3db843224/execute/sync {
"args": [
],
"script": "var passedArgs = Array.prototype.slice.call(arguments,0); return (function clientPoll() {\n \u002f\u002f console.log('\\n*** running clientPoll ***\\n')\r\n return window.xhrListen || [];\n}).apply(window, passedArgs);"
}
1648056368318 webdriver::server DEBUG <- 404 Not Found {"value":{"error":"invalid session id","message":"Tried to run command without establishing a connection","stacktrace":""}}
I'm running Nightwatch version 1.7.13 on Firefox v 98
—
Reply to this email directly, view it on GitHub
<#70>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMUVMHYXYD7PJZZLEEYLBD3VBNI5FANCNFSM5ROUPJEA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
I'm calling waitForFirstXHR in my test and when the XHR request is not found the request times out as expected. However, the clientPoll function is apparently not being closed so when the Nightwatch test completes and the session is closed, I get 'invalid session id' errors followed by ECONNREFUSED errors. I was able to validation the open clientPoll call by running with 'trace' level logging enabled ...
I'm running Nightwatch version 1.7.13 on Firefox v 98
The text was updated successfully, but these errors were encountered: