Skip to content

[🐛 Bug]: Get download file in client #12034

@yairddj2

Description

@yairddj2

What happened?

i have dynamic grid env , was working with old implantation for support download ( - SE_OPTS=--downloads-path /home/seluser/Downloads ,etc) and it worked fine .
now started to config new download way ( - SE_OPTS=--enable-managed-downloads true)

https://www.selenium.dev/documentation/grid/configuration/cli_options/#enabling-managed-downloads-by-the-node.

issue is after download file in browser during test, and run get for http://localhost:4444/session/my session id/se/files got an empty respond value like below .

{
  "value": {
    "names": [
    ]
  }
}

How can we reproduce the issue?

in node docker set environment : - SE_OPTS=--enable-managed-downloads true
in code set desired_capabilities=  "se:downloadsEnabled": "true"

Relevant log output

no error in log

Operating System

dynamic-grid docker

Selenium version

latest

What are the browser(s) and version(s) where you see this issue?

latest

What are the browser driver(s) and version(s) where you see this issue?

latest

Are you using Selenium Grid?

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    B-gridEverything grid and server relatedI-defectSomething is not working as intended

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions