I'd like to make an auto redirect if some condition is true. After chain loading several js files, the following " window.location.href " in one of the end chain file ...
I totally see it following both window.location = whatever and window.location.href = whatever. I did need to use a page.should have_content('Something on the page you were redirected to') in order ...