Skip to content

Commit

Permalink
[rb] Fix WebSockets in DevTools (SeleniumHQ#10414)
Browse files Browse the repository at this point in the history
add requirement back in until newer version of Selenium can be released
  • Loading branch information
boris-petrov authored Mar 8, 2022
1 parent d40b1a8 commit c992c41
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rb/lib/selenium/devtools.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
# specific language governing permissions and limitations
# under the License.

require 'websocket'

module Selenium
module DevTools
class << self
Expand Down

0 comments on commit c992c41

Please sign in to comment.