mirror of
https://github.com/gchq/CyberChef
synced 2025-01-01 07:18:47 +00:00
Fixed chromedriver path
This commit is contained in:
parent
5e8985810e
commit
5b1fad118f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue