Skip to content

Keep the current URL when using "--reuse-session"

Compare
Choose a tag to compare
@mdmintz mdmintz released this 15 Jul 16:19
· 5361 commits to master since this release
f6dcd5b

Keep the current URL when using --reuse-session

When using --reuse-session (alt: --rs), which allows you to reuse the same browser window between tests, the browser will now continue from the URL it left off at, rather than going to a blank page first.
The exception to this rule is when also using --crumbs, which will clear out cookies and then navigate to a blank page before resuming the tests in the same browser window.