Skip to content

Commit

Permalink
[rb] remove deprecated #logs from manager class
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Jun 23, 2022
1 parent c9fe492 commit 8747489
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions rb/lib/selenium/webdriver/common/manager.rb
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,6 @@ def timeouts
@timeouts ||= Timeouts.new(@bridge)
end

def logs
WebDriver.logger.deprecate('Manager#logs', 'Chrome::Driver#logs')
@logs ||= Logs.new(@bridge)
end

def window
@window ||= Window.new(@bridge)
end
Expand Down

0 comments on commit 8747489

Please sign in to comment.