Skip to content

Commit

Permalink
rb - return capabilities class not a hash
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Dec 4, 2015
1 parent dfce195 commit 26e4ac8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rb/lib/selenium/webdriver/remote/w3c_capabilities.rb
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ def json_create(data)

# any remaining pairs will be added as is, with no conversion
caps.merge!(data)
caps
end
end

Expand Down

0 comments on commit 26e4ac8

Please sign in to comment.