We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44e20f5 commit 6eb311fCopy full SHA for 6eb311f
rb/lib/selenium/devtools/README.md
@@ -0,0 +1,14 @@
1
+### Adding support for new Chromium DevTools Protocol to the Ruby bindings
2
+
3
+* Add the latest version number to `/rb/BUILD.bazel`
4
+* Update `/rb/lib/selenium/devtools/version.rb` with the latest version number
5
6
+### Releasing selenium-devtools gem
7
8
+```shell
9
+ bazel build //rb:selenium-devtools
10
+```
11
12
13
+gem push bazel-bin/rb/selenium-devtools.gem
14
0 commit comments