Selenium Java - Handling Form Elements
You need to write a Selenium Java test to select the suggestion "Cherry" from an auto-complete field with id "fruitInput". The suggestions appear in a
ul with class "autocomplete-list" and each suggestion is a li. Which approach correctly handles this scenario including waiting and verification?