Scroll Element Into View not working for drop down list value selection

Hi,
I’m having few drop downs in a page where i have to select a name which is 17 th number in the list drop down and this name is not visible on the page it needs to be scroll down on the dropdown menu to see it.

I tried for one drop down by clicking on the drop down to open then use ’ Scroll Element in to View’ keyword as Scroll Element Into View //div[@role=‘listbox’]//div[text()='John, Doe (5611234) '] it worked but for another drop down this is not working.

I also tried to extract all values from list using
${list}= Get Element attribute //div[@role=‘listbox’]//div[@class=“v-list-item__title”] text
select from list keyword by value but all returning no values for this code but in Selectors hub it matches and show this xpath has 20 items which is the items in the drop down . Please see the code snippet below. Some can please help here

:before

<div class=v-list-item-content" xpath="1"
John, Doe (5021345)

***CODE SNIPPET ******

:before

<div class=v-list-item-content" xpath="1"
John, Doe (5021345)