Not able to select a drop down value

[FAILED] - Unable to select option by value ‘429’ of object ‘Object Repository’ using regular expression (Root cause: org.openqa.selenium.StaleElementReferenceException: stale element reference: element is not attached to the page document

(Session info: chrome=64.0.3282.167)

(Driver info: chromedriver=2.35.528161 (5b82f2d2aae0ca24b877009200ced9065a772e73),platform=Windows NT 6.1.7601 SP1 x86_64) (WARNING: The server did not provide any stacktrace information)

I have solved a similar situation by using ‘send Keys’ with ARROW DOWN as many times as necessary and then ‘send Keys’ with ENTER on the drop down value. Just a workaround but it worked for me.