Selenium Manager auto-detects the system ChromeDriver, making the chromedriver npm package unnecessary. Made-with: Cursor
18 lines
329 B
JSON
18 lines
329 B
JSON
{
|
|
"name": "test",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "test.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"mocha": "^11.7.5",
|
|
"selenium-webdriver": "^4.41.0"
|
|
},
|
|
"dependencies": {},
|
|
"type": "module"
|
|
}
|