Skip to content

Commit

Permalink
browser(firefox): allow setting download behavior of default context (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelfeldman authored Jun 8, 2020
1 parent 2250e96 commit 4ec215a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions browser_patches/firefox/BUILD_NUMBER
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
1103
1104
3 changes: 1 addition & 2 deletions browser_patches/firefox/juggler/protocol/Protocol.js
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 4ec215a

Please sign in to comment.