I'm using the method sendkey() and in local it works, but when I execute the same code on remote on a server, I have this error:
Element <div id="react-select-2--value" class="Select-multi-value-wrapper"> is not reachable by keyboard
driver.findElement(selectChurnReason).sendKeys(Keys.ARROW_DOWN);