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 name it? e.g.
before(){
loginPage.login(user,pass);
}
test(){
simulate.startJob();
waitUntilJobCompleted() - there is no interaction with browser;
......browser closed
page.doSomething()
}