select(_:)

Elements.swift:444
func select(_ query: String) throws -> Elements
  • Find matching elements within this element list.

  • @param query A {@link CssSelector} query

  • @return the filtered list of elements, or an empty list if none match.