I'm trying to make a test that will open Facebook, log in and search something. However I'm having trouble getting Facebook to search. Selenium types whatever it needs in the search bar, but I can't find how to locate the search button or press the enter key.
*** Settings ***
Documentation Tell pui she bitch
Library Selenium2Library*** Variables ****** Test Cases ***
User must tell pui she bitchopen browser http://www.facebook.comset browser implicit wait 5input text name=email *****input text name=pass ****click button id=u_0_qinput text name=q *****press key \\13close browser*** Keywords ***