A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/seleniumhq/selenium/commit/50c5d6ff23e66982866f2c0659ab5f4356159ccf below:

[rb] add cdp v106 remove v103 · SeleniumHQ/selenium@50c5d6f · GitHub

File tree Expand file treeCollapse file tree 3 files changed

+3

-2

lines changed

Filter options

Expand file treeCollapse file tree 3 files changed

+3

-2

lines changed Original file line number Diff line number Diff line change

@@ -11,9 +11,9 @@ package(default_visibility = ["//:__subpackages__"])

11 11 12 12

CDP_VERSIONS = [

13 13

"v85",

14 -

"v103",

15 14

"v104",

16 15

"v105",

16 +

"v106",

17 17

]

18 18 19 19

copy_file(

Original file line number Diff line number Diff line change

@@ -19,6 +19,6 @@

19 19 20 20

module Selenium

21 21

module DevTools

22 -

VERSION = '0.105.0'

22 +

VERSION = '0.106.0'

23 23

end # DevTools

24 24

end # Selenium

Original file line number Diff line number Diff line change

@@ -11,6 +11,7 @@ def copy_srcs(from:, to:)

11 11

Dir.chdir(from) do

12 12

Dir.glob('**/*').each do |src|

13 13

dst = File.join(to, src)

14 +

raise 'unable to find ' + src unless File.exist?(src)

14 15

if File.directory?(src)

15 16

FileUtils.mkdir_p(dst)

16 17

else

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4