import { auto } from "@auto-browse/auto-browse";async function verify() { try { await auto("go to https://example.com"); await auto("take a snapshot"); console.log("Auto-Browse is working correctly!"); } catch (error) { console.error("Error:", error); }}verify();