How to click a specified li for an autocomplete ul with Selenium IDE?
问题 I'm using Selenium IDE for some test and trying to use it to select an specified option from an autocomplete. My problem is, the autocomplete is built in a <ul> and the two <li> possibles are identical. How to click a specified li ? How to say to Selenium "click the first li " or "click the li with the text "apples"? I'm tried some ways that I found, but all are for other types of Selenium, and none are useful in Selenium IDE. Thanks in advance and sorry for my bad english! Here is the code: