You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The targets are available via Bazel, see the following commits for
more details:
* c6d4516
* 5a4ce48
The only missing bit is publishing built gem which for now can be
achieve by running `gem push` manually:
bazel build //rb:selenium-webdriver && gem push bazel-bin/rb/selenium-webdriver.gem
bazel build //rb:selenium-devtools && gem push bazel-bin/rb/selenium-devtools.gem
0 commit comments