Native <select> elements cannot be controlled with click(). Playwright’s selectOption() method is designed for exactly this.
In the delivery form, select Azerbaijan (az) from the country dropdown and submit the form.
selectOption() accepts a value (value), visible label (label), or { index }. The page object is already available.
In this simulation
selectOptionuses the option element’svalueattribute. The value for Azerbaijan is'az'.