Home > Net >  Automate a cell editor drop down using selenium
Automate a cell editor drop down using selenium

Time:05-29

I am trying to automate the drop down in image ag grid drop down 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. enter image description here

  • Related