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.
@DmytroShtanko1, @hughgr I think this cause by browser refresh after your request sent, it cache the request result at window.xhrListen object, but while browser refresh or redirect, it's gone. So it can't get any result until timeout.
So, I create a fork version call nightwatch-xhr-local-storage and store the request result at localStorage to solve this issue.
Hello!
My code
well, this function doesn't listen any response.
and I get " Timed out waiting for POST XHR ! - Expected "XHR Request" but got: "Timed out""
The text was updated successfully, but these errors were encountered: