Select option by value(Doubt)

I am selecting one value from dropdown. My Screen just opening the dropdown. not picking the value which i am giving the run time value

but it is selecting the value for click event. But I need to give the value during run time only.

You have the “isRegEx” boolean set as “true”, but I don’t see any RegEx usage. Perhaps try and set the boolean to false and see if it works.

No its not working

Are you familiar with the difference between selectOptionByLabel and selectOptionByValue? Aside from that, I think we need to see some HTML.