We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb53834 commit 855e48dCopy full SHA for 855e48d
rb/lib/selenium/webdriver/remote/w3c/capabilities.rb
@@ -18,12 +18,6 @@
18
module Selenium
19
module WebDriver
20
module Remote
21
- def self.const_missing(const_name)
22
- super unless const_name == :W3CCapabilities
23
- WebDriver.logger.deprecate 'Selenium::WebDriver::Remote::W3CCapabilities', 'Selenium::WebDriver::Remote::Capabilities'
24
- W3C::Capabilities
25
- end
26
-
27
module W3C
28
29
#
0 commit comments