Skip to content

Commit c692bef

Browse files
committed
fix web driver
1 parent 112e8c6 commit c692bef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/textual/drivers/web_driver.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,7 @@ def deliver_binary(
303303
open_method: Literal["browser", "download"] = "download",
304304
encoding: str | None = None,
305305
mime_type: str | None = None,
306+
name: str | None = None,
306307
) -> None:
307308
self._deliver_file(
308309
binary,
@@ -311,6 +312,7 @@ def deliver_binary(
311312
open_method=open_method,
312313
encoding=encoding,
313314
mime_type=mime_type,
315+
name=name,
314316
)
315317

316318
def _deliver_file(

0 commit comments

Comments
 (0)