LET origin = "https://github.com/"
LET doc = DOCUMENT(origin, { driver: "cdp" })
NAVIGATE(doc, "https://github.com/features")
NAVIGATE_BACK(doc)
RETURN doc.url == origin