Skip to content

Commit c992c41

Browse files
authored
[rb] Fix WebSockets in DevTools (#10414)
add requirement back in until newer version of Selenium can be released
1 parent d40b1a8 commit c992c41

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

rb/lib/selenium/devtools.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
# specific language governing permissions and limitations
1818
# under the License.
1919

20+
require 'websocket'
21+
2022
module Selenium
2123
module DevTools
2224
class << self

0 commit comments

Comments
 (0)