Skip to content

Commit 91be548

Browse files
committed
[rb] passing in the instance now
1 parent f21e64b commit 91be548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rb/lib/selenium/webdriver/common/service.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def initialize(path: nil, port: nil, log: nil, args: nil)
8989
def launch
9090
@executable_path ||= begin
9191
default_options = WebDriver.const_get("#{self.class.name&.split('::')&.[](2)}::Options").new
92-
DriverFinder.new(default_options, self.class).driver_path
92+
DriverFinder.new(default_options, self).driver_path
9393
end
9494
ServiceManager.new(self).tap(&:start)
9595
end

0 commit comments

Comments
 (0)