Feature and motivation
In #11277 there is now support for moving files from a Grid standalone/node to the client machine.
A flag has to be set when the grid is started, but we should provide a Selenium specific endpoint and method for getting that from inside the bindings themselves.
@asolntsev I see you're tracking it for Selenide already, want to help get it in Selenium? selenide/selenide#1687
Usage example
String base64 = driver.download("my-file-name.pdf");
Or:
Zip remoteFile = driver.download("my-file-name.pdf");
Or Maybe:
driver.transferFromGrid("my-file-name.pdf", "/location/to/save/file");
Feature and motivation
In #11277 there is now support for moving files from a Grid standalone/node to the client machine.
A flag has to be set when the grid is started, but we should provide a Selenium specific endpoint and method for getting that from inside the bindings themselves.
@asolntsev I see you're tracking it for Selenide already, want to help get it in Selenium? selenide/selenide#1687
Usage example
Or:
Or Maybe: