Hello
I am using Geckodriver (v0.28.0) and firefox browser version is 82.0.
Java v1.8
I am trying to select a value from the a dropdown list.
I am getting this error - org.openqa.selenium.elementnotinteractableexception : element <option> could not be scrolled
I tried multiple options, Used Select class, Action Class, JavascriptExecutor, Iterating through the options list and then click().
In all the cases I am getting the same exception.