When attempting to use page.SelectOption with Playwright, im getting an issue where my chosen value is not being selected, it doesnt matter if I use index, value, or label to try to select.
I know the selector is being found as when I debug using trace viewer I cant see that the step shows:
However on the select box it doesn't change and acts like it hasn't selected anything.
code used:
await page.selectOption('#select', "2");