This commit is contained in:
nobug
2023-12-10 23:33:28 +08:00
parent 74b76ab60e
commit cd6248651a

4
gpt.ts
View File

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