We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f096e7 commit 6111d22Copy full SHA for 6111d22
rb/lib/selenium/webdriver/common/options.rb
@@ -25,6 +25,8 @@ class Options
25
26
def self.set_capabilities
27
(W3C_OPTIONS + self::CAPABILITIES.keys).each do |key|
28
+ next if method_defined? key
29
+
30
define_method key do
31
@options[key]
32
end
0 commit comments