I\'m trying to open a link by clicking on it using capybara/poltergeist which opens up in a new tab.
I can\'t seem to get it working.
@session.find
I did this with
page.switch_to_window(page.windows[0])
Maybe that's useful to someone.