I need to select the first element from the autocomplete search window when autocomplete shows its hover to another element, so another element that cannot be processed by the protractor, Solution
element.all (by.css ('[ng-model = "address"]')). get (0) does not work for me, but works on another computer, the same script works on another computer, I checked the protractor version, selenium version
I also try element.all (by.css ('[ng-model = "address" ] ')). first (); its also doesn't work for me, you know how can i get the first item? thank

source
share