Are you able to confirm if this is the first action you’re doing on page load? If so, it could just be the case of waiting for said option to be visible/said state before interacting with it.
Browser library is very quick so this sounds like you just need to slow it down a little, without more context on the steps prior to the select.
I’ve tried using the ‘Wait For Element State’ but still get same result. I can’t use it after the ‘Select Options By’ because it errors out before then. It actually does successfully click on the element and go to the page in the test but it doesn’t think it successfully selects it so the test fails.
I am not quite sure what you mean by instant navigation. Clicking on the ‘edit’ option does bring you to a different page that no longer has that dropdown list on it.
But other options do not navigate away from the page (like the unlock) and I still have the same issue.