From 4ec215a88b6d3b4a0fda11a71b718198aa86b45f Mon Sep 17 00:00:00 2001 From: Pavel Feldman Date: Mon, 8 Jun 2020 13:49:33 -0700 Subject: [PATCH] browser(firefox): allow setting download behavior of default context (#2502) --- browser_patches/firefox/BUILD_NUMBER | 1 + browser_patches/firefox/juggler/protocol/Protocol.js | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/browser_patches/firefox/BUILD_NUMBER b/browser_patches/firefox/BUILD_NUMBER index 21a801b486aeb..9b75b7739168d 100644 --- a/browser_patches/firefox/BUILD_NUMBER +++ b/browser_patches/firefox/BUILD_NUMBER @@ -1 +1,2 @@ 1103 +1104 diff --git a/browser_patches/firefox/juggler/protocol/Protocol.js b/browser_patches/firefox/juggler/protocol/Protocol.js index b96c43547a023..87a3e8d866d0d 100644 --- a/browser_patches/firefox/juggler/protocol/Protocol.js +++ b/browser_patches/firefox/juggler/protocol/Protocol.js @@ -156,7 +156,6 @@ axTypes.AXTree = { value: t.Optional(t.String), description: t.Optional(t.String), - value: t.Optional(t.String), roledescription: t.Optional(t.String), valuetext: t.Optional(t.String), orientation: t.Optional(t.String), @@ -207,7 +206,7 @@ const Browser = { }, 'downloadCreated': { uuid: t.String, - browserContextId: t.String, + browserContextId: t.Optional(t.String), pageTargetId: t.String, url: t.String, suggestedFileName: t.String,