Skip to content

Commit f5e7b8e

Browse files
committed
[rb] profile base64 string is no longer stored in 'zip' key
1 parent ed04104 commit f5e7b8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rb/lib/selenium/webdriver/common/profile_helper.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def verify_model(model)
6161

6262
module ClassMethods
6363
def from_json(json)
64-
data = JSON.parse(json).fetch('zip')
64+
data = JSON.parse(json)
6565

6666
# can't use Tempfile here since it doesn't support File::BINARY mode on 1.8
6767
# can't use Dir.mktmpdir(&blk) because of http://jira.codehaus.org/browse/JRUBY-4082

0 commit comments

Comments
 (0)