Hi Guys, i am new in CodeceptJS and trying to find out an easy way to navigate back to previous page like in selenium navigate().back();
I will appreciate for all kind of helps.
Hi Guys, i am new in CodeceptJS and trying to find out an easy way to navigate back to previous page like in selenium navigate().back();
I will appreciate for all kind of helps.
I.executeScript("window.history.back();");
Thx so much. Works perfectly.