local
This commit is contained in:
4
gpt.ts
4
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 实例
|
||||
|
Reference in New Issue
Block a user