Skip to content

Commit

Permalink
[rb] remove redundant mixins from remote driver class
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Mar 15, 2021
1 parent 2823cfa commit 566e13f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions rb/lib/selenium/webdriver/remote/driver.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@ class Driver < WebDriver::Driver
include DriverExtensions::UploadsFiles
include DriverExtensions::HasSessionId
include DriverExtensions::HasRemoteStatus
include DriverExtensions::HasWebStorage
include DriverExtensions::HasDevTools
include DriverExtensions::HasAuthentication
include DriverExtensions::HasLogEvents
include DriverExtensions::HasNetworkInterception

def initialize(bridge: nil, listener: nil, **opts)
desired_capabilities = opts[:desired_capabilities]
Expand Down

0 comments on commit 566e13f

Please sign in to comment.