How to navigate back previous page?

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();");
1 Like

Thx so much. Works perfectly.