Skip to content

Commit

Permalink
Remove deprecated Selenium::WebDriver::Remote::W3CCapabilities
Browse files Browse the repository at this point in the history
It has been designed to be a private API.
Use Selenium::WebDriver::Remote::Capabilities instead.
  • Loading branch information
p0deje committed Nov 30, 2017
1 parent cb53834 commit 855e48d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions rb/lib/selenium/webdriver/remote/w3c/capabilities.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@
module Selenium
module WebDriver
module Remote
def self.const_missing(const_name)
super unless const_name == :W3CCapabilities
WebDriver.logger.deprecate 'Selenium::WebDriver::Remote::W3CCapabilities', 'Selenium::WebDriver::Remote::Capabilities'
W3C::Capabilities
end

module W3C

#
Expand Down

0 comments on commit 855e48d

Please sign in to comment.