I have a :
You may want to use the nth-child selector
$('ul li:nth-child(3) a').click() //something like that