Why this happens
- The dropdown is a JS-rendered custom component (combobox/listbox), not a native `<select>`
How to fix it
- For custom dropdowns, click to open the menu, then click the option directly: `await page.getByRole('option', { name }).click()`