MCPcopy Create free account
hub / github.com/SeleniumHQ/selenium / load_old_version

Method load_old_version

rb/lib/selenium/devtools.rb:47–52  ·  view source on GitHub ↗
(version)

Source from the content-addressed store, hash-verified

45 end
46
47 def load_old_version(version)
48 require "selenium/devtools/v#{version}"
49 self.version = version
50 msg = "Using selenium-devtools version v#{version}, some features may not work as expected."
51 WebDriver.logger.warn msg, id: :devtools
52 end
53 end
54 end # DevTools
55end # Selenium

Callers

nothing calls this directly

Calls 3

versionMethod · 0.65
warnMethod · 0.45
loggerMethod · 0.45

Tested by

no test coverage detected