pub fn parse_select_option_options<'js>( ctx: &Ctx<'js>, value: Opt<Value<'js>>, ) -> Result<Option<SelectOptionOptions>>
Parse Playwright’s SelectOptionOptions JS bag into the core struct.
SelectOptionOptions