Skip to content

Instantly share code, notes, and snippets.

View Hoxolotl's full-sized avatar

Govert Combée Hoxolotl

View GitHub Profile
@Hoxolotl
Hoxolotl / selenium-tests.mjs
Last active November 1, 2024 10:19
Selenium ECONNREFUSED
import { Builder, By, Key, until, Browser } from 'selenium-webdriver';
import tap from "tap";
import Chrome from 'selenium-webdriver/chrome.js';
async function firstTest() {
let driver;
const screen = {
width: 1024,
height: 786