Skip to content

Tag: selenium

Why am I unable to select an item in a dropdown?

I have the following MRE code that is mean to select EU Odds from a dropdown: Everything works up until the final line which doesn’t make the selection. If I try to do this manually on the page that chromedriver opens then I’m also unable to make the selection. However, if I open up a normal brows…