browser(firefox): allow setting download behavior of default context (#2502)

This commit is contained in:
Pavel Feldman 2020-06-08 13:49:33 -07:00 committed by GitHub
parent 2250e9606f
commit 4ec215a88b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1,2 @@
1103
1104

View File

@ -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,