I need to test a bunch of links in the footer of my mainpage - requiring no authentication. When i click on the first one, i go to the page correctly as expected.
I then execute a selenium step to go back to the main page to click another link. I click another link, and it tries to go to an http:// site which doesnt exist. In fact all http requests get redirected to https. Same thing with the debugger.
If i move the order of the pages in the test - sometimes it works. Out of the 25 links in the footer, only about half of them link correctly via screenster.
When i run the page outside of screenster, everything works as expected.
Something funky with redirects?