SIGN IN SIGN UP
SeleniumHQ / selenium UNCLAIMED

A browser automation framework and ecosystem.

34181 0 191 Java
{
"name": "selenium-webdriver",
2025-06-30 11:20:31 +02:00
"version": "4.35.0-nightly202506301117",
"description": "The official WebDriver JavaScript bindings from the Selenium project",
2015-09-15 09:34:24 -07:00
"license": "Apache-2.0",
"keywords": [
"automation",
"selenium",
"testing",
"webdriver",
"webdriverjs"
],
"homepage": "https://github.com/SeleniumHQ/selenium/tree/trunk/javascript/selenium-webdriver#readme",
"bugs": {
2015-03-12 18:29:47 -07:00
"url": "https://github.com/SeleniumHQ/selenium/issues"
},
"main": "./index",
"repository": {
"type": "git",
2015-03-12 18:29:47 -07:00
"url": "https://github.com/SeleniumHQ/selenium.git"
},
"engines": {
"node": ">= 20.0.0"
},
"dependencies": {
"@bazel/runfiles": "^6.3.1",
2023-04-05 20:41:50 +05:30
"jszip": "^3.10.1",
2024-03-13 23:43:07 +05:30
"tmp": "^0.2.3",
"ws": "^8.18.2"
},
"devDependencies": {
2025-01-14 03:15:55 +05:30
"@eslint/js": "^9.18.0",
"clean-jsdoc-theme": "^4.3.0",
2025-01-14 03:15:55 +05:30
"eslint": "^9.18.0",
"eslint-config-prettier": "^10.0.1",
2024-08-02 12:50:37 +05:30
"eslint-plugin-mocha": "^10.5.0",
2025-01-03 13:45:13 +05:30
"eslint-plugin-n": "^17.15.1",
"eslint-plugin-no-only-tests": "^3.3.0",
2024-08-02 12:50:37 +05:30
"eslint-plugin-prettier": "^5.2.1",
2025-01-03 13:45:13 +05:30
"express": "^4.21.2",
"globals": "^15.14.0",
2024-08-02 12:50:37 +05:30
"has-flag": "^5.0.1",
"jsdoc": "^4.0.4",
2025-01-03 13:45:13 +05:30
"mocha": "^11.0.1",
"mocha-junit-reporter": "^2.2.1",
"multer": "1.4.5-lts.2",
2025-01-03 13:45:13 +05:30
"prettier": "^3.4.2",
2019-02-01 23:38:16 +03:00
"serve-index": "^1.9.1",
"sinon": "^19.0.5",
2025-01-03 13:45:13 +05:30
"supports-color": "^10.0.0"
},
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test": "bazel test //javascript/selenium-webdriver/...",
"generate-docs": "jsdoc --configure jsdoc_conf.json --verbose"
},
"mocha": {
"recursive": true,
"timeout": 600000
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/SeleniumHQ"
},
{
"type": "opencollective",
"url": "https://opencollective.com/selenium"
}
]
2013-03-20 12:51:51 -07:00
}