-
Notifications
You must be signed in to change notification settings - Fork 784
remote file upload #445
Copy link
Copy link
Closed
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels