Future<dom.Element?> query(String selector) async { var h = await parseHTML(); return h.querySelector(selector); }