We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7869fdc commit 542f0a1Copy full SHA for 542f0a1
1 file changed
rb/lib/selenium/webdriver/devtools.rb
@@ -60,7 +60,7 @@ def method_missing(method, *_args)
60
"#{namespace}::#{Object.const_get(methods_to_classes)[method]}"
61
else
62
# selenium-devtools 0.112 and older
63
- "#{namespace}::#{method.capitalize}}"
+ "#{namespace}::#{method.capitalize}"
64
end
65
66
return unless Object.const_defined?(desired_class)
0 commit comments