I am trying to automate the drop down in image and I used javascript and Javascript executor to change the value. I was able to change the value but the value is not set once I click outside the drop down. Used document.querySelector("div[ref='eDisplayField']").innerText='Red'
but the value is not changed completely. Locating the values inside the drop down also is not possible as it does not show anything on inspecting the values.