Does this line work for your specific dropdown with Selenium Webdriver? Or is this from another example?
I’ve tried using type and send key arrows and i get errors saying that it’s not the correct type of field.
What will always work is using XClick and XType, but I understand that a solution with Click and Select would replay faster.