What happened?
I'm sorry I didn't weigh in on #11277 before it was merged. I'm thinking of this specifically for how to get this properly consumed by the bindings as per #11443
2 things to bring the grid code more in line with other endpoints.
- Use POST if there is info to send to an endpoint instead of query string
- Return payload needs to be nested inside a
value key.
Current implementation of file endpoint is:
POST /session/:sessionId:/se/file
file: <zippedFile>
To minimize confusion, I think the new feature should use files instead of file:
POST /session/:sessionId:/se/files
{fileName: <filename>}
and for #11458
GET /session/:sessionId:/se/files
How can we reproduce the issue?
Relevant log output
Operating System
n/a
Selenium version
trunk
What are the browser(s) and version(s) where you see this issue?
n/a
What are the browser driver(s) and version(s) where you see this issue?
n/a
Are you using Selenium Grid?
trunk
What happened?
I'm sorry I didn't weigh in on #11277 before it was merged. I'm thinking of this specifically for how to get this properly consumed by the bindings as per #11443
2 things to bring the grid code more in line with other endpoints.
valuekey.Current implementation of file endpoint is:
To minimize confusion, I think the new feature should use
filesinstead offile:and for #11458
How can we reproduce the issue?
Relevant log output
Operating System
n/a
Selenium version
trunk
What are the browser(s) and version(s) where you see this issue?
n/a
What are the browser driver(s) and version(s) where you see this issue?
n/a
Are you using Selenium Grid?
trunk