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
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
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/filesgot an empty respond value like below .{ "value": { "names": [ ] } }How can we reproduce the issue?
Relevant log output
no error in logOperating 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