Initial commit

This commit is contained in:
nobug
2023-12-10 20:49:54 +08:00
commit ca8c79a11c
5 changed files with 286 additions and 0 deletions

20
package.json Normal file
View File

@ -0,0 +1,20 @@
{
"name": "selenium-demo",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"mocha": "^10.2.0",
"selenium-webdriver": "^4.16.0"
},
"devDependencies": {
"typescript": "^5.3.3",
"@types/selenium-webdriver": "^4.1.21"
}
}