LET page = PARSE(` Offline

Hello world

`, { driver: "cdp" }) LET title = ELEMENT(page, "title") RETURN T::EQ(title.innerText, "Offline")