There is a web page with a form embedded which has a field that uses jquery autocomplete function:
The HTML which is rendered after a user name returns 1 or more results looks like below. But, I'm not able to figure out the way to "click".
Will jQuery type selector work is this case:
$(".ul.ui-autocomplete li:first a")