Skip to content

[πŸš€ Feature]: Add File Download Support to BindingsΒ #11443

@titusfortner

Description

@titusfortner

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");

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-dotnet.NET BindingsC-javaJava BindingsC-nodejsJavaScript BindingsC-pyPython BindingsC-rbRuby BindingsI-enhancementSomething could be betterR-help wantedIssues looking for contributions

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions