mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
This PR fixes lost functionality that is no longer on-par with the documentation for `Page.select`, namely: > `...values` <...string> Values of options to select. If the `<select>` has the `multiple` attribute, all values are considered, **otherwise only the first one is taken into account**. I've also added an accompanying test for this use case.