Allow later versions of chromedriver

The syntax "^76.0.1" did not accept later major versions.
Since chromedriver seems to increment major versions together with Chrome, this quickly leads to obsolesence.
The syntax ">76.0.1" will accept any later version according to semver.npmjs.com.
1 file changed
tree: 3f5d791e7539f9ac86d9b697aeb8079501ec81fd
  1. .github/
  2. nightwatch/
  3. release/
  4. src/
  5. .babelrc
  6. .eslintrc.js
  7. .gitignore
  8. .stylelintrc
  9. AUTHORS
  10. CONTRIBUTING.md
  11. google1b7eb21c5b594ba0.html
  12. gulpfile.babel.js
  13. index.html
  14. LICENSE.md
  15. nightwatch.conf.js
  16. nightwatch.json
  17. package-lock.json
  18. package.json
  19. README.md
README.md

WebRTC Code Samples

This is a repository for the WebRTC JavaScript code samples. All of the samples can be tested from webrtc.github.io/samples.

We welcome contributions and bugfixes. Please see CONTRIBUTING.md for details.

Bugs

If you encounter a bug or problem with one of the samples, please submit a new issue so we know about it and can fix it.

Please avoid submitting issues on this repository for general problems you have with WebRTC. If you have found a bug in the WebRTC APIs, please see webrtc.org/bugs for how to submit bugs on the affected browsers. If you need support on how to implement your own WebRTC-based application, please see the discuss-webrtc Google Group.