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 a6558cc commit 16b6079Copy full SHA for 16b6079
rb/lib/selenium/webdriver/common/options.rb
@@ -131,7 +131,7 @@ def w3c?(key)
131
132
def process_w3c_options(options)
133
w3c_options = options.select { |key, val| w3c?(key) && !val.nil? }
134
- w3c_options[:unhandled_prompt_behavior] &&=
+ w3c_options[:unhandled_prompt_behavior] &&=
135
process_unhandled_prompt_behavior_value(w3c_options[:unhandled_prompt_behavior])
136
options.delete_if { |key, _val| w3c?(key) }
137
w3c_options
0 commit comments