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 3d51071 commit 0acb52eCopy full SHA for 0acb52e
rb/lib/selenium/webdriver/common/options.rb
@@ -52,7 +52,7 @@ def safari(**opts)
52
end
53
54
def set_capabilities
55
- (W3C_OPTIONS + self::CAPABILITIES.keys).each do |key|
+ (W3C_OPTIONS + GRID_OPTIONS + self::CAPABILITIES.keys).each do |key|
56
next if method_defined? key
57
58
define_method key do
0 commit comments