Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/sinco/tests/browser_list.ts>browserList

Browser Automation and Testing Tool for Deno, written in full TypeScript
Latest
variable browserList
import { browserList } from "https://deno.land/x/sinco@v4.1.0/tests/browser_list.ts";

type

Array<{ name: "chrome"; errors: { page_not_exist_message: string; page_name_not_resolved: string; }; cookies: Record<string, string | number | boolean>[]; getPath: () => string; }>