Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/billmeyer/file-upload-example
file-upload-example
https://github.com/billmeyer/file-upload-example
Last synced: about 1 month ago
JSON representation
file-upload-example
- Host: GitHub
- URL: https://github.com/billmeyer/file-upload-example
- Owner: billmeyer
- Created: 2020-04-02T13:18:30.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-24T02:26:41.000Z (over 2 years ago)
- Last Synced: 2024-04-14T23:04:57.960Z (10 months ago)
- Language: Java
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# File Upload Example using Selenium
## Background
This example demonstrates how to you can use Selenium's `setFileDetector()` to push local files
to a remote browser test session for the purpose of supplying input to a website's upload file
capability. An example of which might be to automate the task of uploading a video to YouTube.## Execution
To execute the full test suite, simply run:
$ mvn test
## See AlsoThe example backend web server used in this example can be found at [https://github.com/billmeyer/file-upload-server]().