import { ElementHandle } from "https://deno.land/x/pptr@1.2.0/mod.ts";
Triggers a change
and input
event once all the provided options have been
selected. If there's no <select>
element matching selector
, the method
throws an error.
Examples
Example 1
Example 1
handle.select('blue'); // single selection
handle.select('red', 'green', 'blue'); // multiple selections