We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed04104 commit f5e7b8eCopy full SHA for f5e7b8e
rb/lib/selenium/webdriver/common/profile_helper.rb
@@ -61,7 +61,7 @@ def verify_model(model)
61
62
module ClassMethods
63
def from_json(json)
64
- data = JSON.parse(json).fetch('zip')
+ data = JSON.parse(json)
65
66
# can't use Tempfile here since it doesn't support File::BINARY mode on 1.8
67
# can't use Dir.mktmpdir(&blk) because of http://jira.codehaus.org/browse/JRUBY-4082
0 commit comments