1To regenerate deps.js: 2$./go calcdeps 3 4To run the tests locally, start the webserver: 5```bash 6bazel run //java/test/org/openqa/selenium/environment:appserver 7``` 8 9You can access it in your browser at http://localhost:2310/javascript. 10 11