Skip to content

remote file upload #445

@ghost

Description

thank you so much for this great library. Very helpful!

I want to use the Webdriver mechanism to upload files remotely (since version 2.8). The junit fraction does it like this:

driver.setFileDetector(new LocalFileDetector())

Would that be possible in selenium2library, too. Did anybody look into that already?
The python bindings (file_detector.py) already implements this:

class LocalFileDetector(FileDetector):
    """
    Detects files on the local disk.
    """

Details here:
http://stackoverflow.com/questions/16205299/create-and-upload-a-file-on-selenium-grid

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions