How to increase timeout for browser session If no new command reaches in Nightwatch 2.0 #3261
Unanswered
Victoria0214
asked this question in
Help Needed
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a wait command via API with opened browser and browser closed before condition is set true. How to increase timeout If no new command reaches and what is it?
loginPage.login();
await fetch.startSimulate(id);
await fetch.waitJobCompleted(id, "SIMULATE");
//while it is in progress browser unexpectedly closedheader.openNotifications();
Beta Was this translation helpful? Give feedback.
All reactions