Skip to content

Commit

Permalink
[rb] do not camel case Firefox prefs values
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Oct 8, 2021
1 parent 004d914 commit eb2d017
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rb/lib/selenium/webdriver/firefox/options.rb
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,10 @@ def process_profile(profile)
Profile.from_name(profile)
end
end

def camelize?(key)
key != :prefs
end
end # Options
end # Firefox
end # WebDriver
Expand Down

0 comments on commit eb2d017

Please sign in to comment.