I am using Selenium with Ruby. I have to switch between pages that require authentication. Initially I push username and password with the url.
http://username:password@site.com/page
However, after couple steps, when I am redirected to another page, there is still authentication popup again.
How would I pass username/password again?