mirror of
https://github.com/gchq/CyberChef
synced 2026-01-09 12:03:30 +00:00
Fixed chromedriver path
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
"launch_url": "http://localhost:8080",
|
||||
"webdriver": {
|
||||
"start_process": true,
|
||||
"server_path": "./node_modules/.bin/chromedriver",
|
||||
"server_path": "./node_modules/chromedriver/lib/chromedriver/chromedriver",
|
||||
"port": 9515,
|
||||
"log_path": false
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user