From cd6248651adb6b830756ecf7af93ed178a202931 Mon Sep 17 00:00:00 2001 From: nobug Date: Sun, 10 Dec 2023 23:33:28 +0800 Subject: [PATCH] local --- gpt.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gpt.ts b/gpt.ts index 4d849d3..6d11254 100644 --- a/gpt.ts +++ b/gpt.ts @@ -9,8 +9,8 @@ import { faker } from '@faker-js/faker'; try { // Selenium Server URL (Assuming your Selenium Server is running on localhost at port 4444) - // http://150.230.239.12:7900/?autoconnect=1&resize=scale&password=secret - const seleniumServerUrl = "http://150.230.239.12:4444/wd/hub"; + // http://localhost:7900/?autoconnect=1&resize=scale&password=secret + const seleniumServerUrl = "http://localhost:4444/wd/hub"; const capabilities = Capabilities.firefox(); // 创建一个 WebDriver 实例