Skip to content

Commit

Permalink
[rb] subclass is setting value before the superclass is setting it to…
Browse files Browse the repository at this point in the history
… nil
  • Loading branch information
titusfortner committed Feb 14, 2023
1 parent e2d160b commit 5d8b8a9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rb/lib/selenium/webdriver/common/driver.rb
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ def for(browser, opts = {})
#

def initialize(bridge: nil, listener: nil, **opts)
@service_manager = nil
@devtools = nil
@bidi = nil
bridge ||= create_bridge(**opts)
Expand Down

0 comments on commit 5d8b8a9

Please sign in to comment.