Added Auth

This commit is contained in:
Srinath Narayanan
2020-11-13 14:27:27 -08:00
parent 9f4fda13e7
commit 58b5caed7e
10 changed files with 280 additions and 348 deletions

View File

@@ -1,8 +1,6 @@
import crypto from "crypto";
import { Frame } from "puppeteer";
let testExplorerFrame: Frame;
export async function login(connectionString: string): Promise<Frame> {
const prodUrl = "https://localhost:1234/hostedExplorer.html";
page.goto(prodUrl);