Skip to content

Extracting Arrays

Wrap your descriptor in an array to collect multiple elements:

ts
extract: {
  links: [{ selector: "a", value: "href" }];
}