Future<List<dom.Element>> queryAll(String selector) async { var h = await parseHTML(); return h.querySelectorAll(selector); }