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 实例