browser(firefox): allow setting download behavior of default context (#2502)
This commit is contained in:
parent
2250e9606f
commit
4ec215a88b
|
@ -1 +1,2 @@
|
|||
1103
|
||||
1104
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue