To click generic link whom text is not multiple times used: click_link "Help" To click generic link whom text is multiple times used: Like show, destroy, edit links on your index page first(:link, 'Show').click first(:link, link_name).click Click Link with id all('a').select {|elt| elt.text == "#tag1" }.first.click OR Which of the links do you want to click on? If it’s the first (or it doesn’t mat