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.